Hi,
Could you post screenshots of how did you set up this discount? Like what the discount rule says? Also how it looks like in the cart?
Thread Starter
caidad
(@caidad)
Yes of course,
https://ibb.co/q5kfTSv
https://ibb.co/KwwR44z
https://ibb.co/mtttF6J
As you can see, price doesn’t same on page product and cart because discount make effect only on cart and not directly on page product.
Thanks
Antoine
Ok. Please, send me url to your product.
Thread Starter
caidad
(@caidad)
You realise this is a publicly visible forum? I’d strongly recommend you remove those login from here!
Based on the response data from the ajax call for the price calculation, the discount is being applied specifically when you view it in the cart. So, cart related hooks are being used by that plugin. It means that discount simply does not exist prior adding to the cart. Therefore it is not possible to display it BEFORE actually adding to the cart.
Unless you kind of fake it by using Dynamic Notice and displaying whatever text-price you want to. You just have to do this, do this additionally. Create it.
Thread Starter
caidad
(@caidad)
All right, I’ll try the Dynamic Notice. Too bad a simpler and more global solution is not available.
Have a nice day.
Antoine