On BASK I list the discounts each product has. The one legacy price group we use doesn't show &mvt:discount:descrip; I've tried poking around with Tool Belt and Tool Kit code and dug around in the Token List but can't figure out a way to know that discount is in the basket. I was hoping that even if i can't get the specific name I'd be able to at least to add something generic like this to my discount loop
The first item has the Preferred Partner discount which uses a non-legacy price group. The second one uses a legacy price group and I'd like to add at least a generic description so they know their discount is included.
Code:
<mvt:if expr="NOT ISNULL l.settings:discount:descrip"> &mvt:discount:descrip; <mvt:elseif expr="legacy-discount-detected'> Discount Applied </mvt:if>
Comment