Search found 3290 matches

Search found 3290 matches

Re: Upgrade 3.x to 4.x

I chose to fix them but really much of a muchness but I do agree that there is something slick about it.

Jump to post
  • Mon Jun 30, 2025 1:24 am
  • Replies 9
  • Views 456
Re: OpenCart 3.0.x.x PHP versions support

While discussing PHP support, has anyone tested the current versions of OpenCart 3.0.x.x with MySQL 8.4? From what I understand, MySQL 8.0 reaches end of life in April 2026. - I posted earlier in the thread - no issues for me either so far with any of the sites I am upgrading to 3.0.4.1 with php8.4...

Jump to post
  • Sun Jun 29, 2025 9:24 pm
  • Replies 23
  • Views 4099
Re: Upgrade 3.x to 4.x

@OSWorX I have it working well also - and for clients that have many sites to upgrade I can keep 7.4 to 8.4 until they are all upgraded, it required a few depreciation fixes, but nothing major. So far I have not had any major issues with extensions either.

Jump to post
  • Sun Jun 29, 2025 9:15 pm
  • Replies 9
  • Views 456
Re: How to properly restrict Bingbot from crawling unnecessary links?

How can I allow only whitelisted bots to crawl my web pages? You cant - not unless you want to block all legitimate traffic - other than that - you cant. This is nothing to do with Opencart - if you really are interested in learning use google and search dealing with bots good bots verses bad bots ...

Jump to post
  • Sat Jun 28, 2025 11:09 pm
  • Replies 9
  • Views 2149
Re: Upgrade 3.x to 4.x

php8 is more secure and it is also faster
Opencart 3.0.4.0 / 3.0.4.1 are both stable and secure
The new Opencart 3 version will support php8.4 - the other two only up to php8.3
The importance security issues are all in 3.0.4.0 upwards

Opencart 4 is still not suitable for production sites.

Jump to post
  • Sat Jun 28, 2025 10:54 pm
  • Replies 9
  • Views 456
Re: Upgrade 3.x to 4.x

It is not recommended to upgrade to any OC4 version. Use Opencart 3.0.4.1 which can be found https://www.opencart.com/index.php?route=cms/download/history A new OC3 version is on the way that also will support php8.4. It might also be worth while waiting for that. No one will recommend someone here ...

Jump to post
  • Sat Jun 28, 2025 9:29 pm
  • Replies 9
  • Views 456
Re: OpenCart 3.0.4.0 - PHP Notice: Undefined index: in catalog/controller/account/register.php

I'm seeing these same errors on line 263 of /account/register.php in my logs. There is a depreciation for php8.2 If someone submits a form with no password, $this->request->post['password'] the code expects it always to be a string (even an empty one) before passing it to html_entity_decode(). Inst...

Jump to post
  • Sat Jun 28, 2025 9:20 pm
  • Replies 11
  • Views 3646
Re: OpenCart 3.0.x.x PHP versions support

There is a polyfill for php8.0

Jump to post
  • Wed Jun 25, 2025 12:44 pm
  • Replies 23
  • Views 4099
Re: How to handle unknown freight costs withing AU

Both Pick up from store and weight based shipping are in your shipping options. https://docs.opencart.com/en-gb/extension/shipping/ This is also very useful https://forum.opencart.com/viewtopic.php?t=108317 For more details work For free https://www.opencart.com/index.php?route=marketplace/extension...

Jump to post
  • Tue Jun 24, 2025 9:06 pm
  • Replies 5
  • Views 1289
Re: OpenCart 3.0.x.x PHP versions support

On ADD Creatives point - I am currently building a new site for a client on on 3.0.4.1 and php8.4 with a few minor changes to the current twig libraries without upgrading and not run into any issues switching back and forth from 7.4 to 8.4. I would agree that 8.4 support is better going forward and ...

Jump to post
  • Mon Jun 23, 2025 10:03 pm
  • Replies 23
  • Views 4099
Re: Filter - Mass upload

Glad you have it sorted.
Please add [SOLVED] to the title and have a good day.

Jump to post
  • Fri Jun 20, 2025 12:06 am
  • Replies 8
  • Views 2090
Re: Filter - Mass upload

Installed Plugin : Default Excel import / export only What default import/export? If you mean the restore - dont use that either - use CPanel / phpadmin. The built in one is not very good. I asked if it could be done without the plugin. Theoretically yes, practically not a good idea. You asked What...

Jump to post
  • Thu Jun 19, 2025 10:48 pm
  • Replies 8
  • Views 2090
Re: order status colour extension failing

Ditto above plus the option to use the button on the right on the marketplace page for assistance if you purchased it from the marketplace

Jump to post
  • Thu Jun 19, 2025 10:02 pm
  • Replies 3
  • Views 1756
Re: Help! I messed up big time - Version 4.1.0.3

As above.
All we can see is that your product thumbs are not showing Opencart default - so maybe your theme has not uninstalled properly.
Since it is a new store with very few products it really would be better to install Opencart 3.0.4.1 and start again.

Jump to post
  • Thu Jun 19, 2025 9:58 pm
  • Replies 9
  • Views 3118
Re: Filter - Mass upload

1. "ditto above" please follow the forum rules before posting.

2. Dont modify database tables directly unless you know exactly what you are doing - you will cause all sorts of issues.

3. https://www.opencart.com/index.php?rout ... sion_id=17

Jump to post
  • Thu Jun 19, 2025 9:43 pm
  • Replies 8
  • Views 2090
Re: [SOLVED] Option Images don't display on product page

Great thank you
I cant update the page without increasing the price.
For Information : Tested on Opencart 3 up to 3.0.4.1 php8.4

Jump to post
  • Wed Jun 18, 2025 8:44 pm
  • Replies 8
  • Views 2033
Re: Option Images don't display on product page

You are welcome I posted a free solution a while back to make radio (or checkboxes) with images look better . With a little css knowledge that should be enough to get anything you want within reason. .radio label { white-space:pre; } .radio { width: 33%; float: left; height: 100px; } .radio:first-ch...

Jump to post
  • Wed Jun 18, 2025 8:08 pm
  • Replies 8
  • Views 2033
Re: Help! I messed up big time - Version 4.1.0.3

Install 3.0.4.1 you can find it here https://www.opencart.com/index.php?route=cms/download/history Opencart 4 has many bugs and it is definitely not advised for a beginner. You can find a full tutorial from Cpanel to Settings here ==> https://www.youtube.com/watch?v=nA6fST8uMXw Opencart documentatio...

Jump to post
  • Tue Jun 17, 2025 9:09 pm
  • Replies 9
  • Views 3118

Search found 3290 matches