Re: I have one product that has few colors.
Just define select color options and use then for your product.
Jump to post- Sat May 10, 2025 1:18 am
- Replies 4
- Views 237
Re: UPS no longer working
Further to this, we'll likely have to remove the UPS shipping extension from the OpenCart 3.0.x.x core altogether. UPS hasn't been able so far to help us with the setup of a simple developer account, hence we have no way of testing their new OAuth2 and RESTful APIs. The files to be removed are these...
Jump to post- Fri May 09, 2025 11:23 pm
- Replies 22
- Views 1346
Re: Cannot use or remove Import/Export Tool
Before you uninstall it at Extensions > Installer > Export Import Tool > Uninstall , you have to do the Extensions > Extensions > Other > Export/Import Tool > Uninstall first. Also, the most likely reason why you didn't see the System > Maintenance > Export / Import in the first place was because th...
Jump to post- Fri May 09, 2025 6:16 pm
- Replies 2
- Views 2384
Re: [CLOSED] OC 4.1.0.0: Admin Order List
Just tested it with OpenCart 4.1.0.3, and the filtering of orders by customer name works just fine.
Hence, if you need some help, you have to provide more details, as others are not able to reproduce this issue.
- Thu May 08, 2025 6:36 pm
- Replies 3
- Views 3309
Re: Migrate data from Opencart 4.0 to OC3.0.4.0
The Export/Import tool might be of some help here, see also our FAQ.
Jump to post- Thu May 08, 2025 3:12 am
- Replies 3
- Views 1048
Re: Intermittent "Undefined index: order_id" Error in catalog/model/checkout/order.php After Checkout
But final decision has Daniel .. and he should go forward finish the current development of OC 4.x and publish the new - hopefully bugfree - release. After that, we will have a bit more time for other things .. But judging by what's in the master branch now, the upcoming 4.1.0.4 will really be a 4....
Jump to post- Forum Rules
- Re: Intermittent "Undefined index: order_id" Error in catalog/model/checkout/order.php After Checkout
- Wed May 07, 2025 4:53 pm
- Replies 6
- Views 3194
Re: Größen mit Farben in der Produktseite anbieten
Siehe https://github.com/opencart/opencart/di ... t-13052572 Jump to post
- Wed May 07, 2025 5:33 am
- Replies 4
- Views 330
Re: Opencart 4.0.2.3 Products Not Visible
Glad to hear you managed to solve this particular issue, please add '[SOLVED]' to the beginning of original forum thread title.
Also, as said, you should still upgrade, or better do a fresh install, to a more stable release of OpenCart, e.g. 3.0.4.0 or the upcoming 4.1.0.4.
- Tue May 06, 2025 12:23 am
- Replies 4
- Views 1154
Re: UPS access key
I applied for ups access key. However, ups responded as follows. "As part of the process to keep customers secure, UPS will deprecate the existing Access Key-based authorization for our APIs. Beginning June 5th, 2023, UPS will no longer distribute access keys." Can I set ups without an ac...
Jump to post- Tue May 06, 2025 12:17 am
- Replies 3
- Views 3209
Re: UPS no longer working
Just form an update: We have contacted the UPS technical support, because they don't appear to support the setup of developer accounts at the moment. Without a UPS developer account it won't be possible to upgrade the UPS extension coming from the OC 3.0.x.x core, and it may then have to removed fro...
Jump to post- Tue May 06, 2025 12:13 am
- Replies 22
- Views 1346
Re: Opencart 4.0.2.3 Products Not Visible
Please read the forum rules , and then post the needed details if you want some help here. Also, we don't recommend the usage of any of the OpenCart 4.0.x.x or 4.1.x.x releases for live websites, it's subject to development and bugfixes. Use the stable OC 3.0.4.0 for live sites. Or wait at least til...
Jump to post- Mon May 05, 2025 9:29 pm
- Replies 4
- Views 1154
Re: Email Account activation link url is incorrect
There have been some changes since OC 3.0.3.2 for the catalog/model/account/customer.php, see https://github.com/opencart/opencart/blob/3.0.x.x/upload/catalog/model/account/customer.php , though is still the same as in OC 3.0.3.2 . However, why don't you provide requested details as per the forum ru...
Jump to post- Mon May 05, 2025 9:25 pm
- Replies 9
- Views 1191
Re: Email Account activation link url is incorrect
@Scooteruk : More details please, see forum rules. What's your website URL? Theme? Extensions used?
Jump to post- Mon May 05, 2025 2:49 am
- Replies 9
- Views 1191
Re: “The shopping cart is still empty”
It would be really helpful, if you could provide some more details, see forum rules.
E.g. what is your exatc OC version? Web theme used? Website URL? Any 3rd party extensions?
- Sun May 04, 2025 7:50 pm
- Replies 3
- Views 4764
Re: fake extensions
Why do you think these are fake extensions? Having said, the author should have provided a proper description before publishing them!
Jump to post- Sat May 03, 2025 10:10 pm
- Replies 2
- Views 5196
Re: paypal setup always give error
What exact PayPal extension do you use? Is it the PayPal Checkout Integration V3.0.2 ? If so, you could contact the author at https://github.com/Dreamvention/paypal
Jump to post- Thu May 01, 2025 7:33 pm
- Replies 6
- Views 601
Re: Paypal Buy Now Pay later problem with Opencart 3.0.3.1
In your admin backend, go to Extensions > Extensions > Payments > PayPal Checkout Integration change the settings, as shown in below screenshot.
Jump to post- Thu May 01, 2025 12:37 am
- Replies 10
- Views 1879
Re: Version 3.x Demo und Informationen
Wir haben eine demo hier: https://www.mhccorp.com/demo/ , und admin demo (demo / demo) hier: https://www.mhccorp.com/demo/admin
Enthaelt auch einige Erweiterungen von uns.
- Wed Apr 30, 2025 4:16 pm
- Replies 2
- Views 2376
Re: How can I optimize OpenCart performance for a large product catalog?
This also depends on the kind of web traffic. Is it genuine human visitors, or just unwanted web crawlers and bots? Also please be aware there are still a number of known software bugs in any of the OpenCart 4.0.x.x or 4.1.x.x versions, hence you should wait at least until the upcoming 4.1.0.4, or u...
Jump to post- Tue Apr 29, 2025 7:06 pm
- Replies 3
- Views 1968
Re: Framework file modification question
Rather than modifying the system/framework.php, you could use an event handler for the trigger catalog/controller/*/before, and once the first controller load gets triggered initiate your exception handler once, which will then be used for all subsequent controllers and other code during the request.
Jump to post- Tue Apr 29, 2025 12:31 am
- Replies 9
- Views 938