Skip to main content

email cc & bcc

More
9 years 8 months ago #258834 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?

Please Log in or Create an account to join the conversation.

More
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:
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;?>" />
to:
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;?>" />
and you'll be able to see these fields at the bottom of the popup.

Please Log in or Create an account to join the conversation.

More
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.158 seconds
Powered by Kunena Forum