WebsiteBaker Support (2.8.x) > Bakery Shop
Bakery: Small Shop Module (ORIGINAL TOPIC)
doxynder:
Great Module!
really easy to use! one question:
But how can i implement the order_nr in the email?
I need this for the costumers: reason for payment/Verwendungszweck
i tried to implement the "order_id" but all attempts were in vain (in backend)
Peter
freeSbee:
Hi Peter
Thanks for feedback!
--- Quote from: doxynder on January 29, 2008, 04:54:17 PM ---But how can i implement the order_nr in the email?
--- End quote ---
The order_id is actually sent in the subject of the email.
Best,
Christoph
doxynder:
Thanks for the fast answer!
i´ve seen the order id in the subject but i also needed it in the email...because i need the reason for Payment with an speciefied number - people shoud know what to fill in.
// Replace vars with values
$vars = array('[CUSTOMER_NAME]', '[SHOP_NAME]', '[BANK_ACCOUNT]', '[CUST_ADDRESS]', '[ITEM_LIST]', '[ORDER_ID]' );
$values = array($cust_name, $setting_shop_name, $setting_bank_account, $email_cust_address, $email_item_list, $order_id);
in the backend i added [order_id]
i really don´t know what i´m doing here, but it works (never done something in php). but i´m trying
peter
freeSbee:
Hi Peter
--- Quote from: doxynder on January 29, 2008, 05:52:03 PM ---// Replace vars with values
$vars = array('[CUSTOMER_NAME]', '[SHOP_NAME]', '[BANK_ACCOUNT]', '[CUST_ADDRESS]', '[ITEM_LIST]', '[ORDER_ID]' );
$values = array($cust_name, $setting_shop_name, $setting_bank_account, $email_cust_address, $email_item_list, $order_id);
--- End quote ---
Thanks for that -- I will put it into the next version of Bakery.
Best,
Christoph
freeSbee:
New Version of Bakery:
VERSION 0.82 (01/31/2008)
* Corrected tax calculation for prices including tax (brutto prices).
Do not use older versions any more due to this error!
* Added possability to use [ORDER_ID] in the email templates.
Christoph
DOWNLOAD REMOVED
Please download the latest version from the Bakery Website.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version