Search found 4151 matches

Search found 4151 matches

Re: twig file modifications

Make an ocmod file and don't use Twig editor from admin.

Jump to post
  • Thu Aug 29, 2024 4:07 pm
  • Replies 9
  • Views 400
Re: Images not loading using SEO URLs, but not all.

You use oc 1.5... configs on oc 2.2.x website

Jump to post
  • Fri Aug 23, 2024 9:38 pm
  • Replies 8
  • Views 860
Re: Images not loading using SEO URLs, but not all.

// HTTP define('HTTP', $_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF'])); define('HTTP_SERVER', 'http://'.HTTP); define('HTTP_IMAGE', 'http://'.HTTP.'image/'); define('HTTP_ADMIN', 'http://'.HTTP.'admin/'); // HTTPS define('HTTPS_SERVER', 'https://'.HTTP); define('HTTPS_IMAGE', 'https://'.HTTP.'...

Jump to post
  • Fri Aug 23, 2024 9:07 pm
  • Replies 8
  • Views 860
Re: Images not loading using SEO URLs, but not all.

Possible wrong config files...or htaccess

Because you have...

Code: Select all

https://www.class58loco.group/shop/image/catalog/C58LG.png
and the correct url is

Code: Select all

https://www.class58loco.group/image/catalog/C58LG.png

Jump to post
  • Fri Aug 23, 2024 8:46 pm
  • Replies 8
  • Views 860
Re: error in seo url

s3eed wrote:
Sat Aug 17, 2024 6:31 pm
/storage/modification/
Disable ocmod extension

Jump to post
  • Sat Aug 17, 2024 6:37 pm
  • Replies 1
  • Views 822
Re: OpenCart 3.0.4.0 Bug reports - catalog/controller/account/affiliate.php:221

PHP 8.3? It is possible to get also these warnings PHP Unknown: mb_strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /system/helper/utf8.php on line 30 PHP Unknown: md5(): Passing null to parameter #1 ($string) of type string is deprecated in system/library/cart/cu...

Jump to post
  • Thu Aug 15, 2024 3:29 pm
  • Replies 6
  • Views 497
Re: PHP Notice - A non well formed numeric value encountered in themeoptions.php

plutonium78 wrote:
Sun Aug 11, 2024 3:42 am
I asked whether somebody knows how to resolve this particular issue?!
All developers know how to fix, but not for free :laugh:

Jump to post
  • Sun Aug 11, 2024 5:27 pm
  • Replies 3
  • Views 1214
Re: Upgrade to version 4

Matt Horton wrote:
Thu Aug 08, 2024 4:52 am
Its been a while since I've been on the forum - is version 4 ready for use now?
I've noticed that my web-hosting control panel has V4.0.2.3 available to install.
Hosting's doesn't test all CMS to see if are stable or not

Matt Horton wrote:
Thu Aug 08, 2024 4:52 am
Is it easy to upgrade from V3.0.3.8?
Better use 3.0.4.0

Jump to post
  • Sun Aug 11, 2024 5:22 pm
  • Replies 3
  • Views 1250
Re: out of stock products hidden on latest module

Just need to now hide the out of stock products on the category page, what coding would I need to use to hide the out of stock products that have zero quantity on the category page in opencart 2.3.0.2 please lol from $sql .= " LEFT JOIN " . DB_PREFIX . "product_description pd ON (p.p...

Jump to post
  • Sun Aug 11, 2024 4:24 pm
  • Replies 15
  • Views 1133
Re: out of stock products hidden on latest module

You can add quantity in controller and here $query = $this->db->query("SELECT p.product_id FROM " . DB_PREFIX . "product p LEFT JOIN " . DB_PREFIX . "product_to_store p2s ON (p.product_id = p2s.product_id) WHERE p.status = '1' AND p.date_available <= NOW() AND p2s.store_id =...

Jump to post
  • Tue Aug 06, 2024 1:38 am
  • Replies 15
  • Views 1133
Re: Internal 500 server on products disabled.

Create an index.html an check if is loaded...maybe is a server issue.

Jump to post
  • Tue Aug 06, 2024 12:08 am
  • Replies 6
  • Views 533
Re: Trying to Install Fresh Version of 2.0.3.0

It is 2.3.0.3. Also tested on WAMP and work just fine

Jump to post
  • Sun Jul 28, 2024 12:54 pm
  • Replies 8
  • Views 2187
Re: Trying to Install Fresh Version of 2.0.3.0

IP_CAM wrote:
Sat Jul 27, 2024 8:02 pm
just updated it a few minutes ago, just in case you wanna try ...
Just a Paypal bug :)

Jump to post
  • Sat Jul 27, 2024 8:10 pm
  • Replies 8
  • Views 2187

Search found 4151 matches