View Single Post
  #3  
Old 04-09-2011, 09:14 AM
 
a333 a333 is offline
 

Member
  
Join Date: Jul 2010
Posts: 25
 

Default Re: Remove Quantity on Details Page

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.
__________________
xcart 4.4.3
Reply With Quote