email cc & bcc

  • Posts: 18
  • Thank you received: 2
7 years 10 months ago #258834

-- 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.

  • Posts: 82867
  • Thank you received: 13373
  • MODERATOR
7 years 10 months ago #258896

Hi,

Edit the file "mailform" of the view "order" for your backend template via the menu Display>Views and change the 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:
					<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.

  • Posts: 18
  • Thank you received: 2
7 years 10 months ago #258931

Worked perfect, Thank you

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

Time to create page: 0.057 seconds
Powered by Kunena Forum