Skip to content

Instantly share code, notes, and snippets.

@nord
Created June 29, 2017 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nord/2c9c5941e8db252c01d049014154cd0e to your computer and use it in GitHub Desktop.
Save nord/2c9c5941e8db252c01d049014154cd0e to your computer and use it in GitHub Desktop.
Shopify shopping cart -- use ABN numbers from Customer Fields app. Used by Sufio for Shopify app (www.sufio.com/shopify/invoice).
<!-- Shopify shopping cart -- use ABN numbers from Customer Fields app. Used by Sufio for Shopify app (www.sufio.com/shopify). -->
<div class="vat-reg-number">
<input type="hidden" id="vat_reg_no" name="attributes[VAT Registration Number]" value="{{ customer.metafields.customr.ABN }}">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment