Skip to content

Load Related Products on Any Page#

Description#

Load Related Products on Any Page

Snippet#

<mvt:do file="g.Module_Feature_RPD_DB" name="l.success" value="RelatedProductList_Customer_Load_Product(g.basket:cust_id, l.settings:product:id, l.settings:relatedproducts)" />

<mvt:foreach iterator="product" array="relatedproducts">
    &mvte:product:id;
    &mvte:product:catcount;
    &mvte:product:cancat_id;
    &mvte:product:agrpcount;
    &mvte:product:pgrpcount;
    &mvte:product:disp_order;
    &mvte:product:page_id;
    &mvte:product:code;
    &mvte:product:sku;
    &mvte:product:name;
    &mvte:product:page_title;
    &mvte:product:thumbnail;
    &mvte:product:image;
    &mvte:product:price;
    &mvte:product:cost;
    &mvte:product:descrip;
    &mvte:product:weight;
    &mvte:product:taxable;
    &mvte:product:active;

</mvt:foreach>

Functions Used#

  • RelatedProductList_Customer_Load_Product