The customer buys one item with 3 copies (quantity : 3) and the shipping made by 2 different sends.

The customer buys one item with 3 copies (quantity : 3) and the shipping made by 2 different sends.

mistikfistik
Visitor
3 0 0

Hi,

The customer buys one item with 3 copies (quantity : 3) and the shipping made by 2 different sends.

So this customer receives 2 different notification emails. This customer can also consult his account in shopify but this customer sees the same tracking link twice instead of 2 different tracking links.
How can we change it ?

We use this code :

  {% for line_item in order.line_items %}
	{% if line_item.fulfillment.tracking_number %}
		<a href="{{ line_item.fulfillment.tracking_url }}"  target="_blank">{{ line_item.fulfillment.tracking_company }} #{{ line_item.fulfillment.tracking_number}}</a><br>
	
  {% else%}
		N/A
	{% endif %}
  {% endfor %}

 

Reply 1 (1)

tontonodilon
Excursionist
12 3 0