Hello,
I was testing the PromotionsModule, since i want users to be able to define products to which they want to apply %OFF
The calculated_price is not showing the discounted price, when fetching from list and retrieve endpoints. I want to be able to show the discounted price, along with the original in the ProductCard and ProductDetail, so before adding to Cart.
When i add to cart, it correctly shows the calculated and original price, as part of the items response.
Upon diving into the source code, i see that the link definition for calculated_price, at the product_variant level, is referencing price_list.
My question then: How to be able to show the discounted price for products, before they are added to cart?