HI,
Just beginning to play with the MIVA API to display previous order information on the Account overview page. These 2 functions look very useful, but I'm unclear as to what the "order var" parameter is:
<mvt:do file="g.Module_Root $ '/modules/component/cmp-cssui-vieworder.mvc'" name="l.success" value="Order_Load_Lookup(bill_email, bill_zip, order_id, order var)" />
<mvt:do file="g.Module_Library_DB" name="l.success" value="Order_Load_Last(order var)" />
Also, to display the results of these calls, do I mvt out the order:value? Then if I wanted to display information of the products (url, thumbnail, etc) in that order, would i need to look that up separately, or can that be done from the return results directly? many thanks for any help.
best,
Paul
Just beginning to play with the MIVA API to display previous order information on the Account overview page. These 2 functions look very useful, but I'm unclear as to what the "order var" parameter is:
<mvt:do file="g.Module_Root $ '/modules/component/cmp-cssui-vieworder.mvc'" name="l.success" value="Order_Load_Lookup(bill_email, bill_zip, order_id, order var)" />
<mvt:do file="g.Module_Library_DB" name="l.success" value="Order_Load_Last(order var)" />
Also, to display the results of these calls, do I mvt out the order:value? Then if I wanted to display information of the products (url, thumbnail, etc) in that order, would i need to look that up separately, or can that be done from the return results directly? many thanks for any help.
best,
Paul
Comment