Martin Karari
Martin Karari

Reputation: 188

opencart how 5 products in Featured

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

Answers (1)

Mujahid Bhoraniya
Mujahid Bhoraniya

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 :

enter image description here

2. Featured setting : Extensions > Extensions > Module > Featured

enter image description here

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

enter image description here

i think very helpful for you.

Upvotes: 1

Related Questions