I was looking a another companies packing slip and realized that any quantities over 1 were in bold print so that they would be more noticeable. Is there a way to make that happen on our packing slips with the template editor?
Hi @GratefulGlitter ,
This is Richard from PageFly - Landing page builder, Iโd like to suggest this idea:
Step 1: Go to Online Store->Theme->Settings
Step 2: Click Shipping and delivery tab
Step 3: Click here to edit template:
Step 4: Replace your code by below code:
I hope it would help you
Best regards,
Richard | PageFly
Thank you for your input. We only want it to turn bold if the quantity is more than 1, so it stands out if a customer purchases more than 1 of the same item.
Hi @GratefulGlitter ,
You can replace your code by below code:
{{ shop.name }}
ๆณจๆ็ชๅท {{ order.name }}
123123 {{ order.product.metafields.custom.product_number }}4444123
{{ order.created_at | date: format: "date" }}
{% if delivery_method.instructions != blank %}
้
้ๅ
{% else %}
้
้ๅ
{% endif %}
{% if shipping_address != blank %}
{{ shipping_address.name }}ๆง
{% if shipping_address.company != blank %}
{{ shipping_address.company }}
{% endif %}
{{ shipping_address.address1 }}
{% if shipping_address.address2 != blank %}
{{ shipping_address.address2 }}
{% endif %}
{% if shipping_address.city_province_zip != blank %}
{{ shipping_address.city_province_zip }}
{% endif %}
{{ shipping_address.country }}
{% if shipping_address.phone != blank %}
{{ shipping_address.phone }}
{% endif %}
{% else %}
้
้ๅ
ไฝๆใใใใพใใ
{% endif %}
่ซๆฑๅ
{% if billing_address != blank %}
{{ billing_address.name }}
{% if billing_address.company != blank %}
{{ billing_address.company }}
{% endif %}
{{ billing_address.address1 }}
{% if billing_address.address2 != blank %}
{{ billing_address.address2 }}
{% endif %}
{% if billing_address.city_province_zip != blank %}
{{ billing_address.city_province_zip }}
{% endif %}
{{ billing_address.country }}
{% else %}
่ซๆฑๅ
ไฝๆใใใใพใใ
{% endif %}
---
ใขใคใใ
ๆฐ้
{% comment %}
To adjust the size of line item images, change desired_image_size.
The other variables make sure your images print at high quality.
{% endcomment %}
{% assign desired_image_size = 58 %}
{% assign resolution_adjusted_size = desired_image_size | times: 300 | divided_by: 72 | ceil %}
{% capture effective_image_dimensions %}
{{ resolution_adjusted_size }}x{{ resolution_adjusted_size }}
{% endcapture %}
{% for line_item in line_items_in_shipment %}
{% if line_item.image != blank %}
{{ line_item.image | img_url: effective_image_dimensions | img_tag: '', 'aspect-ratio__content' }}
{% endif %}
{{ line_item.title }}
24234{{ line_item.product.metafields.custom.product_number }}
34 {{ line_item.metafields.custom.product_number }}
{% if line_item.variant_title != blank %}
{{ line_item.variant_title }}
{% endif %}
{% if line_item.sku != blank %}
{{ line_item.sku }}
{% endif %}
{{ line_item.shipping_quantity }} of {{ line_item.quantity }}
{% endfor %}
{% unless includes_all_line_items_in_order %}
---
ใใฎ็บ้ใซๅซใพใใฆใใชใๆณจๆใฎไปใฎใขใคใใ ใใใใพใใ
{% endunless %}
---
{% if order.note != blank %}
ใกใข
{{ order.note }}
{% endif %}
{% if delivery_method.instructions != blank %}
้
้ๆ็คบ
{{ delivery_method.instructions }}
{% endif %}
ใ่ฒทใไธใใใใ ใใใใใใจใใใใใพใ๏ผ
<strong>
{{ shop.name }}
</strong>
{{ shop_address.summary }}
{{ shop.email }}
{{ shop.domain }}
I hope it would help you
Best regards,
Richard | PageFly
I want to do the same, quantities greater than one on the packing slip in bold
Would you kindly assist? I have attached our packing slip text file. Will the theme update revert it?
Thank you