My storefront runs on a Shopify-style platform that renders all paperwork through Liquid templates. On the invoice, each line item already shows the chosen product options (size, color, etc.). The packing slip and order slip, however, omit that same detail, even though I copied the invoice snippet into their templates. What I need • Inject the exact product-option snippet so it appears inline with each product name on both the packing slip and order slip. • Keep the rest of the layout untouched—no new logo, no redesign; just make the missing data show up. • Make sure existing shipping information continues to display correctly. Resources you’ll have • Screenshots of the working invoice, the broken packing slip, and the Liquid code blocks I tried to adapt. • Notes from platform support outlining which objects/filters are exposed in each document type. Deliverable Updated Liquid templates (or clear diff notes) that I can paste straight into my theme, followed by a quick test to confirm the options print correctly across all three documents.