Re: Wrong currency in Firefox
Check your cookies, you may have an old currency cookie set.
Jump to post- Wed Jul 09, 2025 11:19 pm
- Replies 1
- Views 44
Re: Max User Connections Error in OpenCart 3.0.4.0 with PHP 8.3 - Seeking Help
What accses log are you refering to? Server level log? i dont have accses to that. The web access logs. In cPanel it's under Metrics as Raw Access. Changing the session to file instead of db won't save a connections to the database as the request will still connect to the database for settings, etc...
Jump to post- Wed Jul 09, 2025 6:33 pm
- Replies 10
- Views 143
Re: Max User Connections Error in OpenCart 3.0.4.0 with PHP 8.3 - Seeking Help
Check your access log around the time of the errors to see what sort of requests you are receiving.
Jump to post- Wed Jul 09, 2025 6:10 pm
- Replies 10
- Views 143
Re: Can't add categories to product under Safari
Could be https://github.com/opencart/opencart/pull/14971.
Jump to post- Tue Jul 08, 2025 12:02 am
- Replies 2
- Views 220
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 2127
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 2127
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 3232
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 2544
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 24
- Views 10782
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 3483
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 3689
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 24
- Views 10782
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 2697
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 24
- Views 10782
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 24
- Views 10782
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 2089
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 24
- Views 10782
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 24
- Views 10782
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 4216
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 3895