We have a browse abandon flow and we have a case where the product shown was the less expensive variation of the product, but once clicked, on the website it defaults to the most expensive variation, so now we have a case where customers said they demand the marketed price to be honored.
Is there a Django code snippet that we can leverage? what would be the best approach?
We were thinking on adding a “Starts” before the price for now, but in this case it will show for ALL products regardless of them having price variations or not, so it a product doesn’t have variations and costs $50, it will say “starts $50”. This is not a good experience overall.