Search found 4 matches

Page 1 of 1

Search found 4 matches

Re: Opencart 3.0.2.0 default theme doesn't show changes

Go to the Opencart Dashboard and click on the Gear in top right of the screen, then turn OFF the cache for the Theme, and then Refresh

Done.

Jump to post
  • Fri Oct 06, 2017 2:21 am
  • Replies 42
  • Views 44054
Re: How do I echo an attribute on category.tpl

You need to add this code in the category.tpl page I'm using Category names to change the format of the table, also I have my options in a select box with a quantity box and a button to add it to the cart. You can remove everything you don't need. /catalog/view/theme/your-template/template/product/c...

Jump to post
  • Thu Sep 15, 2016 5:03 am
  • Replies 19
  • Views 6188
Re: How to change number products in row?

It took me days to figurate it out but here you go guys: Go to your: catalog/view/theme/yourtheme/js/common.js find and change this: if (cols1 == 2) { $('#content .product-layout:nth-child(2n+2)').after('<div class="clearfix visible-md visible-sm"></div>'); } else if (cols1 == 1) { $('#con...

Jump to post
  • Tue Feb 02, 2016 1:38 am
  • Replies 21
  • Views 13097
Re: How do I display 3 products per row with the product gri

It took me days to figurate it out but here you go guys: Go to your: catalog/view/theme/yourtheme/js/common.js find and change this: if (cols1 == 2) { $('#content .product-layout:nth-child(2n+2)').after('<div class="clearfix visible-md visible-sm"></div>'); } else if (cols1 == 1) { $('#con...

Jump to post
  • Tue Feb 02, 2016 1:30 am
  • Replies 7
  • Views 11932

Page 1 of 1

Search found 4 matches