Quote:
Originally Posted by rubywednesday
1. i'm trying to put Product description under Product name in INVOICE page and email..
what is the code that i need to put?
2. It seems like product display is in alphabetical order. how can i move the product display order? or you can say customize
ex)
|
1. Do you want the long description or the short description? The file you will need to look at is in the skin1/mail folder, and depending on if you are using html email or not the html folder. The file name is order_data.tpl. The variable you need to use is either {$product.fulldescr} or {$product.descr}.
2. The product display order on the invoice has never made any sense to me. I think the products are listed in the order the customer put them in the cart.