A client of mine, whom I have been designing a store for, made a collection e.g. SALE 30% and created an automatic discount for the products in that collection. But now we want it to show up on the collection page and on the product. So old price and new price, like it would if you’d change the variant of pricing with the products themselves. They are huge collections, so doing it by hand is going to take days, and they don’t have time for that.
It also has to work on the (brick and mortar) POS.
So long story short:
Discount made, collection made, how to show discount on website?
I hope anyone has any ideas for this! Thanks in advance!
@GenevievePool I can easily achieve this with a few lines of code that will calculate and display old price next to the “Discounted” price ONLY for the products within this collection.
Should only take 1-2 hours depending on how many places you wish to show this (Collection Grid/ Product Page/ Cart page).
Happy to get this done for you today if you would like to please send me a message.
Hi Skedio! Thanks for reaching out to me. It depends: is it going to cost anything? I understand if it does, but my client is out of budget now. Thanks!
Hi Genevieve, Sorry but yes I would need to charge something if I am making this change myself.
It will just be a conditional statement in the liquid code where the price is being shown. The conditional statement would simply check if the product is in a certain collection, if it is, show Compare At Price with a strike through it.
I could try to keep the cost as low as possible but if you really cannot pay then I hope the above description may give you some guidance when coding this in yourself.