Is it possible to access the product's canonical category code directly from "Product_Load_ID" or must it be loaded separately like in the example below?
Code:
<mvt:do name="l.result" file="g.Module_Library_DB" value="Product_Load_ID(l.settings:loadThisPartID, l.settings:product)" /> <mvt:do name="l.result" file="g.Module_Library_DB" value="Category_Load_ID(l.settings:product:cancat_id, g.category)" /> Canonical Category Code: &mvta:global:category:code;]
Comment