I'm new to this. I need to remove my products from displaying their quantitiy left on the individual pages.
How do I do this?
My view source shows:
I want people to see the shipping weight, jus tnot the number of units in stock.Code:<ul id="productDetailsList" class="floatingBox back"> <li>Shipping Weight: 3lbs</li> <li>20 Units in Stock</li> </ul>



