Search found 44 matches

Search found 44 matches

Re: VAT and Rounding Errors between OC3 and PayPal Express

There are a few examples to change Paypal Standard to just send in the total to Paypal.

I have not found anything to change Paypal Express yet. I am looking to engage a developer to do it as I am suffering the same problem.

Jump to post
  • Sun Nov 14, 2021 5:48 am
  • Replies 22
  • Views 1398
Re: VAT and Rounding Errors between OC3 and PayPal Express

You need a module like this, but there is no version available for OC 3 I can find yet. I will keep looking. https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=21988&filter_search=round&filter_download_id=47 These so called e-commerce/bank/accountant experts...

Jump to post
  • Thu Nov 11, 2021 2:37 pm
  • Replies 22
  • Views 1398
Re: [SOLVED] - in opencart 3.0.2 I can't save order number in subtotal

Hi Nightwing, Did you end up resolving this problem ? I am having the same issue. If I understand this correctly there is no fix, it is required to have the SUB-TOTAL as the first of all totals in the sort order otherwise totals like COUPONS with a sort order less than SUB-TOTAL will be not be shown...

Jump to post
  • Sun Jul 25, 2021 11:08 am
  • Replies 20
  • Views 4742
Re: Granting access to extensions/feeds **RESOLVED***

Resolved - Need to grant also permissions to

marketplace/extension

Jump to post
  • Wed Feb 24, 2021 6:46 am
  • Replies 3
  • Views 335
Re: Granting access to extensions/feeds

Hi Mike, Yes I did. Any suggestions ?

Jump to post
  • Wed Feb 24, 2021 5:25 am
  • Replies 3
  • Views 335
Granting access to extensions/feeds

Hi all, Version 3.0.20 Trying to grant access to an SEO consultant just to get the extensions/feeds to enable google base and sitemap. However when I create a group called in this case SEO and grant modify and access to the following groups, he still cannot see extensions on the left hand side on th...

Jump to post
  • Sun Feb 14, 2021 6:38 am
  • Replies 3
  • Views 335
Re: PHP WARNING

letxobnav wrote:
Mon Jun 01, 2020 12:25 pm
an smtp server does not "hang".
When it's working correctly it won't ::)

Jump to post
  • Tue Jun 02, 2020 12:23 pm
  • Replies 6
  • Views 1340
Re: SQL Error

Guys, it's not always the Host servers fault in this case. The DB transaction is inflight so if you have modules/processes that do other things during the process i.e send emails out to confirm an order or confirm the opening of an account, and this hangs - then you are going to get the "PHP Wa...

Jump to post
  • Mon Jun 01, 2020 9:21 am
  • Replies 6
  • Views 14894
Re: Errors in mysqli.php file

Guys, it's not always the Host servers fault in this case. The DB transaction is inflight so if you have modules/processes that do other things during the process i.e send emails out to confirm an order or confirm the opening of an account, and this hangs - then you are going to get the "PHP Wa...

Jump to post
  • Mon Jun 01, 2020 9:21 am
  • Replies 2
  • Views 1641
Re: PHP WARNING

Guys, it's not always the Host servers fault in this case. The DB transaction is inflight so if you have modules/processes that do other things during the process i.e send emails out to confirm an order or confirm the opening of an account, and this hangs - then you are going to get the "PHP Wa...

Jump to post
  • Mon Jun 01, 2020 9:20 am
  • Replies 6
  • Views 1340
Re: Error: MySQL server has gone away Error No: 2006

Guys, it's not always the Host servers fault in this case. The DB transaction is inflight so if you have modules/processes that do other things during the process i.e send emails out to confirm an order or confirm the opening of an account, and this hangs - then you are going to get the "PHP Wa...

Jump to post
  • Mon Jun 01, 2020 9:19 am
  • Replies 6
  • Views 13960
Wanted: developer to add Total Sales to Coupon Report

Hi,

I am looking for a developer to mod the coupons report to also show the the "sub-total" of the sales generated by the coupon.

Please PM me here.

Thanks,
A.

Jump to post
  • Sun Oct 20, 2019 12:47 pm
  • Replies 1
  • Views 404
Re: Performance Problem when cart > 20 items

thekrotek wrote:
Mon May 20, 2019 6:19 am
I'm afraid, the issue is on your side. Probably happens on a certain server configuration. I've added 30+ items to cart and it loaded just fine, didn't notice any drop in performance. Tested it on OC 3, PHP 7.2.
oh :choke:

It's up to the developer to release the code, he owns it.

Jump to post
  • Sat Jun 15, 2019 5:03 am
  • Replies 17
  • Views 3786
Re: Performance Problem when cart > 20 items

There is no cache so every call to Cart\Cart >getProducts() reloads the entire cart from scratch. The more cart items you have, the more the load time starts to compound. This is quite amazing considering the maturity and claimed scalability of OpenCart and a lot of opencart experts claiming nothin...

Jump to post
  • Sat Jun 15, 2019 4:15 am
  • Replies 17
  • Views 3786
Re: Performance Problem when cart > 20 items

**** SOLVED **** I have investigated this problem and have discovered that CORE OpenCart makes a heap re-iterative calls, reloading product items many times during a page load. For example, Cart\Cart >getProducts() gets called numerous times just to load the home page. There is no cache so every cal...

Jump to post
  • Fri Jun 14, 2019 8:05 am
  • Replies 17
  • Views 3786
Re: Opencart Store Credit and Tax

If anyone wants the Store Credit feature to include re-calculating the tax as well after the Store Credit has been applied, here is the mod. Basically if there is a tax being calculated in the totals, it will deduct the corresponding tax rate of the Store Credit from each of the taxes. I have OC 3.0...

Jump to post
  • Fri May 24, 2019 11:33 am
  • Replies 4
  • Views 751
Re: Opencart Store Credit and Tax

Ok so I need to write my own function that sql's the tax_class_id from the tax_rule table for the tax_rate_id.

Jump to post
  • Thu May 23, 2019 6:04 am
  • Replies 4
  • Views 751
Opencart Store Credit and Tax

Hi, OC v3.0.2.0 This topic has been done to death about whether store credit should or should not include processing the tax implications caused by the store credit. However I (and I am guessing others require it to by the comments in various threads) will need to make a mod to meet my Tax laws. I a...

Jump to post
  • Wed May 22, 2019 8:51 am
  • Replies 4
  • Views 751
Re: Performance Problem when cart > 20 items

Yes I have moved to PHP 7.1 and it has improved the situation.

But with a loaded cart you can still get a performance hit when you change pages or try anything processing the cart.

Jump to post
  • Mon May 20, 2019 5:38 am
  • Replies 17
  • Views 3786
Re: Performance Problem when cart > 20 items

This commit can also be useful to know as an information: https://github.com/opencart/opencart/issues/7375#issuecomment-487515608 Thanks Straightlight, although a different problem being reported, it is centered around the cart and how and when it is updated by OC. It appears some work may need to ...

Jump to post
  • Sun May 19, 2019 1:32 pm
  • Replies 17
  • Views 3786

Search found 44 matches