Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

How to Display Automatic Discount Price in Product Listing

How to Display Automatic Discount Price in Product Listing

wiliamvj
Tourist
9 0 1

Currently, automatic discounts are only displayed on the cart, which doesn't make much sense, as the customer doesn't even know about it, as the rest of the layout is not informed. I'm trying to change this to display in layout to look similar to the of x by xvalue option.

In this way: 

wiliamvj_0-1641487231579.png

To stay that way, we have to manually change it in each product, or use an app for that.

This is wrong, since if you are going to apply it to hundreds of products it is difficult, using an app for this is not always feasible.

And if you change the value instead of creating an automatic discount, customers can use coupons.

In addition to the discount, you can also get the coupon.

And we cannot deactivate the coupons, if the promotion stops on specific products, customers cannot use them on products for the promotion.

In short, something simple for other platforms, it's a real non-Shopify mess. They should have more discount options, allow for information on the products.

In the cart I can work with automatic active discounts, but outside the cart and checkout is not possible.

 

 

{% for discount_application in cart.discount_applications %}
  <td>Você economizou {{ discount_application.total_allocated_amount | money }}</td> 
{% endfor %}

 

 

 

How can I identify an active automatic discount on any part of the theme?

Replies 0 (0)