View Single Post
  #18  
Old 10-27-2011, 01:57 PM
 
makenoiz makenoiz is offline
 

Advanced Member
  
Join Date: Jun 2011
Posts: 35
 

Default Re: Qty Removal in product.tpl

I removed my quantity input box row by adding the following in my skins css file:
Code:
.product-details tr.quantity-row{display:none;}

I tested to make sure it would still default to quantity 1 if the customer clicked buy button.
__________________
X-Cart version 4.4.3
Reply With Quote