Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization how to setup E-Shop? |
how to setup E-Shop? |
laserist, that's right, I assumed you wanted to remove Quantity from the order page, sorry. So, to hide Quantity on the item page:
1. It can be removed together with the "add to cart" button. Go to Control Panel -> Customize Design -> E-shop -> Item page, and remove the code $2BASKET_Q$ 2. If you want to remove only the Quantity input filed, go to the same template (Item page), find $2BASKET_Q$ and enclose it into a div with a class, e.g. "addtocart": Code <div class="addtocart"> $2BASKET_Q$</div> Then go to Control Panel -> Customize Design -> E-shop -> Style Sheet (CSS) and add the following line at the bottom: Code .addtocart input[type=text]{display:none;} I'm not active on the forum anymore. Please contact other forum staff.
|
| |||