Search found 157 matches

Search found 157 matches

Re: Upgrade from 3.0.3.6 to the latest 4.0.2.3 Instructions ?

Even if the 4.0.2.4 will be out ,is there any instructions how to upgrade? I am wondering if I am the only one in the world with the 3.0.3.6 version who wants to upgrade to the latest OC version . Thanks I used Opencart for many years and it was a good eCommerce system for me in the start, bought m...

Jump to post
  • Fri Jan 19, 2024 7:26 am
  • Replies 10
  • Views 3934
Re: OC 3.0.3.7 search issue The page you requested cannot be found!

I have had the SEO module for a few years, just updated to latest OC 3.0.3.7

If someone knows what code to look for to change the search from "search" to "search?search=" would be appreciated

Jump to post
  • Mon Apr 12, 2021 10:35 am
  • Replies 5
  • Views 535
Re: OC 3.0.3.7 search issue The page you requested cannot be found!

Hello, I have a issue with "search" for products in OC 3.0.3.7 Nginx+PHP-FPM server When i search for a product i get the following message The page you requested cannot be found! I disabled SEO in settings and everything worked normal with the search For SEO module iam using SEO Mega Kit...

Jump to post
  • Sun Apr 11, 2021 12:19 pm
  • Replies 5
  • Views 535
OC 3.0.3.7 search issue The page you requested cannot be found!

Hello, I have a issue with "search" for products in OC 3.0.3.7 Nginx+PHP-FPM server When i search for a product i get the following message The page you requested cannot be found! I disabled SEO in settings and everything worked normal with the search For SEO module iam using SEO Mega Kit ...

Jump to post
  • Sun Apr 11, 2021 9:22 am
  • Replies 5
  • Views 535
Re: Module Code modification OC 2.3 to OC 3.0.3.7

You have simply to use the correct syntax (see search and add):
Thanks for you reply, i checked through and compared header.php on OC 2.3 and OC 3.0.3.7, the $route section was removed from header.php in OC 3.0.3.7

Jump to post
  • Sun Apr 04, 2021 9:31 pm
  • Replies 3
  • Views 497
Module Code modification OC 2.3 to OC 3.0.3.7

Hi, I have some code that needs modification to work with OC 3.0.3.7, the code is from OC 2.0.3.2 Its for use with SEO Mega Kit, since i use multistore this code is meant to add the store name in the end of every category or product, i tried to install the code on ocmod as is but it didnt work. Woul...

Jump to post
  • Sun Apr 04, 2021 10:04 am
  • Replies 3
  • Views 497
Re: mysql query for changing product image category

Easy :) UPDATE `oc_product_image` SET `image` = replace(image, 'catalog/', 'catalog/products/') WHERE `image` NOT LIKE '%catalog/products%'; Try this Change paths to ones you want to leave untouched This just expands on xxvirusxx query above by adding the and so you can add as many paths as you wan...

Jump to post
  • Wed Feb 10, 2021 8:19 am
  • Replies 7
  • Views 627
Re: mysql query for changing product image category

