Skip to content

Commit

Permalink
Update from Shopify for theme dawn/MS-WDGLL
Browse files Browse the repository at this point in the history
Committed from shop: Night Club
  • Loading branch information
shopify[bot] committed Jun 27, 2024
1 parent 68112d7 commit 09fd643
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions templates/product.context.b2b.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"show_image": false,
"show_sku": false,
"color_scheme": "",
"header-1d5ddc9823eadf5e61ad974a99477503": null,
"header-da048a020b1eb9a4885c5cfdbd24575e": null,
"padding_top": 36,
"padding_bottom": 36
},
Expand All @@ -34,15 +34,23 @@
"settings": {
},
"blocks": {
"custom_liquid_8UAex": {
"type": "custom_liquid",
"disabled": false,
"price": {
"settings": {
"custom_liquid": "{% comment %} Display Price Excl. VAT to B2B Users {% endcomment %}\n{% if customer.b2b? %}\n Excl. VAT {{ custom.b2b_excl_vat | times: 100 | money_with_currency }}\n{% endif %}"
}
},
"price": {
"text_Xq97f": {
"type": "text",
"disabled": true,
"settings": {
"text": "Excl. VAT. {{ product.metafields.custom.b2b_excl_vat.value }}",
"text_style": "body"
}
},
"custom_liquid_8UAex": {
"type": "custom_liquid",
"disabled": true,
"settings": {
"custom_liquid": "{% comment %} Display Price Excl. VAT to B2B Users {% endcomment %}\n{% if customer.b2b? %}\n Excl. VAT {{ custom.b2b_excl_vat | times: 100 | money_with_currency }}\n{% endif %}"
}
},
"variant_picker": {
Expand All @@ -60,12 +68,14 @@
"settings": {
}
},
"text_Xq97f": {
"type": "text",
"vendor": {
"disabled": false,
"settings": {
}
},
"caption": {
"disabled": false,
"settings": {
"text": "Excl. VAT. {{ product.metafields.custom.b2b_excl_vat.value }}",
"text_style": "body"
}
}
},
Expand Down

0 comments on commit 09fd643

Please sign in to comment.