RH
Asked
When i click on a product the modal shows quantity for all warehouse. But i want to see quantity for specific warehouse. Is there any solution?
If there is no solution then can i sort the variation quantity as warehouse name? i didn't find the **"aaSorting": [[1, "asc"]],** in modal.php
If there is no solution then can i sort the variation quantity as warehouse name? i didn't find the **"aaSorting": [[1, "asc"]],** in modal.php
Attachments
- MSAnsweredHello,
No. There is no such option. You will need to modify the view file `themes/default/admin/views/products/modal_view.php` to get desired result.
The variants sort will be changed in next update to sort them by warehouse id.
Thank you - RHAnsweredthank you, i will be waiting for the next update.
- Login to Reply