Customized Liquid
A block matched to the public line-item property names you provide, with blank values and private underscore-prefixed metadata handled deliberately.
Tell us the public personalization field names your orders use. Receive a focused packing-slip Liquid block, installation notes, and one written revision—without sharing a store login.
A block matched to the public line-item property names you provide, with blank values and private underscore-prefixed metadata handled deliberately.
Where the block belongs in Shopify's packing-slip template, what to preview, and how to revert safely.
The delivered Liquid is checked before delivery. Store-specific data availability still requires previewing a real order.
One consolidated written revision submitted within seven days of delivery.
This example uses fictional fields. A paid delivery is narrowed to the public field names supplied at checkout and includes placement and preview instructions.
{% for property in line_item.properties %}
{% assign first_character = property.first | slice: 0 %}
{% if property.last != blank and first_character != '_' %}
<div><strong>{{ property.first }}:</strong>
{{ property.last }}</div>
{% endif %}
{% endfor %}This is a code-and-instructions delivery, not access to your Shopify admin.
Do not submit customer names, order contents, passwords, private theme code, or API credentials.
If the problem is broader than a packing slip, the Shopify Storefront Evidence Audit inspects public functionality, responsive behavior, experience friction, and performance signals without store access.
Stripe checkout collects your email, public store URL, and the names of the public personalization fields you want printed.