No content to show

User Activity

hi there! use this liquid tag and you'll get what you want {{ order.customer.orders_count }} you can thanks me on Instagram! @franzeq :]
Hi! You must use this liquid tag to get the information that you need{{ order.customer.orders_count }} If you're here after hours of googling, thanks me at Instagram @franzeq kjsdfjk
Hello! If there's still someone looking for this and you found this post on Google, I was able to solve it already. I just used the following code: {% assign inventory_quantity = nil %} {% for item in order.line_items %} {% if item.sku == line_item.s...
Hi there! I tried this and it worked fine for me:{% for item in order.line_items %}{% for tag in item.product.tags %}{{ tag }}{% endfor %}{% endfor %} I'm sorry if its too late haha
Hi there!  When we print packing slips we would like it to show the available quantity for each line item. Is it possible? It would be helpful when someone is picking they can see how many we have on hand at the time.Already checked Shopify's offici...
As Pedro_vendah said, you must add a CSS file with the desired font to your Shopify files. Mine is https://cdn.shopify.com/s/files/1/1629/6545/files/libre-barcode-39-inline.css?v=1636044133, you can copy it if you want, but you should upload it to yo...
Not yet, i've lost hope 
Hi there!I need to add a barcode of the order number in my packing slips. I found this post that offers a solution, but it only works with the Order Printer app. For several reasons, I need to use the native packing slip function, not the external ap...
Hola! Espero que estén bien. Me gustaría saber si pueden ayudarme con un tema.Necesito hacer que el número de orden me aparezca también como un código de barras al imprimir el packing slip de cada orden.Encontré en cierto post antiguo una posible sol...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to