remove add to cart button

GK User
Mon Jul 11, 2011 3:17 pm
Hello i'm new in K2 store, my question is how can i remove the shopping cart function.
I dont want to sell online but on the same time i want to show product prices, attributes etc.
I hope u undrestand my problem.
Thanks in advance :)
User avatar
Junior Boarder

Konrad M
Tue Jul 12, 2011 6:24 am
Hi
Can you give us url to your site?
User avatar

GK User
Fri Sep 14, 2012 2:42 pm
hi, i have some question with her,

my link is http://snackita.com

thanks for help :)
User avatar
Senior Boarder

Konrad M
Fri Sep 14, 2012 3:49 pm
Please try add to override.css
Code: Select all
#k2Container .itemView .mycart,
#k2Container .userView .mycart {
display:none;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Fri Sep 14, 2012 3:58 pm
sorry, i mean "same", not "some"
User avatar
Senior Boarder

GK User
Fri Sep 14, 2012 4:06 pm
Konrad M wrote:Please try add to override.css
Code: Select all
#k2Container .itemView .mycart,
#k2Container .userView .mycart {
display:none;
}

and remember to enable override.css option in template settings.


i place in custom css code, and "add to cart" still not disappear, is it different result if i place it in override.css?
User avatar
Senior Boarder

Konrad M
Fri Sep 14, 2012 4:17 pm
Yes. Please add this to override.css file. And clear cache after you add this code if you are using cache option.
User avatar

GK User
Fri Sep 14, 2012 4:49 pm
still can't

i had :
- override on + write that css in override.css
- clear cache on my browser

i sent you login admin, thanks....
User avatar
Senior Boarder

Konrad M
Fri Sep 14, 2012 4:50 pm
Yes, please send me Private Message with access to your backend.
User avatar

GK User
Fri Sep 14, 2012 5:36 pm
Konrad M wrote:Yes, please send me Private Message with access to your backend.

i did, check your inbox, thanks...
User avatar
Senior Boarder

GK User
Sat Sep 15, 2012 6:08 pm
my problem solved, i change css code in gk.stuff.css

Code: Select all
div.add_to_cart input.addcart.button,div.show_cart {
        display: none;
        float: none;
}

div.product_attributeoptions,div.product_quantity_input,div.add_to_cart {
        display: none !important;
        width: auto;
}


thanks for your attention konrad
User avatar
Senior Boarder

Konrad M
Mon Sep 17, 2012 9:48 am
Great. Remember about your changes when you will want to update your template. Just in case do backup before.
User avatar


cron