Re: MPDF ? Mail not sending from opencart only
If you are using SMTP as the mail engine and you are not getting any errors to say sending failed, then that suggest an issue with your mail server.
Jump to post- Sat Jun 21, 2025 7:15 pm
- Replies 5
- Views 34
Re: 123 Reg email issues, has anyone had issues with them
The client did a second mail-tester.com email and they got a score of 8.5, think the first one they did, they did not add any text but the second test they did, they added text and got the 8.5/10 score. Will the latest mail.php and smtp.php files work on 3.0.3.8? How are they using mail-tester.com?...
Jump to post- Sat Jun 21, 2025 7:08 pm
- Replies 18
- Views 251
Re: MPDF ? Mail not sending from opencart only
Check both the PHP and OpenCart error logs if you haven't already. Have you check the mail server logs to see if the emails are getting to the mail server? In cPanel you can look under Track Delivery.
Have you tried sending an email direct from OpenCart to a tester such as mail-tester.com?
- Sat Jun 21, 2025 7:03 pm
- Replies 5
- Views 34
Re: 123 Reg email issues, has anyone had issues with them
If you are only getting 4.5 in mail tester then the email being HTML could be getting marked as spam. If you change all the emails to not use HTML you can't guarantee these also won't get marked as spam at some point. I've seen plenty of plain text emails get marked as spam. A score that low suggest...
Jump to post- Sat Jun 21, 2025 6:57 pm
- Replies 18
- Views 251
Re: 123 Reg email issues, has anyone had issues with them
Ahh ok, I put in 30 in the SMTP timeout and tried again but got a blank page again on the contact form and checked the error log again and got the following error "2025-06-20 21:51:04 - PHP Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/s...
Jump to post- Sat Jun 21, 2025 6:53 am
- Replies 18
- Views 251
Re: 123 Reg email issues, has anyone had issues with them
In the error logs on the admin side has the following 2025-06-20 16:49:28 - PHP Warning: fsockopen() expects parameter 5 to be float, string given in /home/servername/public_html/system/library/mail/smtp.php on line 88 In the error_log file on the server has the following [20-Jun-2025 16:49:28 Euro...
Jump to post- Sat Jun 21, 2025 4:34 am
- Replies 18
- Views 251
Re: 123 Reg email issues, has anyone had issues with them
Look in you PHP error log as well as the OpenCart error log to see what caused the blank page.
Try using an online email deliverability checker such as mail-tester.com to check for any issues with the emails being sent.
- Fri Jun 20, 2025 11:44 pm
- Replies 18
- Views 251
Re: OC4 Admin Emails Showing as Plain Text
OpenCart 2 did send an HTML email to the store owner. OpenCart 4 does also send an HTML email, but its styling is very basic, just text and line breaks.
Jump to post- Fri Jun 20, 2025 9:36 pm
- Replies 2
- Views 103
Re: order status colour extension failing
The error suggest that $value['status'] hasn't been set. As the error is in one of the files added by the extension, which nobody on the forum will likely have access to, you will need to get the extension developer to fix it or get another developer to look at your store.
Jump to post- Thu Jun 19, 2025 6:55 pm
- Replies 3
- Views 242
Re: Option Images don't display on product page
The option type needs to be radio or checkbox.
Jump to post- Wed Jun 18, 2025 4:25 pm
- Replies 8
- Views 457
Re: customer "forgot password" automatic email link not clickable
Doesn't look like the link is in HTML a tags.
https://github.com/opencart/opencart/bl ... en.twig#L5
Try.
Code: Select all
<a href="{{ reset }}">{{ reset }}</a><br/>
- Wed Jun 18, 2025 4:15 pm
- Replies 5
- Views 540
Re: Security Fix for Puny-Code, 0-Click Account Takeover
Also patched in version 4.1.0.1 and above.
https://github.com/opencart/opencart/co ... 88dfd597cd
- Tue Jun 17, 2025 5:58 pm
- Replies 4
- Views 487
Re: Security Fix for Puny-Code, 0-Click Account Takeover
Looks like the issue I reported in February last year.
Has been patched in 3.0.4.0 and above.
https://github.com/opencart/opencart/pull/13710
https://github.com/opencart/opencart/pull/13714
- Tue Jun 17, 2025 5:49 pm
- Replies 4
- Views 487
Re: currency problems
Just did some more testing and both version 3 and 4 work the same way. If the browser's window is wide it will display the symbol and the word 'Currency'. If the browser window is narrow it will just display the symbol.
Jump to post- Tue Jun 17, 2025 4:15 pm
- Replies 6
- Views 835
Re: currency problems
I believe you must have had an theme/extension/modification that added a name to the currency. My install of version 3 only has a symbol.
You have to enter the space with a character code (Alt + 0160 in a Windows PC).
- Tue Jun 17, 2025 4:54 am
- Replies 6
- Views 835
Re: multi-store 403 error on subdomain store
pointing the subdomain to ...public_html just like the Main store brings up the main store NOT the second one https://7csgeneralstore.a2hosted.com/ and https://food.7csgeneralstore.a2hosted.com/ That's a good start. Now check both the Store URL and SSL URL are set to the full URL of your second sto...
Jump to post- Mon Jun 16, 2025 10:08 pm
- Replies 16
- Views 997
Re: multi-store 403 error on subdomain store
ALL the docs said point it to the 'NEW' subdomain to directory under the main i.e main store .../public_html/ second ..../public_html/food/ are you talking on the SERVER on in opencart settings No that setting would be in your hosting control panel. Both need to point to .../public_html/ and not an...
Jump to post- Mon Jun 16, 2025 5:37 pm
- Replies 16
- Views 997
Re: currency problems
A. The symbol should change but the word 'Currency' should not.
B. You could insert a non-breaking space.
- Mon Jun 16, 2025 4:25 pm
- Replies 6
- Views 835
Re: Issue Accessing Website While Logged In During Maintenance Mode
Could be this bug, which sadly looks like it's not going to be fixed.
https://github.com/opencart/opencart/issues/12494
- Sun Jun 15, 2025 9:25 pm
- Replies 4
- Views 549
Re: emails sent to spam all of a sudden
Should be 10/10 if there no issues, 8/10 suggests there are issues.
Jump to post- Tue Jun 10, 2025 10:11 pm
- Replies 8
- Views 1880