Search found 7376 matches

Search found 7376 matches

Re: Tonight I see on UPS 250003: Invalid Access License number

If migrating from access keys to OAuth 2.0 is all that changes, and the actual APIs are otherwise still the same, then this library could help: https://github.com/UPS-API/UPS-SDKs/tree/PHP

Jump to post
  • Sun Apr 06, 2025 9:52 pm
  • Replies 9
  • Views 1433
Re: UPS no longer working

Maybe this library could help with an update of the UPS in OpenCart 3.0.x.x : https://github.com/UPS-API/UPS-SDKs/tree/PHP ?

Jump to post
  • Sun Apr 06, 2025 9:20 pm
  • Replies 16
  • Views 702
Re: UPS no longer working

Just wondering: Does UPS allow for free developer test accounts? At least that would helpful then for upgrading the old UPS to using it's latest API.

Jump to post
  • Sun Apr 06, 2025 7:56 pm
  • Replies 16
  • Views 702
Re: order Email notification coming as plain text NOT table format

To start with: There is no such OpenCart 3.0.8 version. Secondly, you should use OpenCart, not the Journal3 framework. The OpenCart order confirmation emails are formatted just fine with regards to HTML tables. As regards the Journal framework: Please contact its customer support . See also this for...

Jump to post
  • Sun Apr 06, 2025 12:40 am
  • Replies 4
  • Views 301
Re: opencart als Katalog verwenden

ginomarketing wrote:
Fri Apr 04, 2025 4:27 pm
Sorry, hab grad gesehen, dass es noch eine Version 3.0.4.0 gibt. Ist diese zu empfehlen?
Ja, wir empfehlen OC 3.0.4.0!

Jump to post
  • Fri Apr 04, 2025 5:13 pm
  • Replies 13
  • Views 1976
Re: Please help me, white page everywhere suddenly

There is no require or include instruction on line 19 of the index.php. You either are using a modified or corrupted index.php.
Also check your config.php. Does the DIR_SYSTEM point to the correct folder, e.g. '/home/fb/09/97/toniasha/domains/tonias-handmade.com/public_html/system/' ?

Jump to post
  • Fri Apr 04, 2025 5:10 pm
  • Replies 7
  • Views 267
Re: Too many SOQL queries: 101

Contact the customer support of salesforce.com.

If you believe this is about OpenCart, then please read the forum rules, and then post again with more details.

Jump to post
  • Thu Apr 03, 2025 5:57 pm
  • Replies 3
  • Views 662
Re: duplicate entries in the transaction history for certain orders in my system

OC 4.0.2.3 has a lot of known bugs, most of them were fixed in later versions, use at least 4.1.0.3 for testing. For a live website use the stable OC 3.0.4.0.

Jump to post
  • Tue Apr 01, 2025 10:17 pm
  • Replies 2
  • Views 169
Re: PHP problem ...

OSWorX wrote:
Mon Mar 31, 2025 7:05 pm
Wrong, OpenCart has always 3 numbers, like 2.2.1 or 2.2.2 etc. ..
Actually, the version consists of 4 numbers, e.g. 2.3.0.3, 2.2.0.0 etc

Jump to post
  • Tue Apr 01, 2025 7:32 pm
  • Replies 6
  • Views 653
Re: Multilanguage problem on info sites

Multilingual information pages and blog pages are now working fine in OpenCart 4.1.0.3. Many of the known bugs from OpenCart 4.0.2.3 are now fixed in 4.1.0.3, with some more fixes expected for the upcoming 4.1.0.4. Would you use 4.1.0.3 on a new build now, or would you wait for 4.1.0.4? We're plann...

Jump to post
  • Tue Apr 01, 2025 7:28 pm
  • Replies 5
  • Views 556
Re: Error in my code and I don't understand

Please read the forum rules, and then post again with some more details, such as OC version, PHP version, extensions installed, web theme, website URL etc.

Jump to post
  • Tue Apr 01, 2025 7:22 pm
  • Replies 4
  • Views 367
Re: properly and doesn't comply with GDPR or Google Consent Mode V2

In OpenCart 4.1.0.3, its cookie consent is working fine, as per the GDPR. Sorry, but not true (partly) .. While your arguments are all valid, the current cookie solution is far away from to be compliant! Just 2 examples: 1. buttons must have the same colour! It's not allowed to suggest (via pre sel...

Jump to post
  • Mon Mar 31, 2025 11:25 pm
  • Replies 3
  • Views 292
Re: Utilisation de DeepL pour la traduction dans OpenCart

Je suppose que vous parlez de cette extension :
https://www.opencart.com/index.php?rout ... n_id=46085
Je suis désolé de vous annoncer qu'aucune de leurs pages de démonstration frontend ne fonctionne !
Cela n'en vaut probablement pas la peine.

Jump to post
  • Mon Mar 31, 2025 9:59 pm
  • Replies 1
  • Views 1466
Re: Multilanguage problem on info sites

Multilingual information pages and blog pages are now working fine in OpenCart 4.1.0.3. Many of the known bugs from OpenCart 4.0.2.3 are now fixed in 4.1.0.3, with some more fixes expected for the upcoming 4.1.0.4.

Jump to post
  • Mon Mar 31, 2025 9:46 pm
  • Replies 5
  • Views 556
Re: properly and doesn't comply with GDPR or Google Consent Mode V2

In OpenCart 4.1.0.3, its cookie consent is working fine, as per the GDPR. The GDPR requires this: The General Data Protection Regulation (GDPR) mandates that websites obtain consent from users before storing or accessing information on their devices, including through cookies. Cookies as Personal Da...

Jump to post
  • Mon Mar 31, 2025 5:41 pm
  • Replies 3
  • Views 292
Re: OpenCart 4.1.x.x OCMOD is not working properly

I can confirm this issue, just tested your script, see attached ocmod.zip. It looks like OpenCart isn't calling the modified controller.

Try it again with the master branch (upcoming 4.1.0.4). If that doesn't work, then open a new issue on github.

Jump to post
  • Mon Mar 31, 2025 12:40 am
  • Replies 1
  • Views 272
Re: OpenCart 4.1.0.3 released

As long as this version is not approved and heavily tested by OC developers, users and maintainers, we please everyone again to wait before using this release in a live shop. While it can be used to test the new introduced features, check this forum here and the GitHub Repo for any messages about b...

Jump to post
  • Sun Mar 30, 2025 10:31 pm
  • Replies 2
  • Views 2544
Re: Reviews form submission

I went to extensions->events and disable "apimodule_after_addReview" and now I do get a message response...I have lots of "apimodule" events which I do not know if they added by an extension or not...I'm sorry I still learn :'( The apimodule is likely from a 3rd party extension,...

Jump to post
  • Sat Mar 29, 2025 12:45 am
  • Replies 18
  • Views 534
Re: Reviews form submission

It would really be helpful if you could provide the website URL, because nobody else is able to reproduce this issue. There should be a json['success'] response, with a success message being displayed on the product page.

Jump to post
  • Fri Mar 28, 2025 5:24 pm
  • Replies 18
  • Views 534
Re: 3.0.3.2 Admin missing menu tabs

Your site might be compromised. Hopefully you got a backup to restore it. After that, change your admin login details, and check the access rights for the different user groups.

Jump to post
  • Fri Mar 28, 2025 12:50 am
  • Replies 5
  • Views 269

Search found 7376 matches