Re: Product description not showing
Are you using custom template ? If so, you need to ask its developer.
Jump to post- Thu Sep 01, 2016 9:27 pm
- Replies 1
- Views 610
Re: Product information displayed below home page
Which Opencart version are you using? Please share Url or screenshot so that we can look into this issue.
Jump to post- Wed Aug 31, 2016 9:14 pm
- Replies 4
- Views 539
Re: Editing layouts in OC 2.3.0.2?
To add your module to column left position,
1. In column left position, click on Add Module button (+)
- Fri Aug 26, 2016 1:34 pm
- Replies 2
- Views 1236
Re: How To make social media icon on the footer
Hi,
To get social media icons on footer, please check below extension link -
http://www.opencart.com/index.php?route ... l%20footer
You will find some useful extensions.
- Fri Aug 19, 2016 7:46 pm
- Replies 1
- Views 1968
Re: Permission Denied!
Extension Multiple Flat Rate | Secondary Flat Rate | Flat Rate2, doesnot support OC version 2.3.0.2.
Jump to post- Thu Aug 18, 2016 6:12 pm
- Replies 5
- Views 2087
Re: fresh install opencart2.2,edit order"internal server err
Please check error log for error if any. To check error log : System > Tools > Error log.
It will help you - http://www.opencartnews.com/tutorials/c ... olve-them/
- Fri Aug 12, 2016 1:50 pm
- Replies 6
- Views 1007
Re: How to display product data?
Do you want to display SKU, Location, and Weight on the product page? If you want it to display SKU, Location, and Weight on product page Go to catalog/controller/product/product.php Find if ($product_info) { Add below code inside if condition $data['weight']=$product_info['weight']; $data['location...
Jump to post- Wed Aug 10, 2016 1:42 pm
- Replies 3
- Views 1235
Re: Missing product_ids in worksheet 'Specials' Error
There is no need to put data in 'Special' tab, you can keep it blank. You can keep all column values blank. But if you enter data in other columns & keep Product id column blank you will get Error Missing product_ids in worksheet 'Specials'!
Jump to post- Tue Aug 09, 2016 4:43 pm
- Replies 1
- Views 1888
Re: 2.2.0.0 -> 2.2.0.3 Blank install page?
Hi,
This thread will help you - http://forum.opencart.com/viewtopic.php?f=2&t=166011
- Tue Aug 09, 2016 3:28 pm
- Replies 5
- Views 730
Re: seo url in information pages
Hi, Try below - Using admin panel edit contents of information page in which you have added image ( & provide link - http://www.bebicco.com/index.php?route=information/information&information_id=16 ) Find http://www.bebicco.com/index.php?route=information/information&information_id=16 Re...
Jump to post- Mon Aug 08, 2016 7:41 pm
- Replies 2
- Views 1307
Re: Products in mobile
Hi, Considering you are using default OpenCart theme. Consider there is feature product module on home and you want 2 products per line in mobile device. Open file catalog/view/theme/default/template/module/featured.tpl find col-lg-3 col-md-3 col-sm-6 col-xs-12 Replace col-lg-3 col-md-3 col-sm-6 col...
Jump to post- Fri Aug 05, 2016 9:43 pm
- Replies 3
- Views 820
Re: How to show price without vat only on homepage?
Check out below extension, it might help you
http://www.opencart.com/index.php?route ... _license=0
- Thu Aug 04, 2016 8:53 pm
- Replies 1
- Views 333
Re: Google Recaptcha Response Undefined Index
This may help you -
https://github.com/opencart/opencart/issues/3919
- Wed Aug 03, 2016 5:53 pm
- Replies 2
- Views 2118
Re: Where can I found this filter area text?
Hi,
To change filter text, you need to edit filter module - Admin panel > Catalog > Filter < Edit Filter group ( in OpenCart version 1.5 ).
- Tue Aug 02, 2016 2:03 pm
- Replies 1
- Views 1009
Re: Problem with product short description in list-view
Try below solution,
To change product List Description Limit,
1. Go to your OpenCart admin panel > Extensions > Themes > Click on Edit button of your store
2. Set List Description Limit.
- Mon Aug 01, 2016 8:55 pm
- Replies 6
- Views 3371
Re: is there a document for showing how to add a simple paym
If you want to create/duplicate a module, check link
http://forum.opencart.com/viewtopic.php?t=6696
- Thu Jul 28, 2016 5:18 pm
- Replies 7
- Views 2049
Re: is there a document for showing how to add a simple paym
Check out these links
https://www.siteground.com/tutorials/op ... ayment.htm.
http://www.opencart.com/index.php?route ... ure&path=8
Hope it helps you!
- Thu Jul 28, 2016 2:42 pm
- Replies 7
- Views 2049
Re: Releated Products
Hi,
If you are looking for adding related products automatically, below link will help you -
http://www.opencart.com/index.php?route ... 20products
- Wed Jul 27, 2016 6:48 pm
- Replies 1
- Views 432
Re: Terms and Conditions checkbox on checkout page
Which opencart version are you using?
Jump to post- Tue Jul 26, 2016 8:22 pm
- Replies 4
- Views 1594
Re: A little bit of help with the search bar
Try below code
Code: Select all
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"><?php echo $search; ?>
</div>
</div>
</div>
- Tue Jul 26, 2016 6:07 pm
- Replies 3
- Views 832