Re: extra fields in the delivery (shipping) address
The shipping address if formatted for display as at the link below.
https://github.com/opencart/opencart/bl ... #L870-L903
- Wed Jul 16, 2025 9:59 pm
- Replies 1
- Views 16
Re: XSS issue on search function.
I wasn't able to recreate the issue on 3.0.2.0 or 3.0.4.1. That suggests the issue is with your theme or an extension you are using. Jump to post
- Tue Jul 15, 2025 9:47 pm
- Replies 6
- Views 289
Re: Contact us Form - randomly not working
Check both your PHP error log and the OpenCart error log. Use an online email deliverability checker to check the contact form, such as mail-tester.com. You would to send the email via OpenCart and not your email client, so best done with a test version of you site set up exactly the same. A lot can...
Jump to post- Tue Jul 15, 2025 5:55 pm
- Replies 3
- Views 100
Re: XSS issue on search function.
Were there any more details? There is CVE-2025-1746 which mentions an XSS issue with product/search. https://www.incibe.es/en/incibe-cert/notices/aviso/multiple-vulnerabilities-opencart There isn't much in the way of details and It says it's fixed 4.1.0.0 and above, but no mention if it affects 3.0.x.
Jump to post- Tue Jul 15, 2025 1:10 am
- Replies 6
- Views 289
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 2187
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 1511
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 2187
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 2566
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 2755
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 2496
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 2566
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 3948
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 3948
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 3027
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 2780
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 2780
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 3662
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 2784
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 17532
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 4418