View Single Post
  #7  
Old 05-18-2011, 02:03 PM
  techker's Avatar 
techker techker is offline
 

Senior Member
  
Join Date: Feb 2009
Posts: 155
 

Default Re: Remove Quantity on Details Page

Quote:
Originally Posted by a333
the quantity box code is in buy_now.tpl.

what i did was create a div class around the quantity box called "hidden" with the css code "visibility:hidden".

this will keep the quanitiy box there( which is necessary to add to cart) but hides it from view.

you can also add a margin-bottom: -30px within the "hidden" css if your worried about the empty space so that that "buy" button moves up the fill the gap.

can you show your code?
__________________
X-Cart version 4.4.3
Reply With Quote