cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable drop down for variations in configurable products at items grid

How to enable drop down for variations in configurable products at items grid

I'm using Magento 2.3.2.

Current Behavior:
On click of "Add to cart" of a product with variation it takes to product page. And there I can select its variation and then add it to cart.

1.png

Expected Behavior:
I don't wan't the user to be taken to product page. In item list itself user should be able to select the variation and then add it to cart.

2.png

Do I have to write custom PHP code or is it already available in Magento?

Is there any free plugin for that?

https://magento.stackexchange.com/q/292234/81043

 

1 REPLY 1

Re: How to enable drop down for variations in configurable products at items grid

Would a Quick View extension meet your need? For example:

 

https://marketplace.magento.com/amasty-quickview.html

https://marketplace.magento.com/weltpixel-m2-weltpixel-quickview.html

 

This would keep the user on the category (or search results) page, and not force them to a product page in order to use dropdowns to select a variation and add to cart.

 

Best of luck!