Gowthaman D
Gowthaman D

Reputation: 579

unable to create add cart button in magento in product listing page for configurable product

I have many products in my store (Magento). But in the list page configurable products are not adding to Cart. Googled lot and dig the code but no luck. Anyone can help me please?

Upvotes: 1

Views: 336

Answers (1)

Abhinav Kumar Singh
Abhinav Kumar Singh

Reputation: 2325

Configurable product is not allowed for add to cart without selecting configurable options. You have to go to product detail page and select option and add to card.

If you want to add configurable product from list page, then you have to develop or integrate 'quick view' feature. Here, you will get configurable options on popup and select and add to cart.

Upvotes: 1

Related Questions