Jump to content

[SOLVED] Add "add to cart button" on first page


Recommended Posts

Hi,

 

 

I have a webshop att www dot festvaruhuset dot se. On the front page / first page I display selected products through a module called something like "Selected products on the front page". Not sure whether this module is part of the original PrestaShop installation or my theme. I select which products that should be displayed on the front page on the same page where I choose wich product categories each product should be displayed in.

 

The problem is that the products displayed through this module on the front page does not show "add to cart", only "show more" (in Swedish). I have attached a screenshot.

 

Any way to get the "add to cart" button also on the front page? I think this extra click may annoy customers. 

 

I hope the above is not too unclear.

 

Thanks,

 

Jens

 

post-717905-0-22895800-1384294661_thumb.png

Link to comment
Share on other sites

Open and modify file

.../modules/homefeatured/homefeatured.css

remove css property "display: none;" or set "display: block;"

 

Before

#featured-products_block_center li .ajax_add_to_cart_button {
    display: none;
}

After

#featured-products_block_center li .ajax_add_to_cart_button { }

.

 

.

post-30874-0-43282400-1384320723.png

post-30874-0-43282400-1384320723_thumb.png

Edited by gonebdg - webindoshop.com (see edit history)
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...