Laxidasical
February 25th, 2004, 09:08 PM
I am using cart version 1.0.9...
I placed the <?=$Item_Total?> call in order_confirmation_item.php in my custom theme directory. This is what I am using in both order_confirmation_item.php and email_merchant_item.php...
(<?=$Quantity?>) <?=$Name?>[<?=Product_Code?>] @ <?=$Item_Total?> <?=$Options?>
The result I get is something like:
(1) Lubricant[G01] @ <?=$Item_Total?>
It works fine in email_merchant_item.php, just not order_confirmation_item.php! I haven't tried it, but I'm guessing <?=$Options?> is going to do the same thing. How do I fix this???
I placed the <?=$Item_Total?> call in order_confirmation_item.php in my custom theme directory. This is what I am using in both order_confirmation_item.php and email_merchant_item.php...
(<?=$Quantity?>) <?=$Name?>[<?=Product_Code?>] @ <?=$Item_Total?> <?=$Options?>
The result I get is something like:
(1) Lubricant[G01] @ <?=$Item_Total?>
It works fine in email_merchant_item.php, just not order_confirmation_item.php! I haven't tried it, but I'm guessing <?=$Options?> is going to do the same thing. How do I fix this???