Is the discount description not available on the cat page? I can not get this to display &mvt:discount:descrip;
Announcement
Collapse
No announcement yet.
Category Discount Description
Collapse
X
-
By default, the category product listing loop does not contain the discounts loop. Have you added that or are you only including "&mvt:discount:descrip;"?Matt Zimmermann
Miva Web Developer
Alchemy Web Development
https://www.alchemywebdev.com
Site Development - Maintenance - Consultation
Miva Certified Developer
Miva Professional Developer
https://www.dev4web.net | Twitter
-
In that case, you will probably want to include something like this within the "figcaption" element on the category page:
Code:<mvt:foreach iterator="discount" array="product:discounts"> <mvt:if expr="l.settings:discount:display"> <p>&mvt:discount:descrip;: <strong>&mvt:discount:formatted_discount;</strong></p> </mvt:if> </mvt:foreach>
Matt Zimmermann
Miva Web Developer
Alchemy Web Development
https://www.alchemywebdev.com
Site Development - Maintenance - Consultation
Miva Certified Developer
Miva Professional Developer
https://www.dev4web.net | Twitter
Comment
Comment