Installed Modules:
CMSMailer: 2.0.2
CMSPrinting: 1.0
FileManager: 1.2.0
MenuManager: 1.7.7
MicroTiny: 1.1.1
ModuleManager: 1.5.3
News: 2.12.3
Search: 1.7
ThemeManager: 1.1.4
CGExtensions: 1.27.9
FrontEndUsers: 1.17
CGSimpleSmarty: 1.4.10
CustomContent: 1.7.3
Products: 2.16.2
CGEcommerceBase: 1.3.9
Cart: 1.8.1
CGPaymentGatewayBase: 1.0.11
Orders: 1.13
SelfRegistration: 1.6.14
Captcha: 0.4.5
TinyMCE: 2.9.6
JQueryTools: 1.0.10
CGContentUtils: 1.3
CGFBApp: 1.0.7
FormBuilder: 0.7.1
Showtime: 2.0.5
SiteMapMadeSimple: 1.2.5
FRTaxes: 1.1.1
----------------------------------------------
Hello,
I'm trying to change the details written in the admin's email after a customer has made an order.
I have some extra fields in my product page and I want to replace the basic "item id field" :
Code: Select all
<td>{$item.item_id}</td>
by my extra field called "numero".
Can someone give me directions ?
Should I just replace "item_id" by "numero" ?
thanks a lot.