Load Product (by Code or Id)#
Description#
Load product information
Snippet#
<mvt:do name="l.return" file="g.Module_Library_DB" value="Runtime_Product_Load_ID( product_id, l.product )" />
<mvt:do name="l.return" file="g.Module_Library_DB" value="Runtime_Product_Load_Code( 'product_code', l.product )" />
&mvt:product:code;
Note
The Runtime prefix to these functions make it so inventory is taken into account as well as things like active and price or availability groups. These functions also exist without the runtime prefix (Product_Load_Code
and Product_Load_ID
)
Functions Used#
Runtime_Product_Load_ID
Runtime_Product_Load_Code