Search found 7456 matches

Search found 7456 matches

Re: mini cart in header not updating to show option price

As paulfeakins suggested, set the product price to the lowest value option price, and the other option prices will show the higher price differences only. The mini cart always shows the calculated price correctly anyway. And there are extensions (such as our Instant Option Price Calculator ) which i...

Jump to post
  • Mon Jun 30, 2025 9:00 pm
  • Replies 5
  • Views 156
Re: OpenCart 3.0.x.x PHP versions support

For an update: There will hopefully be a new version of the Cardinity payment extension soon to come, with the needed fixes for PHP 8.4.

Jump to post
  • Mon Jun 30, 2025 5:40 pm
  • Replies 23
  • Views 4413
Re: OpenCart 3.0.4.0 - PHP Notice: Undefined index: in catalog/controller/account/register.php

Looks like the account/register page is hit by spambots, in which case our SpamBot Buster should prove an effective solution for this.

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

I was running composer on PHP 8.4. I'll try again with PHP 8.1. I ran the composer again with PHP 8.1, using below composer.json, and the resulting vendor libs seem to be fine now for PHP 8.1, 8.2, 8.3, and 8.4. The only issues were caused by some of the required packages for the "cardinity/ca...

Jump to post
  • Thu Jun 26, 2025 10:18 pm
  • Replies 23
  • Views 4413
Re: OpenCart 3.0.x.x PHP versions support

What version of PHP are you running composer on? You need to use the lowest version of PHP when updating. Using PHP 8.1 pulls v6.4.13 of symfony/filesystem. Or maybe able to use "platform" to set PHP 8.1 as the base. https://getcomposer.org/doc/06-config.md#platform I was running composer...

Jump to post
  • Thu Jun 26, 2025 1:19 am
  • Replies 23
  • Views 4413
Re: OpenCart 3.0.x.x PHP versions support

@AddCreative: I think if I don't hear back from the author of the Cardinity payment extension, I might remove it altogether from the OC core. I just tested the "scssphp/scssphp": "^1.13" and it gets loads of deprecation messages when running under PHP 8.4. Hence we'll have to use...

Jump to post
  • Wed Jun 25, 2025 8:30 pm
  • Replies 23
  • Views 4413
Re: OpenCart 3.0.x.x PHP versions support

divido/divido-php should be removed as the payment extension was removed in 3.0.4.0. Yes, you are right. I also noticed when using the latest twig/twig package, one of packages used by it, namely the symfony/filesystem , requires PHP 8.2 or later, and won't work with PHP 8.1 or earlier, whereas twi...

Jump to post
  • Wed Jun 25, 2025 5:01 am
  • Replies 23
  • Views 4413
Re: OpenCart 3.0.x.x PHP versions support

OK, it seems the majority sees it as an important enough change to justify the next version to be 3.0.5.0. I have tested some upgraded composer.json settings with later versions for the required packages, and so far this one seems to be the best one: { "name": "opencart/opencart"...

Jump to post
  • Tue Jun 24, 2025 10:53 pm
  • Replies 23
  • Views 4413
Re: OpenCart 3.0.x.x PHP versions support

Could upgrade Twig to 3.11.3. There is a 3.11.x on GitHub branch that suggests it supports PHP 7.4 to 8.4 and also the latest security patches. I was experimenting with this twig version, told composer.json to use "twig/twig": "^3.11", for some unknown reason, it picked up twig/...

Jump to post
  • Mon Jun 23, 2025 8:44 pm
  • Replies 23
  • Views 4413
Re: Uninstall 4.1.0.3 and Install 3.0.4.1 Is it worth it?

You could use our Export/Import tool for copying your data over from 4.1.0.3 to 3.0.4.1. The worksheet formats will be slightly different, but nothing major, see our FAQ on how to go about it.

Jump to post
  • Mon Jun 23, 2025 12:16 am
  • Replies 7
  • Views 1975
OpenCart 3.0.x.x PHP versions support

We have discussed on github whether to update some of system/storage/vendor libraries, to have support for the latest PHP 8.4 version. This would affect the 3.0.x.x branch of OpenCart, starting with upcoming 3.0.4.2. But as it turns out, not all 3rd party vendor libraries are able to support both PH...

Jump to post
  • Sun Jun 22, 2025 12:39 am
  • Replies 23
  • Views 4413
Re: Filter - Mass upload

Yes, the Export/Import tool could be used to import filter definitions.

However, if yours is a new site, why do you use an outdated OpenCart version? For a new live site, we suggest using OC 3.0.4.1. Also, we strongly recommend using a standard-compliant web theme, not the Journal3 framework!]

