Hi there.
I'm running Opencart 2.2.0.0. When I click the page which shows me all of the products, I can see the buttons that allow me to view the products either in a list or in a grid.
My client wants that functionality hidden, but he always wants the products to be shown in the grid format.
Is there any way I can set this?
Many thanks
I'm running Opencart 2.2.0.0. When I click the page which shows me all of the products, I can see the buttons that allow me to view the products either in a list or in a grid.
My client wants that functionality hidden, but he always wants the products to be shown in the grid format.
Is there any way I can set this?
Many thanks
Last edited by X-Bumble on Fri Sep 16, 2016 5:46 pm, edited 1 time in total.
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
All of the extensions were for 1.5, but I re-wrote the PHP code and sorted it out myself.
For anyone who wants to know...
Open up: \opencfiles\catalog\view\theme\*your-template-name-goes-here*\template\product\category.tpl
Find line: <div class="product-layout product-list col-xs-12"> (it is line 80 on my editor)
and change it to: <div class="product-layout product-grid col-lg-3 col-md-3 col-sm-6 col-xs-12">
For anyone who wants to know...
Open up: \opencfiles\catalog\view\theme\*your-template-name-goes-here*\template\product\category.tpl
Find line: <div class="product-layout product-list col-xs-12"> (it is line 80 on my editor)
and change it to: <div class="product-layout product-grid col-lg-3 col-md-3 col-sm-6 col-xs-12">
well, they both seem to function, as it looks, in OC v.2.2:
---
Hide grid/list buttons
http://www.opencart.com/index.php?route ... n_id=23218
--
Grid View by Default
http://www.opencart.com/index.php?route ... n_id=19648
---
Good Luck
Ernie
---
Hide grid/list buttons
http://www.opencart.com/index.php?route ... n_id=23218
--
Grid View by Default
http://www.opencart.com/index.php?route ... n_id=19648
---
Good Luck

Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Well done! I just checked in my OC-2 Theme, driven by my OC v.1.5.6.5 Engine, and compared your Solution:
with the one, I have created for this:
so, I have only 3 Product per Row, because I feel, it looks better, if one displays the Side Panel Category Box.
Just to let you know !
Good Luck !
Ernie
To be seen momentarely here:
http://www.gratis-anzeiger.com/
Code: Select all
<div class="product-layout product-grid col-lg-3 col-md-3 col-sm-6 col-xs-12">
Code: Select all
<div class="product-layout product-grid col-lg-4 col-md-4 col-sm-6 col-xs-12">
Just to let you know !

Good Luck !
Ernie
To be seen momentarely here:
http://www.gratis-anzeiger.com/
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Who is online
Users browsing this forum: No registered users and 45 guests