View
 

How to remove the quantity available from the product details page

Page history last edited by Eugene Rimmer 4 months ago

To remove the quantity available (the stock quantity of the product, displayed in parentheses near the Qty field at the product details page) you can add the following code to your custom CSS theme:

 

div.ecwid-productBrowser-details-qtyAvailInfo {
 display:none;
}