Jump to post
  • Thu Jun 19, 2025 11:24 pm
  • Replies 8
  • Views 2162
Re: J’ai lancé une boutique de bijoux en ligne il y a un mois, mais je n’ai pas de visiteurs.

Quelle est l'URL de votre site web ? Google peut mettre plusieurs semaines à identifier votre site web.

Jump to post
  • Thu Jun 19, 2025 11:20 pm
  • Replies 1
  • Views 1411
Re: Security Fix for Puny-Code, 0-Click Account Takeover

If there is a security issue, why not publish it, and provide a fix via github, to improve the OpenCart core code?

Jump to post
  • Tue Jun 17, 2025 5:33 pm
  • Replies 4
  • Views 2408
Re: Bug in Google Base feed OC3.0.4 and php8

Good point. What's your OpenCart default currency? I think it uses the configured default currency in the feed. My default currency in the shop is Euro. I even completely removed the Dollar. But Google Merchant still shows prices in USD. However, if we include 'EUR' in the feed (like in the example...

Jump to post
  • Tue Jun 17, 2025 3:40 pm
  • Replies 9
  • Views 2945
Re: Bug in Google Base feed OC3.0.4 and php8

$output .= '<g:brand><![CDATA[' . html_entity_decode((string)$product['manufacturer'], ENT_QUOTES, 'UTF-8') . ']]></g:brand>'; Yes worked. One other question: The Google Base feed does not include a currency. Google Merchant thinks we're using dollars (by default?), I guess... But we live in Europe...

Jump to post
  • Sun Jun 15, 2025 9:35 pm
  • Replies 9
  • Views 2945
Re: Bug in Google Base feed OC3.0.4 and php8

@JNeuhoff Can you go into detail why this and not that ? https://stackoverflow.com/questions/71707325/migration-to-php-8-1-how-to-fix-deprecated-passing-null-to-parameter-error (going down to the bit about strict and Rector) I am still none the wiser - but you probably are ... Thanks in advance We ...

Jump to post
  • Sun Jun 15, 2025 9:34 pm
  • Replies 9
  • Views 2945
Re: Issue Accessing Website While Logged In During Maintenance Mode

Did you use the same web browser and client machine while trying in vain to browse through your OpenCart site?

Jump to post
  • Sun Jun 15, 2025 8:35 pm
  • Replies 4
  • Views 1580
Re: Bug in Google Base feed OC3.0.4 and php8

Try replacing this line from $output .= '<g:brand><![CDATA[' . html_entity_decode($product['manufacturer'], ENT_QUOTES, 'UTF-8') . ']]></g:brand>'; to $output .= '<g:brand><![CDATA[' . html_entity_decode((string)$product['manufacturer'], ENT_QUOTES, 'UTF-8') . ']]></g:brand>'; See also this change o...

Jump to post
  • Sun Jun 15, 2025 8:08 pm
  • Replies 9
  • Views 2945
Re: Changing Languages problem

There were several SEO URL issues in OpenCart 4 which have been addressed since then. So, at the very least, do a re-install using version 4.1.0.3, and be ready to do a later update to the upcoming 4.1.0.4 because it will have some more bugfixes. OC 4.0.2.2 simply isn't stable enough for a live site...

Jump to post
  • Wed Jun 11, 2025 3:59 pm
  • Replies 5
  • Views 4415

Search found 7456 matches