Re: OpenCart 4.0.2.3 Released
I have written OpenCart 4 extensions which modify the system/library/cart/cart.php without OCmod, using controller/*/before event handlers which in turn reset the registry cart singleton instance with a simple decorator class, for subsequent use. Just a few lines, was easy enough to do. It involves ...
Jump to post- Mon Oct 14, 2024 11:45 pm
- Replies 12
- Views 9922
Re: Knowband Supercheckout v4.0 stopped working
Where exactly did you get it from?
Jump to post- Mon Oct 14, 2024 9:26 pm
- Replies 3
- Views 211
Re: OpenCart 4.0.2.3 Released
Yes, the upcoming OC 4.1.0.0 will have OCmod embedded in it.
However I strongly recommend writing up extensions the proper way using event handlers.
- Mon Oct 14, 2024 9:25 pm
- Replies 12
- Views 9922
Re: Knowband Supercheckout v4.0 stopped working
This is not an OpenCart issue. Is there any reason why you won't contact the Knowband support for this?
Jump to post- Mon Oct 14, 2024 8:50 pm
- Replies 3
- Views 211
Re: upgrade to 3.0.4.0 php 8.2 broke my stylesheet
As said, please provide more details in order to get some help here. For your given link, looking at the source code, there is no href containing path=85_91_89 anywhere on your page. In general, styling a link based on its href, you should use something like this: .cat-name a[href*="&path=8...
Jump to post- Mon Oct 14, 2024 7:14 pm
- Replies 6
- Views 282
Re: Does the API work at all?
But I'm guessing I'll just make my website and put the opencart to a subdomain where I point the customers to do their purchases with a simple link, it's not really ideal solution. Not too familiar with web code even with AI's help, I'm more of an embedded software guy :) I think it will probably b...
Jump to post- Mon Oct 14, 2024 7:00 pm
- Replies 11
- Views 843
Re: Opencart Multistore - Several products (including with options) sharing same stock level?
For OpenCart based websites possibly yes, just try it out.
However, you are using the Journal3 framework in which case you should contact the Journal support.
- General Support
- Opencart Multistore - Several products (including with options) sharing same stock level?
- Sat Oct 12, 2024 1:35 am
- Replies 3
- Views 146
Re: upgrade to 3.0.4.1 php 8.2 broke my stylesheet
What exact error messages did you get? In order to help you here we need more information, see forum rules.
Jump to post- Sat Oct 12, 2024 1:30 am
- Replies 6
- Views 282
Re: PHP code isnt updated till when i reset Chrome settings.
What situation is that causing a issue for you? For example, coming to your OpenCart-based website, to the home page, for the first time, Chrome puts all the static resources into a memory cache. User then clicks on the Contact Us link (information/contact) which, despite a single no-store in the r...
Jump to post- Sat Oct 12, 2024 1:26 am
- Replies 7
- Views 429
Re: Transferring from Opencart v4.0.2.2 from Localhost to Online Server
If you only have 'http://' in your config.php files, then it should be fine using your 'http://localhost'. Chrome might complain, for testing I always use FireFox.
Jump to post- Fri Oct 11, 2024 10:27 pm
- Replies 16
- Views 1622
Re: PHP code isnt updated till when i reset Chrome settings.
The no-cache does not necessarily mean "don't cache". no-cache allows caches to store a response but requires them to revalidate it before reuse. If the sense of "don't cache" that you want is actually "don't store", then a single no-store is the directive to use. This ...
Jump to post- Fri Oct 11, 2024 7:33 pm
- Replies 7
- Views 429
Re: PHP code isnt updated till when i reset Chrome settings.
@ADD Creative: Unfortunately Chrome doesn't appear to respect the standard Cache-Control: no-store anymore. E.g. when you update server resources, e.g. *. js, or *.css, or *.png files, while keeping the same URL for them, Chrome may still use old caches for them. I am still looking for some workarou...
Jump to post- Fri Oct 11, 2024 5:31 pm
- Replies 7
- Views 429
Re: Cart total not updating with size option price increase
OpenCart 4.1.0.0 is still under development and shouldn't be used on live sites. If come across bugs, please report them on https://github.com/opencart/opencart/issues .
For live sites we recommend using OpenCart 3.0.4.0.
- Thu Oct 10, 2024 10:17 pm
- Replies 4
- Views 237
Re: SEO URLs are very annoying
You'd need an extension for this modifying the way SEO Urls are generated. BTW.: Most developers advise not to use OC 4.0.2.3 (still too many bugs), and especially not the Journal3 framework, for live stores. For live sites, use OC 3.0.4.0 with a standard-compliant theme, and then search the OpenCar...
Jump to post- Thu Oct 10, 2024 5:56 pm
- Replies 2
- Views 155
Re: White page error on site home page after plugin installation.
This template, if it is from https://www.opencart.com/index.php?route=marketplace/download&extension_id=45121, doesn't even support OpenCart 3.0.4.0. Also, you have another extension which modifies the system/library/template/twig.php , why? Hence we suggest you provide some more details (see fo...
Jump to post- Tue Oct 08, 2024 9:58 pm
- Replies 3
- Views 152
Re: Search Product by Location extension
Your dealdey.com website always results in a 404 error (page not found).
Jump to post- Tue Oct 08, 2024 7:53 pm
- Replies 3
- Views 634
Re: need help for extension
We are not mind readers. Without further details, nobody will be able to help you here, see forum rules.
Jump to post- Tue Oct 08, 2024 5:04 pm
- Replies 2
- Views 449
Re: Displaying More Than Two Featured Products on Small Screens
This was already answered above. Change your CSS. Also, be aware that most developers here don't yet recommend OpenCart 4.0.2.3 for a live site as it still has too many bugs or known issues. Use 3.0.4.0 instead, or wait for the upcoming 4.1.0.0. Jump to post
- Tue Oct 08, 2024 5:02 pm
- Replies 6
- Views 509
Re: Not able to add anything to the homepage
BTW: Most developers here don't recommend OC 4.0.2.3 as it still has too many bugs or known issues. Use 3.0.4.0, or wait for the upcoming 4.1.0.0.
Jump to post- Tue Oct 08, 2024 5:00 pm
- Replies 8
- Views 524
Re: Undefined variable error in OpenCart 3.x
You need to change the original OCmod XML, not the system/storage/modification/catalog/controller/product/product.php, otherwise your fix will disappear next time you do a Extensions > Modifications > Refresh.
Jump to post- General Support
- [SOLVED] Undefined variable error in OpenCart 3.x (because using TemplateMonster Theme)
- Mon Oct 07, 2024 8:09 pm
- Replies 11
- Views 7411