magento - Magmi stock status issue -
each product in magento has indiviual minimum qty in stock
i use magmi update stock external csv file.
issue on successful updation of csv , magmi not refer minimum qty value set product "in stock" or "out of stock"
so products endup being "in stock" , when edit , save product in admin sets right.
above scenario explained again:
if current qty= 1 & mim_qty = 05 , in csv qty= 100
after magmi run (re-indexing done)
new qty= 100 , can see @ front end @ list.phtml
next
current qty= 100 & mim_qty = 05 , in csv qty= 3
after magmi run (re-indexing done)
new qty= 3 , **i can see @ front end @ list.phtml**
following setting common in bot case
manage stock = 1; use_config_manage_stock = 1; min_qty = 05;
if want min_qty parsed magmi, need provide input magmi beside qty value.
magmi relies 95% on input data , not current existing db data (except not replicate select/multiselect options,or checking if product exists, getting attributes metadata)
so , min_qty not checked against existing value input value. if no min_qty set on input, magmi not update is_in_stock based on existing value of min_qty.
that's behaviour enhance in next release.
Comments
Post a Comment