Re: It is possible to send the edit mail to 2 different emails?
straightlight wrote: ↑Fri Mar 13, 2020 12:06 amWhat about your OC admin - > systems - > settings - > edit settings - > Mail tab's form (without password) and your cPanel > Email Accounts > << your_email >> > Manage > lower-left table settings (SSL)?

and... the second one? Jump to post
- Fri Mar 13, 2020 1:08 am
- Replies 15
- Views 1080
Re: It is possible to send the edit mail to 2 different emails?
As far as I understand your ‘issue’ you want to notify the customer and someone else (a fixed e-mail) that the order has changed status? Basically, after an order is validated I update the status and attach them an invoice with relevant information, that pdf needs to be sended to someone else as well
Jump to post- Fri Mar 13, 2020 12:31 am
- Replies 15
- Views 1080
Re: It is possible to send the edit mail to 2 different emails?
Guess sostraightlight wrote: ↑Thu Mar 12, 2020 12:56 amIn your admin - > extensions - > events page. Ensure all your mail_ prefixes are active on that location.

- Fri Mar 13, 2020 12:04 am
- Replies 15
- Views 1080
Re: It is possible to send the edit mail to 2 different emails?
Exactly
Mmm... where?I believe the additional alerts only apply to new orders, not order updates.
If I delete the changes and update an order the original email is send it without issues
Jump to postDid you check your event table if the mail_alert event is there?
- Thu Mar 12, 2020 12:51 am
- Replies 15
- Views 1080
Re: It is possible to send the edit mail to 2 different emails?
I know that, but it doesn't what I'm looking for. Jump to post
- Wed Mar 11, 2020 1:20 am
- Replies 15
- Views 1080
Re: It is possible to send the edit mail to 2 different emails?
No need to create a new class instance. all you have to do is: after $mail->setText($this->load->view('mail/order_edit', $data)); $mail->send(); add $mymail="test@mail.com"; $mail->setTo($mymail); $mail->send(); Sounds good, doesn't work. I tried it but no email was sended, not even the original. T...
Jump to post- Wed Mar 11, 2020 12:29 am
- Replies 15
- Views 1080
Re: It is possible to send the edit mail to 2 different emails?
Never heard of it before Jump to poststraightlight wrote: ↑Tue Mar 10, 2020 1:02 am- Have you tried creating an event rather than editing core files? Wiki: https://github.com/opencart/opencart/wiki/Events-System
- Tue Mar 10, 2020 1:48 am
- Replies 15
- Views 1080
It is possible to send the edit mail to 2 different emails?
OC 3.0.3.2 I need to send two mails when adding an order history, this action have the option to notify the customer about the status of its order. Every time I approve an order I have to inform the customer, So... In that action I need to send an extra email to a specific address. I tried to duplic...
Jump to post- Tue Mar 10, 2020 12:30 am
- Replies 15
- Views 1080
Re: Creating a Custom Page in OpenCart 3
Thanks Jump to poststraightlight wrote: ↑Fri Mar 06, 2020 3:23 amCache latency response on your server. See this FAQ: viewtopic.php?f=134&t=215776#p775632
- Sat Mar 07, 2020 12:25 am
- Replies 24
- Views 85451
Re: Creating a Custom Page in OpenCart 3
First update
-Added image with href
-Cleaned the cache
-> Image doesn't show
Last update
-Erased the href
-Cleaned the cache
-> Now the image is shown
(?) Jump to post
- Fri Mar 06, 2020 1:36 am
- Replies 24
- Views 85451
Re: Creating a Custom Page in OpenCart 3
Ensure your image path and image name both exists and that the domain and image path in both config.php files are properly configured. I cleaned the cache in the admin panel and in server, but the image doesn't show What is the way you used to clean the cache? Everything in its place. I've erased t...
Jump to post- Fri Mar 06, 2020 12:42 am
- Replies 24
- Views 85451
Re: Creating a Custom Page in OpenCart 3
TWIG files are still pure HTML codes. It's just that, unless using an extension, you won't be able to use PHP codes inside of them by default. As far as adding image codes, it's pretty much the same as adding an IMG SRC into an HTML file. Got it! I achieved it in my local host, but not in the onlin...
Jump to post- Thu Mar 05, 2020 11:34 pm
- Replies 24
- Views 85451
Re: Creating a Custom Page in OpenCart 3
How can I place a image to that twig file? I don't know how since it's not an "html base twig file" (that's how I 'stand twig files)
Jump to post- Thu Mar 05, 2020 3:56 am
- Replies 24
- Views 85451
Re: Color doesn't change in stylesheet
It's the deafult theme. I added that line to remove left border for the first childcyclops12 wrote: ↑Fri Feb 28, 2020 3:48 amAre you using a different theme asis not in default theme stylesheet.cssCode: Select all
*#menu .nav > li:first-child > a { border-left: none; }

Note: this is my local server for testing Jump to post
- Fri Feb 28, 2020 4:05 am
- Replies 11
- Views 770
Re: Color doesn't change in stylesheet
If there are no other changes than that I suspect that you commented out background-image and did not replace it background-image: none; https://forum.opencart.com/viewtopic.php?t=210075 https://forum.opencart.com/viewtopic.php?f=202&t=215043 Thats how I initially made the changes, also I have a lo...
Jump to post- Fri Feb 28, 2020 3:59 am
- Replies 11
- Views 770
Re: Color doesn't change in stylesheet
because of the changes you may or may not have made this is not exactly one of them (in theory), cascading css is .. #menu { background-color: #01aa83; /*Color menu navegacion*/ /*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/ background-repeat: repeat-x; border-color: #1f90bb #1...
Jump to post- Fri Feb 28, 2020 2:53 am
- Replies 11
- Views 770
Re: Color doesn't change in stylesheet
Some Style is declared by the Bootstrap File, depending on Layouts: ( category-page OC-3) --- https://forum.opencart.com/download/file.php?mode=view&id=38548 Got it, Now my nav bar has a bigger height https://i.imgur.com/2nHji7b.png I deleted the left border cuz I think that was the problem but still
Jump to post- Fri Feb 28, 2020 2:36 am
- Replies 11
- Views 770
Re: Account column right occupies the entire screen
Noted

- Thu Feb 27, 2020 4:55 am
- Replies 15
- Views 1035
Color doesn't change in stylesheet
OC v3.0.3.2 Theme: default Hi there, I been modifying some colors in the default theme but haven't achieved what I want. Some colors have changed but the others dont In catalog/view/theme/default/stylesheet/stylesheet.css The header https://i.imgur.com/Gldt2Rf.png Want to change - background-color o...
Jump to post- Thu Feb 27, 2020 4:50 am
- Replies 11
- Views 770