Sep 16, 2019
how to translation “characters remaining”,I did not find the relevant content on the settings page.
Aug 21, 2019
I want to add some content to the shopping cart page. How to hide the next 3 <DIV> before selecting the first <DIV>? and how to make the value of the first <div> appear in t...
No content to show
User Activity
05-14-2020
<table class="table-tabular" style="margin: 0 0 1.5em 0;"> <thead> <tr> <td>Img</td> <td> Quantità</td> <td>Articolo</td> <td>Barcode</td> <td>SKU</td> <td>Prezzo</td> <td>Imponib.</td> </tr> </thead> <tbody> {...
05-13-2020
{% for line_item in line_items %}{{ line_item.variant.barcode }}{% endfor %} You try it, this should work.
08-27-2019
@BrianAtWork @shopify-dev-05 Thank you for your help, but the code is still invalid.Behind the barcode, it is still blank.
I want add product barcode to Packing List.But it doesn't work...