Search found 1318 matches

Search found 1318 matches

Re: Checkout: Undefined index in /system/library/cart/currency.php

That last error is a problem with your payment extension. It's using $_SERVER['REQUEST_SCHEME'] to build a URL. However, not all servers (including yours) support $_SERVER['REQUEST_SCHEME']. I hardcoded line 254 to 254 $b = 'https://' . $_SERVER["SERVER_NAME"] . '/'; and the bigger error ...

Jump to post
  • Sat Jan 29, 2022 11:18 am
  • Replies 12
  • Views 3217
Re: Checkout: Undefined index in /system/library/cart/currency.php

That last error is a problem with your payment extension. It's using $_SERVER['REQUEST_SCHEME'] to build a URL. However, not all servers (including yours) support $_SERVER['REQUEST_SCHEME']. Your currency issue could be a result of that error or another assumption made by the payment extension. Che...

Jump to post
  • Sat Jan 29, 2022 10:52 am
  • Replies 12
  • Views 3217
Re: Checkout: Undefined index in /system/library/cart/currency.php

khnaz35 wrote:
Fri Jan 28, 2022 10:31 pm
I will suggest adding back the currency, and you can just disable it; the error should go off.
Tried. Didn't help.

Jump to post
  • Sat Jan 29, 2022 10:36 am
  • Replies 12
  • Views 3217
Re: Checkout: Undefined index in /system/library/cart/currency.php

Could be an issue with your one page checkout and your payment extension. Try disabling your one page checkout. Yeah, I know it is coming from the payment extension Stripe Payments Pro by DigitalBird as it occures only when this payment extension is enabled. If I try to check out regardless, I get ...

Jump to post
  • Fri Jan 28, 2022 9:49 pm
  • Replies 12
  • Views 3217
Re: Checkout: Undefined index in /system/library/cart/currency.php

khnaz35 wrote:
Fri Jan 28, 2022 8:13 am
Have you deleted the default currency USD?
I have, yes.

Jump to post
  • Fri Jan 28, 2022 9:38 pm
  • Replies 12
  • Views 3217
Checkout: Undefined index in /system/library/cart/currency.php

On my website arcfestek.hu which has only one currency (Ft / HUF ) On the Checkout page (checkout/checkout) the Payment Details section shows the following error: Notice: Undefined index: in /home/customer/www/arcfestek.hu/public_html/system/library/cart/currency.php on line 25 Notice: Trying to acc...

Jump to post
  • Fri Jan 28, 2022 7:18 am
  • Replies 12
  • Views 3217
Re: fête du prénom email extension

Well, I don't speak French, and the extension is relevant for French-speaking Opencart-users, and not at all for English-speaking users (there is no "name day" tradition in the English-speaking world), so I took the risk. Apologies if I offended anyone.

Jump to post
  • Tue Jul 13, 2021 10:17 pm
  • Replies 3
  • Views 2710
Re: Multilingual Export/Import for OpenCart 2.x / 3.x

Requirements and Limitations Use version 4.9 of the Export/Import tool for systems with PHP Version 7.2 or later. Older PHP versions are still supported by our older version 3.22 of the Export/Import tool. That did it. Looks like my heuristic of looking for the download date had failed me here ;)

Jump to post
  • Mon Jul 12, 2021 4:23 pm
  • Replies 1155
  • Views 557994
Re: Multilingual Export/Import for OpenCart 2.x / 3.x

When I try to export (I have tried exporting products, categories, and customers), I get the following error: Trying to access array offset on value of type int Chosen options: By batch size (999), batch number (1). Settings: Use option_id instead of option name in worksheets 'ProductOptions' and 'P...

Jump to post
  • Sun Jul 11, 2021 3:41 am
  • Replies 1155
  • Views 557994

Search found 1318 matches