Search found 70 matches

Search found 70 matches

Re: VAT Validation and removing extensions

Opencart 4 supports custom fields only for customer or account, address, and affiliate. Log in to admin >> Customers >> Custom fields >> Then you can see the custom field list, where you can add and delete the custom field for the customer. Managing custom fields in Opencart 4, account, address, and...

Jump to post
  • Tue Apr 15, 2025 8:00 am
  • Replies 3
  • Views 654
Re: Admin Account login issues

Check the config.php File to find the admin path - Log in to your web hosting control panel or access your website files via FTP. - Navigate to the root directory of your OpenCart installation (mostly httpdocs folder in Plesk). - Check files and folders and figure out which can be the admin folder....

Jump to post
  • Fri Apr 11, 2025 3:19 pm
  • Replies 6
  • Views 669
Re: OpenCart 4.1 remove from url "?route=product/product&language="

Looking at the issue, I think either there is no entry for the product route at SEO URL or the htaccess content is incorrect. Go to admin >> Design >> SEO URL and see if this product entry exists; if not, add it. https://webocreation.com/wp-content/uploads/2025/03/product-seo.png Similarly, for each...

Jump to post
  • Fri Mar 28, 2025 3:58 pm
  • Replies 10
  • Views 829
Re: Email (SMTP) > Error: Password not accepted from server!

Can you please let us know what error are you getting? Are you saying you cannot save the SMTP password?

If you are using cPanel then please have a look at these email issues fixes:
https://webocreation.com/email-is-not-w ... -to-solve/

Jump to post
  • Sun Dec 08, 2024 3:16 pm
  • Replies 9
  • Views 1404
Re: Hacker Paypal direct code in checkout

One usecase: One of website had similar JS injected through custom theme field where you can enter the JS emebed code. I started by scanning the website URL using free website malware and security checker https://sitecheck.sucuri.net and find out the js that had been injected and then I search that ...

Jump to post
  • Fri Nov 29, 2024 11:04 am
  • Replies 12
  • Views 624
Re: Unable to register account, cannot locate error.

It looks like your smtp is not sending email which could be one issues.
Upon checking the network request it is showing error like attached for me.

Image

Fixing the SMTP connection may fix that issue

Jump to post
  • Fri Jul 26, 2024 10:28 am
  • Replies 10
  • Views 2144
Opencart 4 book: OpenCart 4: Dev Guide for Themes & Extensions

Hey everyone! I'm excited to share a new Opencart 4 book for developers and e-commerce enthusiasts alike. Introducing "OpenCart 4: Dev Guide for Themes & Extensions" If you're looking to enhance your OpenCart skills, this comprehensive guide is for you. Whether you're a beginner or an ...

Jump to post
  • Thu Jul 18, 2024 1:58 pm
  • Replies 3
  • Views 1855
Re: reinstalling or copying edited vqmod in Opencart 4.023

Before doing anything please back up your OpenCart installation so that you can revert if unexpected results happened. Download the VqMod from the above download button Extract the zip that you download, vQmod-oc4-master.zip You will get vqmod folder and readme file and copy the vqmod directory in y...

Jump to post
  • Tue Jul 09, 2024 2:50 pm
  • Replies 4
  • Views 630
Re: Cannot get into customer info - HTTP ERROR 500

The errors you provided are just warning so those should not have created the 500 error, mostly fatal error can cause the 500 error. https://webocreation.com/common-opencart-errors-issues-and-how-to-solve-them/ Blank White Pages or 500 Internal Server Error Blank white pages are a PHP error that for...

Jump to post
  • Thu Jun 27, 2024 7:49 am
  • Replies 2
  • Views 756
Re: Image uploader not working

I believe by some means the image >> catalog folder has been deleted. If you go to the server and check if you have a folder called catalog inside the image that may help more debugging. Right now all images you are seeing on the site are from the cache folder. - Check if the image/catalog folder ex...

Jump to post
  • Thu Jul 06, 2023 12:41 pm
  • Replies 3
  • Views 581
Re: Why is this not showing up in my menu?

I think you forget to clear the cache. If Opencart 4 - go to dashboard and clear the theme and SCSS cache If Opencart 3 - go to dashboard and clear the theme and SCSS cache, and also need to clear the cache in Extensions >> Installer extension and clear the cache. If clearing the cache does not help...

Jump to post
  • Tue May 23, 2023 9:28 am
  • Replies 2
  • Views 1429
Re: SEO Urls contain /en-gb ?

Just a quick try, haven't tested a lot. Open file /system/library/url.php and find the following code: if (!$js) { return str_replace('&', '&', $url); } else { return $url; } And, replace with the following code: if (!$js) { return str_replace('en-gb/', '', str_replace('&', '&amp...

Jump to post
  • Thu May 04, 2023 2:05 pm
  • Replies 12
  • Views 4530
Re: CKeditor

If you are looking for General HTML Support that allows for adding markups like elements, attributes, classes, styles etc. Then you can download the CKeditor code from
https://webocreation.com/how-to-make-th ... rt-editor/

Jump to post
  • Wed Mar 08, 2023 8:38 am
  • Replies 2
  • Views 3514
Re: Features Query

sending a webhook / event after ever purchase Need little custom work, maybe with a curl at catalog/controller/checkout/success.php API endpoint for us to add tracking details to an order and mark it as dispatched Yes, Opencart has API endpoint to edit the order like in Opencart 3 the endpoint is U...

Jump to post
  • Sat Feb 25, 2023 3:48 am
  • Replies 1
  • Views 674
Re: Sitemap with large number of products

This is old but can be helpful for others:
https://webocreation.com/how-to-handle- ... -opencart/

It chunks out the sitemaps and creates the sitemap index which you can submit to google or bing sitemap.

Jump to post
  • Thu Feb 23, 2023 2:57 pm
  • Replies 1
  • Views 4508
Re: Default customer address?

A very rare case can be you are seeing the auto-fill email value of the Browser instead of seeing the real email. You can disable it in Chrome by clicking the three dots at the top >> Settings >> Auto fill >> Addresses and more >> Toggle off Save and fill addresses

Jump to post
  • Sun Nov 27, 2022 3:32 pm
  • Replies 6
  • Views 1544
Re: Auto update Currency.

In Opencart 4.0.1, we see that it is using https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml which supports only hand full of currencies. https://webocreation.com/wp-content/uploads/2019/12/currencies-auto-update.jpg Another thing, that you need to check is whether your cron job for curr...

Jump to post
  • Mon Oct 17, 2022 10:26 am
  • Replies 7
  • Views 7932
Re: Marketplace and extension installer

We also have tried multiple times but we are also not able to install them from the marketplace, we are able to install them manually like in the video.

https://www.youtube.com/watch?v=s9btGban03I

Jump to post
  • Thu Jun 30, 2022 10:29 am
  • Replies 3
  • Views 927

Search found 70 matches