K2 Store uninstalled but "add to cart" and "checkout" still there

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Tue Feb 15, 2011 9:44 am
Hi there, ive uninstall k2store but NSP GK4 links to K2 items keeps showing cart button and checkout button. Those are not modules and it cant be disabled. How can get rid of them?

Thanks

http://www.resetverba.com.ar/index.php?option=com_k2&view=item&id=71:htc-hero&Itemid=192
User avatar
Senior Boarder

Konrad M
Tue Feb 15, 2011 10:38 am
Hi
If you don't want sell products you can remove prices items. Try edit item and remove price from Item price field. It is under wysiwyg editor.

Or If you need them try add to override.css
Code: Select all
div#k2Container div.mycart
{
display:none;
}
User avatar

GK User
Tue Feb 15, 2011 3:15 pm
Thanks for your quick reply Konrad. Override works for the k2 article body but it does not for k2 featured. :(
User avatar
Senior Boarder

Konrad M
Tue Feb 15, 2011 7:46 pm
For featured add to override.css
Code: Select all
.moduletable div.mycart {
display:none;
}
User avatar

GK User
Mon Feb 21, 2011 2:01 pm
Thanks Konrad, that override works ok :)
User avatar
Senior Boarder

Konrad M
Mon Feb 21, 2011 2:03 pm
I'm glad I helped You :)
User avatar

GK User
Mon Feb 21, 2011 3:45 pm
Please mark topic as solved :)
User avatar
Senior Boarder

GK User
Sat Mar 24, 2012 4:39 am
Hi, how did you , manage to add the checkout button on your site to each item, I cant seem to find out where the setting is at?

I started a new thread but can figure it out here:

https://www.gavick.com/forums/mystore/k ... 15073.html
User avatar
Junior Boarder


cron