Products View to Edit / Manage Stock
I manually update stock every morning & my store has 200 products.
I want to create a veiw in which I can edit stock of all products at once.
I dont want to use editablefields
I want to do it in a way it is implemented in the shopping cart view. (commerce_cart_form) .We can see that the quantity field in the view is editable.
How can I implement it myself.
Regards
Comments
Dear joshmiller, Thanks for your answer. There were 2 reasons why I was looking for an alternative solution.
1. Since this kind of functionality already exists in drupal commerce, I dint want to add another module for the same kind of task. I wanted to do it in a more drupal commerce way.
2. I went through all the drupal commerce blogs for this task, actually you are first one to "highly recommend" editablefields in drupal commerce (and thankyou for that), every one were kind of unsure about its compatibility with the drupal commerce.
Anyway, Thakyou very much for giving me clearity,