Reputation: 188
I am using opencart 3.0.3.2 . I want to display 6 products in featured but I don't know where to start from. I am ready to edit code since I won't be making any updates
Upvotes: 0
Views: 1001
Reputation: 1584
most welcome.you can go to admin side select column left design tab. after going to layout. and select Home Layout as you want anything else. if you want. and save layout. check home page as well. otherwise if you don't understand you can see following screen shot.
1. Layout setting :
2. Featured setting : Extensions > Extensions > Module > Featured
3. Code Changes : catalog\view\theme\default\template\extension\module\featured.twig
find bolow code
<div class="product-layout col-lg-3 col-md-3 col-sm-6 col-xs-12">
Replace
<div class="product-layout col-lg-2 col-md-2 col-sm-6 col-xs-12">
after complete above all changes you can see change as your website as well. see below screenshot
i think very helpful for you.
Upvotes: 1