I have a New Arrivals category that uses Toolkit to display the last 30 products added to the database. I'm doing a redesign of the site using a ReadyTheme, so I figured I might as well modernize my New Arrivals code to take advantage of the pricing calculated by the Runtime_Product_Load_Code function.
I copied the sample code into the category's header and plugged in an existing product code, but I got nothing.
<mvt:do name="l.return" file="g.Module_Library_DB" value="Runtime_Product_Load_Code( 'product_code', l.product )" />
&mvt:product:code;
What am I missing here?
Thanks,
Todd
I copied the sample code into the category's header and plugged in an existing product code, but I got nothing.
<mvt:do name="l.return" file="g.Module_Library_DB" value="Runtime_Product_Load_Code( 'product_code', l.product )" />
&mvt:product:code;
What am I missing here?
Thanks,
Todd
Comment