How to remove the Quantity field in the storefront?

Would anyone happen to know how to remove the Quantity field in the storefront? I only have one of each product so this field is not of any use and even messes up what I am trying to achieve.



Is there a settings of sorts?



Regards,



Martin

[quote name=‘Martin’]Would anyone happen to know how to remove the Quantity field in the storefront? I only have one of each product so this field is not of any use and even messes up what I am trying to achieve.



Is there a settings of sorts?



Regards,



Martin[/quote]

You can change the ‘Maximum order quantity’ for each product to ‘1’.

That wouldn’t be a solution seeing as I have thousands of prodcuts in my shop. I can’t seem to globally update this:-(.

[quote name=‘Martin’]That wouldn’t be a solution seeing as I have thousands of prodcuts in my shop. I can’t seem to globally update this:-(.[/quote]

You can do that through phpMyAdmin in your database with this SQL command:



```php UPDATE tablename SET tablefield = replace(tablefield, “findstring”, “replacestring”); ```