I wanted to add more products to the home page

Open to all! Ask other shopowners for help.
Olukenny
Member
Posts: 15
Joined: Thu Oct 14, 2021 10:35 am
Phoenix Version:

I wanted to add more products to the home page

Post by Olukenny »

Hello Sir, on my home page I have a display of just like 6 products and I wanted to have more products displayed on the front page what should I do?


Join The Code Co-op to get access to your library in the Code Co-op Forum
14Steve14
Senior Contributor
Posts: 923
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

Re: I wanted to add more products to the home page

Post by 14Steve14 »

To increase the number of new products shown on the index page go admin - modules - content and search the list of modules until you find the index section. In there you should find a module for New Products. Click in the little I next to the module name and then click edit. Change the number of Maximum Display to what you want it to be.

Whilst in that area also look and try different combinations of other features. You can adjust where a box appears on the index page by changing the sort orders. Lots of other things can be changed in other areas of the website.
trophy
Member
Posts: 62
Joined: Sat Jul 17, 2021 9:57 am
Phoenix Version:

Re: I wanted to add more products to the home page

Post by trophy »

Can't find what you saying to edit at all.
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Re: I wanted to add more products to the home page

Post by raiwa »

Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
trophy
Member
Posts: 62
Joined: Sat Jul 17, 2021 9:57 am
Phoenix Version:

Re: I wanted to add more products to the home page

Post by trophy »

Thank you.
My site only shows 4 products wide on the home page how can I make that 6 ?
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: I wanted to add more products to the home page

Post by heatherbell »

trophy wrote: Fri Dec 31, 2021 9:03 am Thank you.
My site only shows 4 products wide on the home page how can I make that 6 ?
From admin go to Configuration → Product Listing
Read User Guide - Product Listing - https://phoenixcart.org/phoenixcartwiki ... nge_Layout
trophy
Member
Posts: 62
Joined: Sat Jul 17, 2021 9:57 am
Phoenix Version:

Re: I wanted to add more products to the home page

Post by trophy »

Tried row row-cols-2 row-cols-sm-3 row-cols-md-4 rows-cols-lg-6 but still only shows 4 box's / columns
I can make it show 1, 2 3 & 4 but no more.
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: I wanted to add more products to the home page

Post by heatherbell »

trophy wrote: Fri Dec 31, 2021 10:54 pm Tried row row-cols-2 row-cols-sm-3 row-cols-md-4 rows-cols-lg-6 but still only shows 4 box's / columns
I can make it show 1, 2 3 & 4 but no more.
So do what has already been advised in previous post viewtopic.php?p=6521#p6521
- Admin > Modules > Content > New Products > Edit Maximum Display - change 4 to 6
trophy
Member
Posts: 62
Joined: Sat Jul 17, 2021 9:57 am
Phoenix Version:

Re: I wanted to add more products to the home page

Post by trophy »

Thank you heatherbell.
I have max display set at 16.
From what I can see, this only changes the number of box's allowed, not the number per row.
The most I can get is 4 per row I want 6 per row.
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: I wanted to add more products to the home page

Post by heatherbell »

trophy wrote: Sat Jan 01, 2022 8:08 am Thank you heatherbell.
I have max display set at 16.
From what I can see, this only changes the number of box's allowed, not the number per row.
The most I can get is 4 per row I want 6 per row.

Code: Select all

row row-cols-2 row-cols-sm-3 row-cols-md-4 row-cols-lg-6
works fine with Maximum Display=6 set in module on an unmodified Phoenix Cart providing you are actually viewing on the relevant viewport.
Screenshots showing before and after changes on the demo:
Screenshot 2022-01-01 082545.png
Screenshot 2022-01-01 082639.png
You do not have the required permissions to view the files attached to this post.
Last edited by ecartz on Sat Jan 01, 2022 8:37 am, edited 1 time in total.
Reason: rows-cols-lg-6 does not work fine -- it needs to be row-cols-lg-6


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply