Skip to content

Commit 6373323

Browse files
authored
Update from Shopify for theme shopify-tailwind-starter-base/feaure/gabby
Committed from shop: christy-unite
1 parent eab5092 commit 6373323

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

sections/order-invoice.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="order-invoice mt-6">
22
<a
3-
href="{{ order.metafields.custom.invoice_url }}"
3+
href="/test"
44
target="_blank"
55
rel="noopener noreferrer"
66
class="inline-block bg-gray-800 text-white text-sm px-4 py-2 rounded-md hover:bg-gray-700"

templates/customers/order.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@
1212
"main": {
1313
"type": "main-order",
1414
"settings": {}
15+
},
16+
"invoice": {
17+
"type": "order-invoice",
18+
"settings": {}
1519
}
1620
},
1721
"order": [
18-
"main"
22+
"main",
23+
"invoice"
1924
]
2025
}
26+

0 commit comments

Comments
 (0)