Search found 7497 matches

Search found 7497 matches

Re: Marketing Tracking Code

You could try our Google Tag Manager, see here for more details. It uses a data layer for tracking the following standard enhanced ecommerce activities: Product Impressions Product Clicks Product Detail Impressions Promotion Impressions Promotion Clicks Add to Cart or Remove from Cart Checkout Purch...

Jump to post
  • Thu Aug 28, 2025 8:33 pm
  • Replies 2
  • Views 2441
Re: What is the latest patched OpenCart 3.0.x build?

What exact issues do you face? The current stable version is OC 3.0.4.1 which supports PHP versions up to 8.3.

The upcoming OC 3.0.5.0 will also support PHP version 8.4 and will include some further patches.

Jump to post
  • Mon Aug 25, 2025 9:00 pm
  • Replies 8
  • Views 3454
Re: Problem with product grid (on a mobile device)

Just remove the <a> elements with their links which wrap around the <img> tags in your product.twig.

If you want more help you have to contact the Journal support because you are not using a standard-compliant theme but the Journal3 framework.

Jump to post
  • Thu Aug 21, 2025 4:41 pm
  • Replies 2
  • Views 12827
Re: sarah marketplace theme extra spacing after footer

priyankaadawkar wrote:
Tue Aug 19, 2025 7:53 pm
can you help me out the loading issue
Your website is hosted with godaddy, contact their tech support. Or better, switch webhost, godaddy is one the worst ones out there.

Jump to post
  • Tue Aug 19, 2025 9:05 pm
  • Replies 9
  • Views 20926
Re: sarah marketplace theme extra spacing after footer

Get your server up and running again before anybody can offer you some help here.

Jump to post
  • Tue Aug 19, 2025 6:52 pm
  • Replies 9
  • Views 20926
Re: Please help me remove a code that slows down the speed.

Your web theme is from Harnish Design, please double check with this theme author as to whether this so-called cookie script should even be in there at all (maybe your server has been compromised!), and if so, why it has to call an external server to get the javascript file instead of having it loca...

Jump to post
  • Tue Aug 19, 2025 6:51 pm
  • Replies 9
  • Views 22386
Re: Tax disappeared

There is no such thing as a 'tax module', are you talking about the Extensions > Extensions > Order Totals > Taxes ?

Also, have you set your tax rates correctly, and made sure your products are set to the correct tax class?

Jump to post
  • Tue Aug 19, 2025 6:40 pm
  • Replies 5
  • Views 17877
Re: Best Way to Optimize OpenCart Store for iPhone Users?

If a particular javascript or CSS doesn't work in Safari then you should really approach the Safari browser support team to solve any particular issues. Web standards are there for a reason, and I am sorry to hear that iPhone have to bear the brunt. But we shouldn't go back to the old days where one...

Jump to post
  • Mon Aug 18, 2025 6:49 pm
  • Replies 5
  • Views 6655
Re: isenselabs squareup extension random errors and don't see a pattern

OpenCart 2.3.0.2 doesn't support PHP 8.2. it only support PHP 7.3, or maybe PHP 7.4. The same is probably true with your iSenseLabs extension, you should ask them. It might be good idea to do a fresh install of the stable OpenCart 3.0.4.1 which supports PHP 8.2.

Jump to post
  • Thu Aug 14, 2025 4:19 pm
  • Replies 4
  • Views 40687
Re: Suspecious query being logged and causing website going down

Just a quick thought: What if you checked for the number of search requests having originated from the requesting IP-address for a given short time period, and if exceeded, start returning 403 responses for the remaining session? This might help to deter the SQL injection requester quickly.

Jump to post
  • Thu Aug 14, 2025 12:40 am
  • Replies 28
  • Views 68821
Re: Opencart 4.1.0.3 filter model issue in Product

What you describe here has nothing to do with what's shown on your screenshot. According to the latter, it complained about line 2250 in admin/model/catalog/product.php (function getDiscounts). You wrongly called this function with $product_id=null.

Jump to post
  • Tue Aug 12, 2025 11:41 pm
  • Replies 2
  • Views 22267
Re: Can OpenCart be repurposed for a job board instead of a store?

OpenCart is primarily an ecommerce software. What exactly are you trying to sell? Is it job consultancy services? Digital items? Or is it purely a content site? Even for the latter, you could use a content management system like this one . But without further details, it's hard to say, and there may...

Jump to post
  • Tue Aug 12, 2025 7:52 pm
  • Replies 3
  • Views 2399
Re: Upgrade from 1.5.5.1 to 3.0.4.0

As you correctly pointed out, there will be some DB tables to be copied over to your new database which aren't covered by the Export/Import tool. Your best bet is to use PHPMyAdmin export and import for these DB table, you could use CSV formats for these exports and edit them to fit the required for...

Jump to post
  • Tue Aug 12, 2025 6:15 pm
  • Replies 6
  • Views 28417
Re: Sale now showing

As AddCreative said, look into the missing orders, they might be in there. Sometimes PayPal fails to call back the OpenCart server (IPN) because of network issues, you can check the latter in your server's raw access log.

Jump to post
  • Tue Aug 12, 2025 6:09 pm
  • Replies 3
  • Views 24157
Re: Suspecious query being logged and causing website going down

The first thing you should do is to block the IP-address 154.217.125.142 in your .htaccess, see below.

Code: Select all

Order Deny,Allow
Deny from 154.217.125.142

Jump to post
  • Tue Aug 12, 2025 6:06 pm
  • Replies 28
  • Views 68821
Re: how to fix this error in google base

Replace line 39 in file catalog/controller/extension/feed/google_base.php with this one: $output .= '<g:brand><![CDATA[' . html_entity_decode((string)$product['manufacturer'], ENT_QUOTES, 'UTF-8') . ']]></g:brand>'; It's already fixed in the upcoming OpenCart 3.0.5.0. The error is caused by missing ...

Jump to post
  • Sun Aug 10, 2025 12:54 am
  • Replies 5
  • Views 23750
Re: Make Guest Checkout option default.

Use OpenCart 3.0.4.1 which is the most stable version. The OpenCart 4 versions simply still have too many bugs and are still subject to development.

Jump to post
  • Wed Aug 06, 2025 12:07 am
  • Replies 7
  • Views 17912
Re: Ajay Hinduja, Geneva: How do I fix extension compatibility issues after upgrading to the latest version of OpenCart?

I do hope that you have a backup of your old working site.

As regards your upgrade: You have to provide some more details if you want some help here, see forum rules. E.g. what are your old and new OC versions? Website URLs of old and new site? What exact extensions? What PHP version?

Jump to post
  • Mon Aug 04, 2025 10:43 pm
  • Replies 3
  • Views 1858
Re: Cannot display favicon

His website doesn't have any favicons defined in the header.twig. If Journal3 is used it's best to ask Journal3 for support.

Jump to post
  • Wed Jul 30, 2025 9:39 pm
  • Replies 6
  • Views 24391
Re: how to fix the html module is not saving in the second language only in the main language

First of all, the HTML module works just fine with multiple languages in OpenCart 3.0.4.1. The issue is most likely caused by the adsense code. Make sure you added it for each language, and verify that it doesn't get removed when saving your HTML module content. BTW.: A simple Google search shows th...

Jump to post
  • Mon Jul 28, 2025 10:10 pm
  • Replies 5
  • Views 10483

Search found 7497 matches