Posted - 01/27/2022 : 09:13:46
Hi Terry,
You can remove the Quantity box from the product, by removing 'quantity' from the $productpagelayout list in your includes.php file.
This may not be exactly what you want, but may help? I don't think it would stop the customer from adding the same item to the cart more than once, but at least the default would be that they only get one item when adding to cart.
The full list of items available is: $productpagelayout='productimage, addtocart, productid, sku, productname, manufacturer, discounts, reviewstars, instock, custom1, description, options,dateadded, listprice, price, currency, quantity, custom2';
and you can read more about how to use them here https://www.ecommercetemplates.com/phphelp/ecommplus/parameters.asp#csslayout
Ellen
|