Re: Admin Backend Content Disappeared
When I try to access other backend pages through my browser history, I get the following error message: " Permission Denied! You do not have permission to access this page, please refer to your system administrator." I'm very much a novice just trying to keep our family business running, ...
Jump to post- Sat Jul 12, 2025 6:53 pm
- Replies 6
- Views 605
Re: Customer History and Transactions not displaying OC 3.0.x.x
Orders don't appear under those sections. Transactions is for credits, etc. History is just for adding notes about the customer.
Jump to post- Sat Jul 12, 2025 12:55 am
- Replies 2
- Views 436
Re: Admin Backend Content Disappeared
Check both your OpenCart and PHP error logs.
You could also check the permissions in the oc_user_group table in the database.
- Fri Jul 11, 2025 3:38 pm
- Replies 6
- Views 605
Re: Wrong currency in Firefox
They would nee to delete the OCSESSID at the same time if the didn't already.
Are you using any extensions or modification that could affect it?
- Fri Jul 11, 2025 12:08 am
- Replies 5
- Views 1227
Re: Increase number of items in the categories dropdown Admin > Product > Links
There is a Default Autocomplete Limit in the settings.
Jump to post- General Support
- [SOLVED] Increase number of items in the categories dropdown Admin > Product > Links
- Thu Jul 10, 2025 3:53 pm
- Replies 2
- Views 1351
Re: Deleting product doesn't work / OC 4.1.0.3
Works for me. Check both your PHP and OpenCart error logs. Also check your web browser's developer console.
Jump to post- Thu Jul 10, 2025 3:50 pm
- Replies 4
- Views 1210
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 5
- Views 1227
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 19
- Views 1617
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 19
- Views 1617
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 1799
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 2560
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 2560
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 3537
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 2743
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 14983
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 4020
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 4805
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 14983
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 2783
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 14983