extcode / cart_products

CartProducts is a TYPO3 extension and provides an own data storage for simple and configurable products. Products can be offered via a list and detail view and can be purchased via cart function of the Cart extension.
7 stars 25 forks source link

[TASK] Switch type of quantity input fields #134

Closed rintisch closed 4 months ago

rintisch commented 5 months ago

Form input fields which are used in the FE to enter the quantity of products used type="text". These fields now use type="number" instead.

Additional fix for issue https://github.com/extcode/cart/issues/311