Hi,
I'm new in K2 and i have a problem.
How can i disable add to cart and still showing prices?
When i disable K2 plugins im loosing add to cart button and prices together.
any suggestion?
Thank you.
normanUK wrote:Which template are you using ?
#k2Container .mycart {display: none;}
normanUK wrote:You can hide it with following css code. Add it to override.css and enable css override in template settings > advanced settings.
- Code: Select all
#k2Container .mycart {display: none;}
See you around...
.addtocart-bar {display: none;}
normanUK wrote:Try the original code I have given, if it doesn't work give me a link to your site and I ll check if html is changed.
Also in virtuemart you can hide it with below code.
- Code: Select all
.addtocart-bar {display: none;}
See you around...