How can i disable add to cart and still showing prices?

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Apr 29, 2013 3:38 am
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.
User avatar
Senior Boarder

GK User
Mon Apr 29, 2013 4:11 am
Which template are you using ?
User avatar
Platinum Boarder

GK User
Mon Apr 29, 2013 4:24 am
normanUK wrote:Which template are you using ?


gk_blackandwhite ^^
User avatar
Senior Boarder

GK User
Mon Apr 29, 2013 6:25 am
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...
User avatar
Platinum Boarder

GK User
Mon Apr 29, 2013 8:37 am
:woohoo: Thank you so much.
User avatar
Senior Boarder

GK User
Mon Apr 29, 2013 8:46 am
No problem at all, see you around...
User avatar
Platinum Boarder

GK User
Mon May 20, 2013 7:59 am
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...


I would like to do the same in e-sport theme but i have k2mart installed as well. should i try the same override? thanks in advance.
User avatar
Senior Boarder

GK User
Mon May 20, 2013 8:05 am
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...
User avatar
Platinum Boarder

GK User
Mon May 20, 2013 9:03 am
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...


thank you for the quick response NormanUK! I will check it and let you know.
User avatar
Senior Boarder


cron