Search found 91 matches

Search found 91 matches

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 (+)

Layouts1.png

Layouts1.png (20.48 KiB) Viewed 1215 times

2. Select your module
Layouts2.png

Layouts2.png (23.19 KiB) Viewed 1215 times

3. Click on save button

Jump to post
  • 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.

Jump to post
  • 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/

Jump to post
  • 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: 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: 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 ).

Jump to post
  • 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.

Jump to post
  • Mon Aug 01, 2016 8:55 pm
  • Replies 6
  • Views 3371
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

Jump to post
  • Wed Jul 27, 2016 6:48 pm
  • Replies 1
  • Views 432
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>
Hope this helps you!

Jump to post
  • Tue Jul 26, 2016 6:07 pm
  • Replies 3
  • Views 832

Search found 91 matches