Is it possible to determine what the sales prompt is for the product and display it's actual text only?
Or even better it'd be great if I could say if the sales prompt is "On Sale For" then output "<span class="on-sale-for">On Sale For</span>" or if it's "Special Introductory Price" then it'd output "<span class="special-price">Special Introductory Price</span>".
I'd like to set up those new HTML containers for each of the different sales prompts rather than use those that ASPDotNetStorefront generates, mostly for naming consistency but also for integration of microdata attributes. The more HTML that I have control over the better.
Thanks for any help!