Photo Gallery with Tiles
I'm looking for an image gallery compatible with OpenCart 3.0. I want to buy a gallery for my shop. It should have the following features. - bulk image upload - description per image (visible on mouse over) - multiple galleries / categoeires - display images as tiles sample: https://i.pinimg.com/564...
Jump to post- Wed Oct 04, 2017 7:07 pm
- Replies 1
- Views 842
Re: VQMOD vs OCmod issue
Hi JNEUHOFF,
Thanks for your input! The integrated version of VQMOD is a success! My mods are working now! thanks!
After about 16hrs of puzzling the solution is there!
- I completely removed VQMOD from my system and used JNeuhoffs integrated version!
Thanks!
- Mon Nov 28, 2016 7:18 pm
- Replies 2
- Views 1678
VQMOD vs OCmod issue
I'm having issues with my VQMOD running alongside with OCmod. I have used a theme with some modules in it bought from themeforest called Bossthemes. This theme runs on OpenCart version 2.2.0.0 After having the Bossthemes with OC 2.2.0.0 running smoothly I had to install VQMOD for running 3 additiona...
Jump to post- Mon Nov 28, 2016 4:51 pm
- Replies 2
- Views 1678
Re: Full Category path (SEO)
I have found the issue on this one. OpenCart by default uses the full path, so that's good. The theme I have used has the Mega Menu installed. This menu cuts the path and make a direct link to a 2nd level category. I have fixed the issue by altering the files of the mega menu module in order to use ...
Jump to post- Mon Nov 28, 2016 4:28 pm
- Replies 1
- Views 1617
Full Category path (SEO)
For SEO Purposes I would like my OpenCart 2.2.0.0 version to show the full category path. Now it shows https://www.mydomain.com/category/ But sub categories are not shown, not in the URL bar and not in the breadcrumb. How can I change my config or seo_url.php so the full path will be shown like belo...
Jump to post- Fri Nov 25, 2016 6:09 pm
- Replies 1
- Views 1617
Re: Customer -> order -> history not showing
Allright, duh.. found the answer. This is a little confusing because under the history tab you would expect all the historical orders a costomer has placed. This is not the case. It's just a section to place your comments on a customers record. Wouldn't it be nice to replace this with real customer ...
Jump to post- Wed Oct 26, 2016 6:59 pm
- Replies 1
- Views 1138
Customer -> order -> history not showing
Im facing a problem with my OC 2.2.0.0 store. It wont show on the customer detail Tab in the admin section. Is this a configuration issue? This issue exists on my dev and production evironment. I would expect an order to show in the history after a customer has placed an order and the order has been...
Jump to post- Tue Oct 25, 2016 9:37 pm
- Replies 1
- Views 1138
Product option EAN in admin -> sale/order
I would like to add the product_option_value EAN to my order in the Admin section. I have found the controller with the getOrderOptions function who handles the retreival of the options data. Is there a way that i can use the order_option -> product_option_id to get the EAN code from the product_opt...
Jump to post- Tue May 31, 2016 6:01 pm
- Replies 1
- Views 841
Re: Default to grid view?
You can adjust the template file: in catalog/view/theme/default/template/product/category.tpl Search at the bottom: if (view) { display(view); } else { display('grid'); } choose for display('grid'); or display('list'); You want this default display elsewhere? Search for the part of code i've shown y...
Jump to post- Wed Apr 10, 2013 7:35 pm
- Replies 2
- Views 1045
Query to set all products to default store
A question, i have imported some products from an old OS Commerce store. Now i've got the following problems. My categories don't have TOP switched on, and they don't have the default store checked. My products don't have the default store checked. Is there a way to run a query in PHP Myadmin to adj...
Jump to post- Mon Feb 18, 2013 11:56 pm
- Replies 0
- Views 465
Re: 1.4.0 to 1.5.4.1
aint there anyone with this Opencart DB knowledge?
Jump to post- Sun Nov 25, 2012 2:29 am
- Replies 5
- Views 1187
Re: 1.4.0 to 1.5.4.1
anyone knows how i can add the fulltext key?
Jump to post- Wed Nov 21, 2012 4:43 am
- Replies 5
- Views 1187
Re: 1.4.0 to 1.5.4.1
upgrade goes well. but now i found the following problem. I have manually updated the DB but i haven't imported the FULLTEXT keys. Anyone knows the SQL code to import these FULLTEXT keys? I need the following: It's in the table categories_description FULLTEXT KEY `description` (`description`), FULLT...
Jump to post- Tue Nov 20, 2012 1:55 am
- Replies 5
- Views 1187
Re: 1.4.0 to 1.5.4.1
found it.. just forgot a ; at the rule before..
Jump to post- Tue Nov 20, 2012 1:47 am
- Replies 5
- Views 1187
Re: 1.4.0 to 1.5.4.1
allright.. i've updated my table manually with a SQL file i've found. now i'm encountering the following error when trying to reacht the admin section: Parse error: syntax error, unexpected T_VARIABLE in /var/www/vhosts/******.nl/httpdocs/testmaster/admin/controller/common/header.php on line 141 Lin...
Jump to post- Tue Nov 20, 2012 1:27 am
- Replies 5
- Views 1187
1.4.0 to 1.5.4.1
I have synced all the upgrade files with my current (demo) installation. Everything seems allright, but after running mysite.com/install/ i'm getting the following error: Could not Execute: ALTER TABLE customer ADD token varchar(255) NOT NULL COMMENT '' COLLATE utf8_bin AFTER approved; Unknown colum...
Jump to post- Mon Nov 19, 2012 10:34 pm
- Replies 5
- Views 1187
Re: OC 1.4 new lightbox module
anyone any idea on this one? My current lightbox isn't responding properly within IE environment. It's centered and placed on the bottom of the screen. Not visible the right way.
Jump to post- Thu Jul 12, 2012 10:42 pm
- Replies 1
- Views 706
OC 1.4 new lightbox module
Hello,
I'm running OC 1.4 and i would love to upgrade my lightbox to a newer version. But i just don't know where to start. Can anyone help me with this one?
I cant upgrade to a newer version of OC because ofthe loads of mods made for my 1.4 version.
- Fri Jun 29, 2012 4:22 pm
- Replies 1
- Views 706
Re: 1 page checkout OC 1.4
I've purchased this module from host-jars. He's offering an extention on the extentions section of the opencart website. He adjusted the OPC for OC 1.4.0 http://www.opencart.com/index.php?route=extension/extension/info&extension_id=4885&filter_search=one%20page&sort=e.date_modified&o...
Jump to post- Fri Jun 15, 2012 4:39 pm
- Replies 2
- Views 1908
Re: information box moved to footer
i've figured out the problem! changed: catalog/controller/common/footer.php catalog/view/theme/default/common/footer.tpl languages/**/common/footer.php Result: catalog/controller/common/footer.php <?php class ControllerCommonFooter extends Controller { protected function index() { $this->language->l...
Jump to post- Fri Jun 15, 2012 3:46 pm
- Replies 7
- Views 2241