Brandon MUS
09-07-06, 01:31 AM
my code:
<mvt:elseif expr="(g.ShippingMethod EQ 'ptbship:US Postal Service') AND (Basket.d.Total GE 100)">
What should Basket.d.Total really be? I know that the entity for it is &mvt:formatted_total;, but I can't use entities in a comparision..
Also, where can I find all of the variables? I always look through the Miva 4.x database reference, but I can't seem to figure out how to use it in conditional statements. BasketList.d.Total didn't work, and it looks like it would.
<mvt:elseif expr="(g.ShippingMethod EQ 'ptbship:US Postal Service') AND (Basket.d.Total GE 100)">
What should Basket.d.Total really be? I know that the entity for it is &mvt:formatted_total;, but I can't use entities in a comparision..
Also, where can I find all of the variables? I always look through the Miva 4.x database reference, but I can't seem to figure out how to use it in conditional statements. BasketList.d.Total didn't work, and it looks like it would.