
06-02-2015, 07:27 AM
|
 |
Ecwid Team
|
|
Join Date: Mar 2014
Posts: 1,512
|
|
Quote:
Originally Posted by Nick Mucetti
|
Hello!
Thank you for your question.
It is possible to remove qty filed on Products Details pages and on checkout pages using CSS. So you should just paste this code in active custom CSS theme in Ecwid Control Panel > Settings > Design:
Code:
div.ecwid-productBrowser-details-qtyPanel {
display:none;
}
td.ecwid-productBrowser-cart-itemsTable-cell-qty,
td.ecwid-productBrowser-cart-itemsTable-headerCell-qty {
display:none;
}
Hope this helps. If any questions appear - please feel free to ask. We are very glad to help you.
__________________
Sergey G., Ecwid Team
------------------
Welcome to our Help Center with a lot of answers and tips!
|