Reposting this in this section...
In ver. 5.0.6 I added the customer email address to the Invoice Email (client request) by adding %%Global_CustomerEmail%% in invoice_email.html and order.invoice.tpl. This worked fine.
Trying to do the same in ver. 5.5.2, but there is no order.invoice.tpl in this ...
Search found 7 matches
- Thu Oct 14, 2010 12:19 am
- Forum: [SC] Custom Code
- Topic: Add Cust Email to Invoice Email Template?
- Replies: 0
- Views: 7245
- Tue Oct 12, 2010 7:56 pm
- Forum: Shopping Cart 5.x
- Topic: Add Cust Email to Invoice Email Template?
- Replies: 0
- Views: 23443
Add Cust Email to Invoice Email Template?
In ver. 5.0.6 I added the customer email address to the Invoice Email (client request) by adding %%Global_CustomerEmail%% in invoice_email.html and order.invoice.tpl. This worked fine.
Trying to do the same in ver. 5.5.2, but there is no order.invoice.tpl in this version. Tried adding it to invoice ...
Trying to do the same in ver. 5.5.2, but there is no order.invoice.tpl in this version. Tried adding it to invoice ...
- Thu Jan 28, 2010 6:43 pm
- Forum: [SC] Custom Code
- Topic: [HACK] Login for price
- Replies: 73
- Views: 270246
Re: [HACK] Login for price
I found the problem with the blank email.
In this bit of code in admin/includes/classes/class.customers.php :
$GLOBALS['FirstName'] = isc_html_escape($StoreCustomer['firstname']);
$GLOBALS['ISC_LANG']['ThanksForRegisteringEmailLogin'] = sprintf(GetLang('ThanksForRegisteringEmailLogin'), $GLOBALS ...
In this bit of code in admin/includes/classes/class.customers.php :
$GLOBALS['FirstName'] = isc_html_escape($StoreCustomer['firstname']);
$GLOBALS['ISC_LANG']['ThanksForRegisteringEmailLogin'] = sprintf(GetLang('ThanksForRegisteringEmailLogin'), $GLOBALS ...
- Thu Jan 28, 2010 6:19 pm
- Forum: [SC] Custom Code
- Topic: [HACK] Login for price
- Replies: 73
- Views: 270246
Re: [HACK] Login for price
Thanks Painstik!
It works for me. I got the verification email, HOWEVER, there is no content in the email. I checked the html for the email and that was fine and even tested it with the content of another email template and every time the emails arrive blank. The subject line is correct, though ...
It works for me. I got the verification email, HOWEVER, there is no content in the email. I checked the html for the email and that was fine and even tested it with the content of another email template and every time the emails arrive blank. The subject line is correct, though ...
- Wed Jan 27, 2010 7:12 pm
- Forum: [SC] Custom Code
- Topic: [HACK] Login for price
- Replies: 73
- Views: 270246
Re: [HACK] Login for price
Waiting with baited breath for this...
- Thu Oct 22, 2009 8:48 pm
- Forum: [SC] Custom Code
- Topic: [HACK] Login for price
- Replies: 73
- Views: 270246
Re: [HACK] Login for price
I can say from experience that login for price is very very bad idea, it's a turn off for customers.
Me first, I don't go trough registration if I don't see prices, why should I bother if vendor is forcing me to register and to give my personal data if I only want to see products and prices. You ...
Me first, I don't go trough registration if I don't see prices, why should I bother if vendor is forcing me to register and to give my personal data if I only want to see products and prices. You ...
- Thu Oct 22, 2009 6:31 pm
- Forum: [SC] Custom Code
- Topic: [HACK] Login for price
- Replies: 73
- Views: 270246
Re: [HACK] Login for price
This is great. Does exactly what I want it to do.
Is there a quick easy way to make it so the customer returns to the product page they were on after they log in? Right now it goes to their Account page.
Is there a quick easy way to make it so the customer returns to the product page they were on after they log in? Right now it goes to their Account page.