Facing validation issue in customer group price
-
When creating a customer group price discount for a product, I am able to add a discount with a quantity of 0 in the admin panel, which is incorrect.
Admin panel > products > edit > price
-
Hello there,
Which version of Bagisto are you using?
-
Hello,
I am using version 1.5.1. -
Hello there,
I have fixed this issue by editing file
packages > Webkul > Admin > src > Resources > views > catalog > products > accordians > customer-group-price.blade.php.I modified the validation of the input field named "[inputName + '[qty]']" to v-validate ="required|numeric|min_value:1"