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
- Fri Jan 08, 2021 7:24 pm
- Replies 1
- Views 122
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 2914
Re: OpenCart Alpha 3.1.0.0 has been released
Hi,
Is it in beta stage right now?
- Sun Nov 04, 2018 7:15 pm
- Replies 149
- Views 132802
[Solved] Re: Multi Store shows Default Store
Thank you i had forgotten the / thing, tried all kinds of complicated things on the server for days now its solved at lastlabeshops wrote: ↑Mon May 08, 2017 8:35 amMake sure in settings you include the trailing / on the url for the additional stores - www.store2.com/ not www.store2.com

- Mon May 08, 2017 8:56 pm
- Replies 3
- Views 760
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 760
Re: Modules Page not found
Thanks for your suggestion appreciated, it really helped and solved the issueviethemes wrote: ↑Mon Apr 17, 2017 11:35 amHave you tried to use this extension to remove the extension you installed?

- Mon Apr 17, 2017 8:52 pm
- Replies 3
- Views 1779
[Solved] Modules Page not found
Hello, I accidently installed a ocmod file for Opencart 2.3.0.2 to my Opencart 2.0.3.1, after that the Modules page disappeared giving error Page not found Tried to remove all files but didnt help the module i installed was the following https://www.opencart.com/index.php?route=marketplace/extension...
Jump to post- Mon Apr 17, 2017 11:13 am
- Replies 3
- Views 1779
Extreme slowdown on website
Hello, I have had extreme slowdown on my website for few days now Was trying to locate the issue but didnt manage, then i checked if it may be some bots slowing down the website, i activated "People Online", in an hour it showed 700 people, normally i get about 1200 traffic each day when checking go...
Jump to post- Thu Mar 09, 2017 7:29 am
- Replies 2
- Views 701
Re: SEO Mega Kit Plus Url link issue
I have already contacted the developer as i posted, no response now for 2 days, since i couldn't wait around i hired a freelancer who have fixed the bug, i will be posting the solution soon Jump to post
- Fri Feb 24, 2017 2:01 am
- Replies 2
- Views 2648
SEO Mega Kit Plus Url link issue [Solved]
Hello, I have had an issue with module SEO Mega Kit Plus, my website are multilingual, so when iam in English front page all url links for categories should be in English, when iam in Swedish url links should be in Swedish etc.. The issue is that when iam for example in English the url links in the ...
Jump to post- Wed Feb 22, 2017 11:47 pm
- Replies 2
- Views 2648
Re: Json error clicking on Buy button [SOLVED]
Ypu are welcome

- Wed Feb 22, 2017 11:30 pm
- Replies 3
- Views 1927
Re: Json error clicking on Buy button
After some more checking and testing i found that the issue are from the language pack, in the category/language/no-nb/account/login.php
the file was saved as UTF8, when changing the encoding to UTF8/wBom the error disappeared
//
Magzen
- Wed Feb 22, 2017 9:02 am
- Replies 3
- Views 1927
Json error clicking on Buy button [SOLVED]
Hello, I have a issue on the product page, when clicking on the Buy button a Json error pops up, this only happens in 1 language out of 3, for English and Swedish there is no issue to click on Buy button, only in Norweigan language Iam using Opencart 2.3.0.2 with Journal 2 theme, i tried to track th...
Jump to post- Wed Feb 22, 2017 8:16 am
- Replies 3
- Views 1927
Re: PHP Notice: Undefined variable: shipping_address in /ho
The issue was solved, it was an extension that needed update to work properly with the latest version of Journal2 theme on one page checkout
Jump to post- Mon Jan 23, 2017 8:21 pm
- Replies 1
- Views 773
[Solved] PHP Notice: Undefined variable: shipping_address
Hello Everytime i try to checkout at the very end when clicking "Confirm Order" i get the following popup error PHP Notice: Undefined variable: shipping_address in /home/admin/web/aladdinsvapor.com/public_html/system/storage/modification/catalog/controller/journal2/checkout.php on line 475 line 475 ...
Jump to post- Mon Jan 23, 2017 3:44 pm
- Replies 1
- Views 773
Re: Remove duplicate products using mysql query
anyone knows if this is fixable?
Jump to post- Sun Dec 11, 2016 11:53 am
- Replies 12
- Views 3049
Re: [SOLVED]Remove duplicate products using mysql query
Hello, Long time ago i made this query but noticed it was updated afterwards to remove all duplicates from all ids like options, attribute store category etc.. i only runned the following query INSERT tmptable (id) select product_id from oc_product p where exists ( select * from oc_product p1 where ...
Jump to post- Sun Dec 04, 2016 1:03 pm
- Replies 12
- Views 3049
Re: Change Admin Category List Limit
thanks always thought that was only for the products, just tried and it worked for categories tocyclops12 wrote:In amdin of your store....
system/settings edit your store and look in the "option" tab

- Tue Nov 15, 2016 7:18 am
- Replies 2
- Views 582
Change Admin Category List Limit
Hello
I want to change the default limit for category list in admin from 20 per page to another number, can someone please guide me in the right direction what file i need to change?
Thanks
- Tue Nov 15, 2016 5:49 am
- Replies 2
- Views 582
Re: Product/Category ID Reset
thanks alot appreciatedthekrotek wrote:There's a simple query for that:
Don't forget to add DB prefix to table names, if you have one.Code: Select all
ALTER TABLE category AUTO_INCREMENT = 1 ALTER TABLE product AUTO_INCREMENT = 1

- Sun Nov 13, 2016 7:52 pm
- Replies 2
- Views 979