- Posts: 18
- Thank you received: 2
email cc & bcc
- barkingmoonbat
-
Topic Author
- Offline
Less
More
9 years 8 months ago #258834
by barkingmoonbat
email cc & bcc was created by barkingmoonbat
-- url of the page with the problem -- :
www.jeweledfrog.com
-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.5
-- PHP version -- : 5
-- Browser(s) name and version -- : firefox latest
-- Error-message(debug-mod must be tuned on) -- : none
How can I use cc & bcc in writing an email to customer in the order form on the backend using the email button at top of the page?
-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.5
-- PHP version -- : 5
-- Browser(s) name and version -- : firefox latest
-- Error-message(debug-mod must be tuned on) -- : none
How can I use cc & bcc in writing an email to customer in the order form on the backend using the email button at top of the page?
Please Log in or Create an account to join the conversation.
9 years 8 months ago #258896
by nicolas
Replied by nicolas on topic email cc & bcc
Hi,
Edit the file "mailform" of the view "order" for your backend template via the menu Display>Views and change the code:
to:
and you'll be able to see these fields at the bottom of the popup.
Edit the file "mailform" of the view "order" for your backend template via the menu Display>Views and change the code:
Code:
<input type="hidden" name="data[order][mail][cc_email]" value="<?php echo $this->element->mail->cc_email;?>" />
<input type="hidden" name="data[order][mail][bcc_email]" value="<?php echo $this->element->mail->bcc_email;?>" />
Code:
<br/>CC:<input type="text" name="data[order][mail][cc_email]" value="<?php echo $this->element->mail->cc_email;?>" /><br/>
BCC:<input type="text" name="data[order][mail][bcc_email]" value="<?php echo $this->element->mail->bcc_email;?>" />
Please Log in or Create an account to join the conversation.
- barkingmoonbat
-
Topic Author
- Offline
Less
More
- Posts: 18
- Thank you received: 2
9 years 8 months ago #258931
by barkingmoonbat
Replied by barkingmoonbat on topic email cc & bcc
Worked perfect, Thank you
Please Log in or Create an account to join the conversation.
Time to create page: 0.155 seconds