RE: Sitebuilder: How to enable discounts to be visible at the product card?
Hi MicrosoftLearne95,
On a similar issue here is what I was able to find out
Price ranges not visible on Category pages on B2B site
If you would like to show a price in PLP, you can make the Trade Agreement apply to the master product.
If you would like to show a price range in PLP, you will need to make a frontend extension to call GetActivePrices with "includeVariantPriceRange: true" and one single master product id for each product in PLP.
Note there might be performance issues because searching price range will search all variant products' price. If you have a hundred variants per master product, this will be a big performance factor loading the page.