No content to show

User Activity

Hi guys, need to print products within a div each five products, so I can have 5 products inside a wrap. this what I'm trying so far:  {% assign count = 0 %}                   {%- for product in collection.products -%} {% if count == 5 %} <div class...
I need to create a bundle product based on user's selection over multiple variants/options. So let's imagine the next scenario: I have:Product A - Size 10 - Price 100Product B - Size 12 - Price 100Product C - Size 15 - Price 100 User selects:Product ...
I could have 5, 10 or whatever quantity of products, but discount have to apply considering all of them except for those that have 'no_discount' tag I'm trying now with something like this but still not working  Input.cart.line_items.each do |line_it...
I am using script editor  made by Shopify.I want to disable discount codes for products that have "no_discount" tag but... Apply the discount on the rest of the prodcuts (imagine I have 5 products, but one of them with "no_discount" tag) Is this poss...
How can I apply discount code over total order amount but without considering products tagged with "no-discount" tag (for example) Let's suppose in this case first product (the red one) has "no-discount" tag.If I apply a discount code, first product'...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.