質問

I need to set up selected products default count is what i suggest. How can i set my default minimum count.

I need to set defauly Qty = 5 for elected products

enter image description here

役に立ちましたか?

解決

This is the simplest way that can help you to archive what you want.

magento minimum qty product

Another way, you can override this function in catalog product view

Mage_Catalog_Block_Product_View::getProductDefaultQty

and update default qty for any product according its id.

good luck!!!

ライセンス: CC-BY-SA帰属
所属していません magento.stackexchange
scroll top