Jump to content

Products on main page no categories


Recommended Posts

Is there a way to list the products on the front page instead of in categories and have the buy button show right away?

 

Customer wants to change the layout and have it that instead of going into a category and then selecting an item before they buy button shows up he wants it to show up on the main page right away.

Link to comment
Share on other sites

Place all products in the home category this will place them on the home page, at the bottom of the homefeatured.css file you can change display:none to display block for the add to cart buttons.

First you need to fix the site I have posted in your other post as well.

Link to comment
Share on other sites

I don't have a "home" category, the root is Protect Surface. I tried listing them in that and they won't show up. I created a Home category but that did not have the effect that I desired as it just created a different category called home.

Link to comment
Share on other sites

You need to install the Home featured module then products placed in home will show on main page.

Once you have that I can show you how to change some CSS to show more per row or change the title block and so on.

Link to comment
Share on other sites

Edit the file homefeatured.css and change the height value for #featured-products_block_center li to 270px.

(..modules/homefeatured/homefeatured.css)

 

If you want to change the title of Featured Products to something like Our Products edit the file homefeatuered.tpl and change the line below.

 

<h4 class="title_block">{l s='Featured products' mod='homefeatured'}</h4>

 

To:

<h4 class="title_block">{l s='Our products' mod='homefeatured'}</h4>

 

The sites looking much better

Link to comment
Share on other sites

×
×
  • Create New...