Search found 5240 matches

Search found 5240 matches

Re: XSS issue on search function.

adibranch wrote:
Tue Jul 15, 2025 6:53 pm
Yes, details as below. I've omitted the site name for obvious reasons :)
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 223
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 79
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 223
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 1977
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 1340
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.

Jump to post
  • Fri Jul 11, 2025 3:38 pm
  • Replies 6
  • Views 1977
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?

Jump to post
  • Fri Jul 11, 2025 12:08 am
  • Replies 5
  • Views 2369
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 2284
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 2369
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 3499
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 3499
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 2765
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.

Jump to post
  • Mon Jun 30, 2025 3:56 pm
  • Replies 4
  • Views 2765
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.

Jump to post
  • Fri Jun 27, 2025 8:01 pm
  • Replies 4
  • Views 3644
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 2782
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 17191
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 4388
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.

Jump to post
  • Thu Jun 26, 2025 7:59 pm
  • Replies 2
  • Views 5208

Search found 5240 matches