cancel
Showing results for 
Search instead for 
Did you mean: 

Is that possible to set Qty for Group Product In Magento Ver: 1.9.3.3?

Is that possible to set Qty for Group Product In Magento Ver: 1.9.3.3?

Is that possible set Qty for Group Product In Magento Ver: 1.9.3.3?

We need to set the Group Qty box.

When we set 5 qty and we click on "Add To Cart" at that time add that group product with the 5 Qty.

After that, total group items total price will be set into the cart page as per configurable product items total displayed on the cart page.



3 REPLIES 3

Re: Is that possible to set Qty for Group Product In Magento Ver: 1.9.3.3?

Can you please describe your requirement into some more detail.

Was my answer helpful? You can Click Kudos/Accept As Solution.
200+ professional extensions for M1 & M2 with free lifetime updates!

Re: Is that possible to set Qty for Group Product In Magento Ver: 1.9.3.3?

@Dhiren Vasoya  thanks for the reply here  :

We need to set Whole Group product Qty on product view page and apply that group qty to the cart page and checkout page.

 

Now, Qty set in group items as per Magento Default functionality.

 

Please share if you have any idea.

 

Thanks.

 

Re: Is that possible to set Qty for Group Product In Magento Ver: 1.9.3.3?

Hi @Ashish_k_php 

You can't set default qty for group product in native Magento.


You can do it by following two ways:

Solution 1:
- Set default Qty from admin for associated products in the group product. Please find attached for the reference.
- Make Qty box disable on the product details page for group product on the front end if required.

Screenshot from 2019-05-14 19-32-39.png

Solution 2:
- You can add a new text box on the product details page.
- Override cart controller and do calculations as per your need. (set qty for child products in controller)