Re: The directory catalog/... is not allowed to be written to! // Installation of modifications
Just to clarify: The Export/Import tool doesn't touch the catalog/controller/common .
Also, a 3rd party extension for OpenCart 3 should not write files into this folder. Contact the extension author if it tries to do that, and ask them to fix the extension to comply with OpenCart standards.
- General Support
- The directory catalog/... is not allowed to be written to! // Installation of modifications
- Sat Sep 14, 2024 8:32 pm
- Replies 7
- Views 6641
Re: Multilingual Export/Import for OpenCart 2.x / 3.x / 4.x
The current version is 4.17:
opencart-3-x-export-import-multilingual-4-17-cloud.ocmod.zip for OpenCart 3
export_import.ocmod.zip for OpenCart 4
- Sat Sep 14, 2024 6:32 pm
- Replies 1165
- Views 601216
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 282
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 459
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 483
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 261
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 499
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 225
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 484
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 256
[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 287
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 296
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 312
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 312
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 484
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 312
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 178
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 178
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 362
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 728