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...
02-21-2024
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
12-29-2023
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...
Not yet, i've lost hope
02-18-2021
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
Subject | Views | Posted |
---|---|---|
612 | 02-23-2024 09:12 AM |