Search found 60 matches

Search found 60 matches

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 467
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 1153
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 2957
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 2229
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 576
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 2749
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 1243
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 7294
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 513
Re: Bestsellers and new products on home page

If you are an admin you can do the following steps: 1. Make one fake customer. 2. Set the site into Maintenance Mode, be sure you keep on logging into the admin 3. Now activate the Cash on the Delivery method of payment. 4. Complete the buying process with many quantities with the use of Cash on the...

Jump to post
  • Thu Mar 31, 2022 12:19 pm
  • Replies 5
  • Views 1532
Re: How to use opencart for ebooks selling??

Just created this blog post explaining how to set up an ebook selling website in Opencart and provide the instant download on checkout completion.
eBook selling store setup for free


Image

Jump to post
  • Sat Mar 12, 2022 12:30 am
  • Replies 5
  • Views 6451
Re: Order info comments not showing for customer

You need to check the checkbox to Notify the Customer.
Image

Jump to post
  • Sun Feb 27, 2022 11:15 am
  • Replies 2
  • Views 504
Re: Reward points issue

Opencart Reward Points is not developed to handle the Options. It provides only one Reward Point for a product regardless of the Options. That is why you are seeing 10 every time. https://i.ibb.co/SP0q9CX/Screen-Shot-2022-02-09-at-9-24-30-PM.png The Points that you are seeing in the Options are for ...

Jump to post
  • Thu Feb 10, 2022 12:30 pm
  • Replies 1
  • Views 450
Re: Logo adjustment

If you had provided a screenshot we may know what you are referring to.
How about just resizing the image to the right sizes?
You can use online tools like photopea.com etc

Jump to post
  • Tue Feb 08, 2022 11:07 pm
  • Replies 2
  • Views 563
Re: display image in front page

Not sure what are you trying to achieve but if you are looking for image code then here is one: $image = $this->model_tool_image->resize('placeholder.png', $this->config->get('theme_' . $this->config->get('config_theme') . '_image_product_width'), $this->config->get('theme_' . $this->config->get('co...

Jump to post
  • Mon Feb 07, 2022 2:31 pm
  • Replies 2
  • Views 382
Re: apply affiliate account issues

Are you using any custom field for the Customer? Check these two blog posts related to Affiliate and Custom fields, which may be helpful. https://webocreation.com/blog/managing-custom-fields-in-opencart-3-account-address-and-affiliate/ https://webocreation.com/blog/how-does-affiliate-work-in-opencar...

Jump to post
  • Mon Feb 07, 2022 2:26 pm
  • Replies 2
  • Views 329
Re: Opencart version 3.0.2.0 not allowing to install export/import tool extension

Opencart checks if there are any other file uploading errors, UPLOAD_ERR_OK: Value: 0; There is no error, the file uploaded with success. If there is any error it will show errors like: “File could not be uploaded!” So, I believe PHP will give more details about the upload error when you activate th...

Jump to post
  • Fri Feb 04, 2022 10:52 am
  • Replies 9
  • Views 968

Search found 60 matches