Re: Inactive hamburger menu/Non-resizing logo image
Reduce the padding-bottom: from 400px for #content.
Jump to post- Mon Jun 30, 2025 10:10 pm
- Replies 4
- Views 170
Re: Inactive hamburger menu/Non-resizing logo image
1. You are missing the catalog/view/javascript/bootstrap/js/bootstrap.bundle.min.js file from footer.twig.
2. The div above #logo have columns set.
- Mon Jun 30, 2025 3:56 pm
- Replies 4
- Views 170
Re: Payment modules that support Opencart's native Recurring Profiles
The only built in payment extension for support recurring payment look to be PayPal and Square.
https://github.com/opencart/opencart/tr ... /recurring
You may find some other in the marketplace.
- Fri Jun 27, 2025 8:01 pm
- Replies 4
- Views 1444
Re: Automatically populate products in category, based on their filter (3.0.3.8)
Not without modification. Products need to be assigned to a category to show in that category.
Jump to post- Fri Jun 27, 2025 5:43 pm
- Replies 4
- Views 796
Re: OpenCart 3.0.x.x PHP versions support
I ran the composer again with PHP 8.1, using below composer.json, and the resulting vendor libs seem to be fine now for PHP 8.1, 8.2, 8.3, and 8.4. The only issues were caused by some of the required packages for the "cardinity/cardinity-sdk-php": "^v2.0". A composer audit also ...
Jump to post- Fri Jun 27, 2025 4:33 am
- Replies 23
- Views 4431
Re: question mark replacing letters and symbols
Your site is setting the wrong meta charset. It needs to be UTF-8. This is usually set in the theme's header template.
Jump to post- Thu Jun 26, 2025 8:06 pm
- Replies 1
- Views 1101
Re: Issue with importing items
Your could check your SSL certificate is valid by putting your URL in an online checker.
This should also say which root certificate is needed to validate it. You can then check the CAfile: /etc/pki/tls/certs/ca-bundle.crt contains that root certificate.
- Thu Jun 26, 2025 7:59 pm
- Replies 2
- Views 1129
Re: OpenCart 3.0.x.x PHP versions support
I just tested the "scssphp/scssphp": "^1.13" and it gets loads of deprecation messages when running under PHP 8.4. Hence we'll have to use "scssphp/scssphp":"^2.0.1", which is fine for PHP 8.4, but grabs a package ""symfony/filesystem" version ...
Jump to post- Thu Jun 26, 2025 12:09 am
- Replies 23
- Views 4431
Re: add line break or html tags to option value name input field
You could try something like the following.
Code: Select all
{{ option_value.name|replace({'(': '<br>('}) }}
- Wed Jun 25, 2025 7:25 pm
- Replies 9
- Views 1575
Re: OpenCart 3.0.x.x PHP versions support
I also noticed when using the latest twig/twig package, one of packages used by it, namely the symfony/filesystem , requires PHP 8.2 or later, and won't work with PHP 8.1 or earlier, whereas twig/twig or any of the other packages would have been just fine with PHP 8.1 onwards. So it looks like supp...
Jump to post- Wed Jun 25, 2025 6:34 pm
- Replies 23
- Views 4431
Re: OpenCart 3.0.x.x PHP versions support
divido/divido-php should be removed as the payment extension was removed in 3.0.4.0.
Jump to post- Wed Jun 25, 2025 12:11 am
- Replies 23
- Views 4431
Re: Mail Problems
Check both the PHP error log and the OpenCart error log to see it the actual error is in there.
Your SMTP hostmane may need ssl:// in front if using port 465. You could also increase the timeout.
- Tue Jun 24, 2025 4:16 pm
- Replies 4
- Views 1331
Re: OpenCart 3.0.x.x PHP versions support
Could upgrade Twig to 3.11.3. There is a 3.11.x on GitHub branch that suggests it supports PHP 7.4 to 8.4 and also the latest security patches. I was experimenting with this twig version, told composer.json to use "twig/twig": "^3.11", for some unknown reason, it picked up twig/...
Jump to post- Mon Jun 23, 2025 11:53 pm
- Replies 23
- Views 4431
Re: OpenCart 3.0.x.x PHP versions support
Could upgrade Twig to 3.11.3. There is a 3.11.x on GitHub branch that suggests it supports PHP 7.4 to 8.4 and also the latest security patches.
Jump to post- Sun Jun 22, 2025 11:55 pm
- Replies 23
- Views 4431
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 6
- Views 2496
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 2480
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 6
- Views 2496
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 2480
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 2480
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 2480