Search found 3568 matches

Search found 3568 matches

Re: Wrong Total Price to everyone who using Opencart

the task is to have prices on the site with only two decimal places, for example product price without TAX = 1.88, we added tax class with 21%, then on front price 2.27 (but in fact 2.2748), and everything counts as 2.2748, but customer sees price 2.27! p.s: 0.0048 - this should not be, such money ...

Jump to post
  • Sat Mar 25, 2023 9:31 pm
  • Replies 53
  • Views 13423
Re: Paypal customer name sent to Paypal with no spaces

Hi ADD Creative, I have the same issue where a client installed the PayPal Commerce Platform in his 3.0.3.8 store, and the space is missing between First Name and Last Name when the name gets sent to PayPal. I searched the Marketplace, and I cannot find a plugin called PayPal Commerce Platform. Is ...

Jump to post
  • Sat Mar 25, 2023 8:56 pm
  • Replies 4
  • Views 365
Re: Can you upgrade OC 3.0.3.8 to work with PHP 8.1?

So, this 3.0.x.x maintenance branch is always the 3.0.3.8 bug fix/update branch, kinda like an unofficial stable release git branch which I can rely to work on the 3.0.3.8 version? 3.0.x.x maintenance is the most stable version with only PHP compatibility and bug fixes. What OpenCart's plans for it...

Jump to post
  • Sat Mar 25, 2023 8:47 pm
  • Replies 20
  • Views 1567
Re: Opencart 3.0.3.8 stable, 3.0.3.9 main from git or Opencart 4?

You should be able to download the 3.0.x.x_Maintenance from the link below and install as you would any other version.

https://github.com/opencart/opencart/ar ... enance.zip

Jump to post
  • Sat Mar 25, 2023 4:32 am
  • Replies 2
  • Views 98
Re: How to set NO TAX for 5 States?

Goto Localisation -> Geo Zones and add a new Geo Zone.

Then add an entry and select your country from the dropdown. Under Zone you should be able to select a state. Do this for the other 44 states and save.

Jump to post
  • Sat Mar 25, 2023 4:28 am
  • Replies 3
  • Views 153
Re: Wrong Total Price to everyone who using Opencart

cha0s wrote:
Fri Mar 24, 2023 11:47 pm
Hi, topic made in 2012, already 2023 O0 , Is there any solution to this what the author wrote here? maybe possible buy some module to fix it. Thanks
There is not full solution, but there are ways to work around it depending on your store configuration and what you want the end result to be.

Jump to post
  • Sat Mar 25, 2023 1:33 am
  • Replies 53
  • Views 13423
Re: PHP Notice: A non well formed numeric value encountered in category.php pagination.php product.php special.php

Yes, you just have to add (int) in front of $this->request->get['page'] for all those files. Negative number shouldn't matter as the warnings are caused by bots setting the page to non-numeric values. system/library/pagination.php won't be an issue if the (int) in added in the other files. Once you ...

Jump to post
  • Fri Mar 24, 2023 8:18 pm
  • Replies 6
  • Views 172
Re: Can you upgrade OC 3.0.3.8 to work with PHP 8.1?

sandstorm001 wrote:
Fri Mar 24, 2023 4:17 pm
Is there something I'm missing when trying to upgrade from opencart 3.0.x.x maintenance git to my 3.0.3.8 when I get a stubborn 500 error and complain about being stuck in quirks mode?
Check your PHP error log (not the OpenCart one) for the cause of 500 errors.

Jump to post
  • Fri Mar 24, 2023 5:47 pm
  • Replies 20
  • Views 1567
Re: Notice: Trying to access array offset on value of type bool in product/special.php on line 84-124

My best guess is that one of your products is missing an entry in the product_description table in the database. You could check your database has the same number of entries as the product table. Thanks, I used phpMyAdming and product_description had 117 and product had 118 entries. Then I logged i...

Jump to post
  • Fri Mar 24, 2023 1:53 am
  • Replies 10
  • Views 2252
Re: Session/cookie problem with subdomain copy store

It hard to say without knowing how the payment extension you are using works. However the OpenCart Facebook does hook into the checkout/success so if there was an issue with it it could affect your orders.

Jump to post
  • Thu Mar 23, 2023 10:21 pm
  • Replies 13
  • Views 641
Re: Session/cookie problem with subdomain copy store

The 5 minutes sounds like some sort of timeout. Have you checked your PHP error log? Use phpinfo() to find it.

Jump to post
  • Thu Mar 23, 2023 4:18 am
  • Replies 13
  • Views 641
Re: How to set NO TAX for 5 States?

You could create a Geo Zone with just the 45 states in. Then in the Tax Rates, set it to use that Geo Zone.

Jump to post
  • Thu Mar 23, 2023 1:20 am
  • Replies 3
  • Views 153
Re: Session/cookie problem with subdomain copy store

Do any of the errors in the logs occur at the same time as the payment fails? When you say the host doesn't respond. What exactly do you mean? Not responding in a browser or to a callback? Is the URL correct? Have you look for the URL in your web access logs? Does your host use an firewall that coul...

Jump to post
  • Wed Mar 22, 2023 6:13 am
  • Replies 13
  • Views 641
Re: What exactly is a 'missing order'?

Thanks & pardon me! here: v 3.0.3.8 Journal3 Complete SEO Package Google Marketing Tools Import / Export Pro Options Combinations Moosend (Authorize.net AIM) Check both your PHP and OpenCart errors logs for around the time if the orders with issues. The Authorize.net AIM payment extension inclu...

Jump to post
  • Wed Mar 22, 2023 1:04 am
  • Replies 9
  • Views 124
Re: What exactly is a 'missing order'?

If a paid order showed up in missing orders then something went wrong. There could be many reasons for this. For help more information would be needed. viewtopic.php?t=200480

Jump to post
  • Tue Mar 21, 2023 6:46 pm
  • Replies 9
  • Views 124
Re: will Version 1.5.6 support PHP 7.x?

Hello johnp, I am just upgrading an OC 1.5.6.4 to PHP 7.4 (on localhost at the moment), the frontend running well, but the admin page does not show up, I am having a white screen. Did you encounter with this before changing the PHP version on server? I had to replace the old 2.6.1 vqmod to a newer ...

Jump to post
  • Tue Mar 21, 2023 6:38 pm
  • Replies 21
  • Views 5369
Re: Session/cookie problem with subdomain copy store

Have you checked your server/PHP error logs as well as the OpenCart one?

Jump to post
  • Tue Mar 21, 2023 12:39 am
  • Replies 13
  • Views 641
Re: Opencart 3.0.3.8 default product options have no dimensions for shipping

You don't state which shipping extension you are using.

One thing we have done in the past is use dimension weights for the product weight and option weights and then use weight based shipping extension. Whether this would work for you depends on your products and shipping types.

Jump to post
  • Mon Mar 20, 2023 6:05 pm
  • Replies 2
  • Views 213

Search found 3568 matches