Hi team,
On the product detail page, I want to show pricing info from the Price Matrix in the variant table.
The table should include columns like:
- RRP
- Price >100 pcs (tier price)
- Discount
This data is already set up in the Price Matrix for the product.
I’m using the relatedProductsList template to render the table.
How can I access the product’s Price Matrix in this template and display the correct values (RRP, tier prices, discount) for each variant?
If Razor code is required, could you share a minimal example of how to loop through the matrix and output these values?
Thanks!