Re: Theme purchase code
You are probably doing nothing wrong here. Just be aware that OC 4.0.2.3 still has a number of bugs, we don't recommend using it for live stores yet. As regards themes: Most 3rd party themes are of poor quality and not worth the money. You should contact the theme author and ask them to fix it, or a...
Jump to post- Fri Sep 13, 2024 4:07 am
- Replies 4
- Views 202
Re: Looking for a semi-long term developper
It's funny how none of these developers (except PaulFeakins) has a proper website with a business address and contact page!
Jump to post- Thu Sep 12, 2024 9:05 pm
- Replies 6
- Views 394
Re: New product page error appeared
A quick Google search reveals the answer: viewtopic.php?t=234021
Jump to post- Tue Sep 10, 2024 3:41 am
- Replies 6
- Views 427
Re: Resource limit reached
First of all, get a decent webhost and stay away from namecheap, see this forum thread.
There was indeed a known bug with the oc_session which was fixed in later OpenCart 3.0.x.x releases, e.g. 3.0.4.0.
Also check your server's raw access log for DoS attacks or spambots.
- Tue Sep 10, 2024 2:35 am
- Replies 2
- Views 252
Re: on the product page,how to make the auto-added white space for product image to be black?
Glad to hear you got it to work now. Please add '[SOLVED]' to the beginning of your original forum thread title.
Jump to post- General Support
- [SOLVED]on the product page,how to make the auto-added white space for jpg product image to be black?
- Mon Sep 09, 2024 4:34 pm
- Replies 9
- Views 484
Re: Image Browser Box - Upload
Hi, i am unable to add any more images as i simply cannot see them to select them! there is no scroll bar or page selection does anyone know of a sollution : ) Please provide some more details, as per the forum rules , and then post them here, otherwise we won't be able to help you here, especially...
Jump to post- Sat Sep 07, 2024 4:25 pm
- Replies 4
- Views 218
Re: Problem with custom library.
Strange, it should have worked with: $this->customer = $registry->get('customer'); provided it's executed after the startup/startup.php. Maybe you are not using a proper OpenCart, something bad as the Journal3 framework, or other incompatible extensions. Hard to say without seeing your website.
Jump to post- Fri Sep 06, 2024 11:40 pm
- Replies 9
- Views 434
Re: Upgrading 3.0.3.2 to 3.0.4.0
Do a fresh install of OC 3.0.4.0, and then install your theme and extensions, make sure the latter support PHP 8.x versions. Use the Export/Import tool to copy over your products, categories, options, attributes, filters, and customers, see our FAQ . Finally, use PHPMyAdmin to copy over your old ord...
Jump to post- Fri Sep 06, 2024 8:34 pm
- Replies 2
- Views 251
[UPDATED] Stock Alert extension
Our OpenCart Stock Alert extension has now been updated to its new 1.3 version. Whenever a customer tries to add an out-of-stock item to the shopping cart, then instead of adding it to the cart, a popup window is presented where the customer can sign up to a list of a future stock alert for when the...
Jump to post- Fri Sep 06, 2024 12:53 am
- Replies 0
- Views 279
Re: Looking for some custom functionality in Opencart
Your suspicion is correct: It would require some customization, e.g. some event handlers for the orders.
Jump to post- Thu Sep 05, 2024 9:23 pm
- Replies 2
- Views 293
Re: Could not load template
Glad to hear you managed to resolve it. Please add '[SOLVED]' to the beginning of this original form thread title.
Jump to post- Thu Sep 05, 2024 9:20 pm
- Replies 14
- Views 295
Re: Could not load template
@AddCreative: Well spotted. The extension author should however update it to not using '{% include %}' directives in the templates. Symfony Twig is bad enough, but in this case the sub-templates should be loaded in the controller, not in the twig template.
Jump to post- Thu Sep 05, 2024 8:11 pm
- Replies 14
- Views 295
Re: Problem with custom library.
It won't be available until after the catalog/controller/startup/startup.php has been executed:
Code: Select all
// Customer
$customer = new Cart\Customer($this->registry);
$this->registry->set('customer', $customer);
- Thu Sep 05, 2024 5:54 pm
- Replies 9
- Views 434
Re: Could not load template
Is there any reason why you won't contact the extension and/or theme author on this?
Anyway, the error message is clear enough, there is no extension/module/promotionModule/promotion_stats.twig file on your OpenCart server.
- Thu Sep 05, 2024 5:31 pm
- Replies 14
- Views 295
Re: i have error in site map
The feed/advanced_sitemap is from a third party extension, hence it would be best to contact its author.
Jump to post- Thu Sep 05, 2024 5:21 pm
- Replies 3
- Views 170
Re: i have error in site map
You are not providing enough details for anyone to help you here, see forum rules.
It looks like you are using a 3rd party extension for your sitemap.
- Wed Sep 04, 2024 10:16 pm
- Replies 3
- Views 170
Re: AJAX Quick Checkout Error Message
Is there a reason why you won't contact the extension author on this?
Jump to post- Wed Sep 04, 2024 1:47 am
- Replies 2
- Views 355
Re: Currency Rate Engine: European Central Bank Currency Converter Bug on OpenCart 3.0.4.0
As said, the built-in currency rates engine in OpenCart 3.0.4.0 uses the ECB API which doesn't support the TWD. You'd have to disable this currency rates engine, and then manually edit your currency rates. Or get a developer to implement another currency rates API in OC 3.0.4.0. I was just thinking ...
Jump to post- Tue Sep 03, 2024 10:39 pm
- Replies 10
- Views 723
Re: Currency Rate Engine: European Central Bank Currency Converter Bug on OpenCart 3.0.4.0
It would indeed require another currency rates extension to be implemented for OpenCart. There are a number of APIs (both free and paid-for ones) for getting currency rates, see e.g. https://nordicapis.com/10-apis-for-currency-exchange-rates/ Perhaps it may make sense to add support for some of them...
Jump to post- Tue Sep 03, 2024 9:35 pm
- Replies 10
- Views 723
Re: error.log full of cart / currency issues
Please read the forum rules, and then try again with some more details if you want some help here. Line 30 in the system/library/cart/currency.php is empty, hence you either are not using the latest OpenCart 3.0.4.0 version, or something else been modified.
Jump to post- Tue Sep 03, 2024 12:20 am
- Replies 5
- Views 221