
04-27-2011, 01:49 PM
|
 |
Ecwid Team
|
|
Join Date: Sep 2009
Posts: 10,847
|
|
Quote:
Originally Posted by Akiko Kondo
Hello,
I plan to sell e-goods only.
So I'd like to keep customers from adding more than two quantities in the same item.
How to fix the quantity of each e-goods for 1?
|
Hi,
The "Qty" field for e-goods is necessary, if you sell software licenses.
If you don't use this feature, please apply this CSS code:
HTML Code:
div.ecwid-productBrowser-details-qtyPanel,
button.ecwid-productBrowser-details-addMoreButton,
td.ecwid-productBrowser-cart-itemsTable-cell-qty,
td.ecwid-productBrowser-cart-itemsTable-headerCell-qty,
td.ecwid-productBrowser-cart-itemsTable-headerCell-subtotal,
td.ecwid-productBrowser-cart-itemsTable-cell-subtotal {
display:none;
}
|