Frage

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

War es hilfreich?

Lösung

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!!!

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top