Search found 7443 matches

Search found 7443 matches

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 182
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 658
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 658
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 658
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 358
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 658
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 3739
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 6209
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 2001
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 6209
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 1879
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 1160
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 2400
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 2400
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 4959
Re: Problem with Checkout and PayPal Checkout Integration extension

The checkout page looks OK when using Chrome, not though when using Firefox (the latter also has the AdBlocker). After disabling the AdBlocker on FireFox, the checkout looks good there, too.

I think there are issues with the onepage checkout extension used which need fixing!

Jump to post
  • Fri May 30, 2025 1:35 am
  • Replies 4
  • Views 1490
Re: Problem with Checkout and PayPal Checkout Integration extension

It looks like you are not using the standard checkout page, it always results in a blank page (except for header and footer).
What theme and other 3rd party extensions do you use?

Jump to post
  • Thu May 29, 2025 9:50 pm
  • Replies 4
  • Views 1490
Re: [SOLVED] - WebP support

I'm using opencart 3.0.3.8 And from journal 3.2.0 enabled system>settings>>webp format But When i upload webp image from image manager it shows warning incorrect file type. When i tried to upload webp image from file ftp client, .webp image gets upload and When i see on front end it show blank imag...

Jump to post
  • Wed May 28, 2025 4:47 am
  • Replies 12
  • Views 26344

Search found 7443 matches