Magento: Cancel non invoiced order item without cancelling order -


we have allowed offline payment method on our store, customer pays item once been shipped , reaches them.

the test case scenario facing issues follows:

  1. customer orders 3 items 1 quantity each.

  2. when process order shipping, find 1st item can shipped right away, 2nd item has cancelled per customer's request , 3rd item might take week procure.

  3. with magento, i've noticed if we're sure last 2 items not going shipped, can invoice , ship 1st item , when click on 'cancel order' button, cancels non invoiced items. in case, 2nd item should cancelled right while 3rd item shipped after week.

is there way cancel 2nd item without cancelling order?


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -