Search found 7447 matches

Search found 7447 matches

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 4
  • Views 140
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 1
  • Views 178
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 377
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 726
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 1149
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 1149
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 1149
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 673
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 1149
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 4033
Re: UPS no longer working

We use shipstation for years and it works great with our opencart sites. That's good to hear, we're talking to them at the moment about updating their extension for recent versions of OpenCart. Might you be able to ask them as well when they will be supporting 3.0.4.1 etc.? Let me know when they ge...

Jump to post
  • Fri Jun 06, 2025 10:38 pm
  • Replies 29
  • Views 6567
Re: Will OC 3.0.3.6 run on MYSQL 8.0 and PHP 7.3?

It should work fine. However, we recommend to try it out first on a test server, to be on the safe side.

Jump to post
  • Fri Jun 06, 2025 10:36 pm
  • Replies 5
  • Views 2358
Re: UPS no longer working

The built-in UPS shipping won't work anymore. We have removed it from the OpenCart 3.0.x.x branch. We have been trying in vain to set up a developer account with UPS for over a month, UPS has a serious bug in its card payment verification for credit cards, and it's support hasn't been of much help s...

Jump to post
  • Wed Jun 04, 2025 11:11 pm
  • Replies 29
  • Views 6567
Re: Orders Not being logged

Yeah, the built-in UPS shipping won't work anymore. We have removed it from the OpenCart 3.0.x.x branch.

See also this forum thread.

Jump to post
  • Wed Jun 04, 2025 11:04 pm
  • Replies 6
  • Views 1917
Re: multiple model load

It only uses one model instance, even when you call the $this->load->model(....) multiple times for the same route.
See the system/engine/loader.php.

Jump to post
  • Tue Jun 03, 2025 6:18 pm
  • Replies 3
  • Views 1188
Re: PayPal Checkout Integration with OC 3.0.4.1

Also, you may want to report the bug to the author of the Paypal Integration extension at https://github.com/Dreamvention/paypal

Jump to post
  • Tue Jun 03, 2025 6:13 pm
  • Replies 14
  • Views 2553
Re: PayPal Checkout Integration with OC 3.0.4.1

I have restored to the working version now all buttons are visible xazzi.co.uk Having the Paypal buttons on the checkout/cart page is always problematic. For example, there is nothing preventing a customer bypassing the shipping step (with its added shipping fee) and going directly to the payment, ...

Jump to post
  • Tue Jun 03, 2025 6:11 pm
  • Replies 14
  • Views 2553
Re: Error Clean install with postgresql

Guys, this forum thread is over 9 years old. If you experience issues with pgsql, please open a new forum thread!

Jump to post
  • Sun Jun 01, 2025 7:40 pm
  • Replies 8
  • Views 5264

Search found 7447 matches