Jump to content

[SOLVED ] Need help with "Add to Cart" to home featured module pls


winsbout

Recommended Posts

[sOLVED]

 

To show the "Add to cart" in the home featured module do the following;

 

/modules/homefeatured/homefeatured.css

 

to

 

 

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

#featured-products_block_center li span.exclusive {display:block;}

 

 

and if the theme uses a grip view change the line in your_theme/css/product-list.css

to

 

.products_block.grid li .ajax_add_to_cart_button {display:block;}

 

Change the "none" to "block"

Edited by winsbout (see edit history)
  • Like 2
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...