Sorry maybe i didnt explain well i need following files in catalog/*.jpeg transferred to catalog/products/*.jpeg https://www.linkpicture.com/q/mysql.png Files that is in other subfolders like example like example on the following image catalog/vintageceilinglamp/ should not be transferred which it d...

Jump to post
  • Wed Feb 10, 2021 7:37 am
  • Replies 7
  • Views 627
Re: mysql query for changing product image category

Easy :) UPDATE `oc_product_image` SET `image` = replace(image, 'catalog/', 'catalog/products/') WHERE `image` NOT LIKE '%catalog/products%'; Thanks for your reply, i tested , the query wanted to move all the files and subfolders in catalog/ to catalog/products not only the jpeg files available in c...

Jump to post
  • Wed Feb 10, 2021 3:18 am
  • Replies 7
  • Views 627
[Solved] mysql query for changing product image category

After searching the forums how to change the catalog for some of my product images using a query i found the following update oc_product_image set image = replace(image, 'catalog/products/', 'catalog/products2/'); but when i wanted to change the catalog for my images in the base catalog to another c...

Jump to post
  • Tue Feb 09, 2021 9:25 pm
  • Replies 7
  • Views 627
Re: Upgrading from 3.0.3.6 to 3.0.3.7 Error

Good to know. At least, this could be a workaround for users who fails the upgrade similar ways in the future. So it is ok to update without the following line in mysqli.php? I will not be missing anything in the DB after update? :) $this->connection->query("SET SESSION sql_mode = 'NO_ZERO_IN_...

Jump to post
  • Sun Feb 07, 2021 2:19 pm
  • Replies 23
  • Views 7385
Re: Upgrading from 3.0.3.6 to 3.0.3.7 Error

See if the following modifications works: 1 - In your system/library/db/mysqli.php file, find: public function __construct($hostname, $username, $password, $database, $port = '3306') { $this->connection = new \mysqli($hostname, $username, $password, $database, $port); if ($this->connection->connect...

Jump to post
  • Sun Feb 07, 2021 1:54 am
  • Replies 23
  • Views 7385
Re: Upgrading from 3.0.3.6 to 3.0.3.7 Error

Thanks for your reply, i did the following changes and reverted to the previous DB, then tried to update and received following Error Code(0): Error: Invalid default value for 'date_start' Error No: 1067 ALTER TABLE `oc_coupon` ENGINE = `MyISAM` in E:\xampp\htdocs\rndml\system\library\db\mysqli.php ...

Jump to post
  • Sun Feb 07, 2021 12:54 am
  • Replies 23
  • Views 7385
Upgrading from 3.0.3.6 to 3.0.3.7 Error

Hello, Iam updating a website that is on my localhost, it is still not in live mode When i try to update i get the following error Error Code(0): Error: Invalid default value for 'date_start' Error No: 1067 ALTER TABLE `oc_coupon` ENGINE = `MyISAM` in E:\xampp\htdocs\rndml\system\library\db\mysqli.p...

Jump to post
  • Sun Feb 07, 2021 12:07 am
  • Replies 23
  • Views 7385
Removing Language

I had few languages installed but wanted to remove 1 of them, i removed it in the admin, now it doesnt show on the front or backend, but in the DB all the products still exist for that language?

Iam using OC 3.0.3.6

Does anyone know why the products are still in DB

Jump to post
  • Fri Jan 08, 2021 7:24 pm
  • Replies 1
  • Views 281
Opencart multistore + Nginx + SSL Redirect to WWW

Hello, I hired someone to fix the redirect 301 for me, he had to separate the multidomains aliases in 3 nginx config files for the redirection to work properly, but at the same time this broke the Vestacp web control for the domains, since Vestacp works with 1 file when aliases are added, i had to r...

Jump to post
  • Tue May 19, 2020 2:48 pm
  • Replies 1
  • Views 3887
Re: OpenCart Alpha 3.1.0.0 has been released

Hi,

Is it in beta stage right now?

Jump to post
  • Sun Nov 04, 2018 7:15 pm
  • Replies 147
  • Views 225016
[Solved] Re: Multi Store shows Default Store

labeshops wrote:
Mon May 08, 2017 8:35 am
Make sure in settings you include the trailing / on the url for the additional stores - www.store2.com/ not www.store2.com
Thank you i had forgotten the / thing, tried all kinds of complicated things on the server for days now its solved at last :)

Jump to post
  • Mon May 08, 2017 8:56 pm
  • Replies 3
  • Views 1073
Multi Store shows Default Store

Hello I have made a fresh install and moved over all data to Opencart 2.3.0.2 from Opencart 2.0.3.1 where i used multi store On my new installation my 2 extra stores shows the default store instead of their own layouts and settings Iam using Journal2 theme, dont really know what the issue is, all se...

Jump to post
  • Mon May 08, 2017 6:30 am
  • Replies 3
  • Views 1073
Re: Modules Page not found

viethemes wrote:
Mon Apr 17, 2017 11:35 am
Have you tried to use this extension to remove the extension you installed?
Thanks for your suggestion appreciated, it really helped and solved the issue :)

Jump to post
  • Mon Apr 17, 2017 8:52 pm
  • Replies 3
  • Views 2491

Search found 157 matches