Hello,
How to show 4 products on each category and subcategory page on the palace of 3 product.
https://www.cakegift.in/cake
This is my page of the category.
Thank You.
How to show 4 products on each category and subcategory page on the palace of 3 product.
https://www.cakegift.in/cake
This is my page of the category.
Thank You.
In catalog/view/theme/<your_theme>/template/p;roduct/category.tpl file,
change all instances of:
with:
This should resolved the issue.
change all instances of:
Code: Select all
<div class="col-sm-3">
Code: Select all
<div class="col-sm-4">
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Hello straighlight,
there is no class of col-sm-3 in my category.tpl file.
do you have any other solution?
there is no class of col-sm-3 in my category.tpl file.
do you have any other solution?
Right, a custom theme. You'd need to edit your stylesheet.css file where the:
stands since all your products contains the same size in your product list (which is fine). If you don't know how to do it, you can always contact the extension theme developer to get this issue resolved.
Code: Select all
.product-block-inner {position: relative;}
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Who is online
Users browsing this forum: Google [Bot] and 16 guests