
07-25-2016, 04:12 PM
|
 |
Ecwid Team
|
|
Join Date: May 2015
Posts: 558
|
|
Quote:
Originally Posted by Abhitej
HI, ive disbled the cart by adding the code you've provided, but i need to enable it back now, is there a way to do the same ?
|
Hello!
Sorry for keeping you waiting for a reply so long.
I checked your CSS theme in your Ecwid control panel>Settings>Design and as I see you added the following code to hide "Add to bag" buttons and QTY panel:
Code:
div.ecwid-productBrowser-details-rightPanel div.ecwid-productBrowser-details-qtyPanel,
.ecwid-btn--addToBag {
display: none !important;
}
If you want to enable the buttons and QTY panel, you just need to find this code in your CSS theme and remove it, please see the screenshot:
Don't forget to save the changes.
Hope this helps. If any questions appear, please, feel free to ask. We are very glad to help you!
|