
01-15-2016, 12:04 PM
|
 |
Ecwid Team
|
|
Join Date: Nov 2015
Posts: 381
|
|
Quote:
Originally Posted by leighgraham
Thank you so much! Is there anyway to get rid of the quantity option on the check out page as well or no?
|
Hello!
Yes, it is possible to hide the qty option from the checkout page. To do so, please, insert the following code before all the existing codes in your active custom CSS theme and save the changes:
Code:
.ecwid-productBrowser-cart-itemsTable-headerCell-qty {
display: none !important;
}
.ecwid-productBrowser-cart-itemsTable-cell-qty {
display: none !important;
}
As you apply the code, there will be no QTY options shown at the Checkout page.
If you have more questions, we are always glad to help.
__________________
Anna,
Ecwid Customer Care Team
More tips and hints on Ecwid use in our Help Center
Please click Thanks if my reply helped you.
|