Skip to content

Commit

Permalink
Added validation on maximum quantity allowed in shopping cart
Browse files Browse the repository at this point in the history
  • Loading branch information
gelanivishal committed Oct 12, 2018
1 parent 0f57a30 commit db4ac89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
<settings>
<scopeLabel>[GLOBAL]</scopeLabel>
<validation>
<rule name="validate-number" xsi:type="boolean">true</rule>
<rule name="validate-greater-than-zero" xsi:type="boolean">true</rule>
</validation>
<label translate="true">Maximum Qty Allowed in Shopping Cart</label>
<dataScope>max_sale_qty</dataScope>
Expand Down

0 comments on commit db4ac89

Please sign in to comment.