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
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
-
- Junior Boarder
- Konrad M
- Tue Jul 12, 2011 6:24 am
Hi
Can you give us url to your site?
Can you give us url to your site?
- GK User
- Fri Sep 14, 2012 2:42 pm
-
- Senior Boarder
- Konrad M
- Fri Sep 14, 2012 3:49 pm
Please try add to override.css
and remember to enable override.css option in template settings.
- Code: Select all
#k2Container .itemView .mycart,
#k2Container .userView .mycart {
display:none;
}
and remember to enable override.css option in template settings.
- GK User
- Fri Sep 14, 2012 3:58 pm
sorry, i mean "same", not "some"
-
- 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?
-
- 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.
- 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....
i had :
- override on + write that css in override.css
- clear cache on my browser
i sent you login admin, thanks....
-
- Senior Boarder
- Konrad M
- Fri Sep 14, 2012 4:50 pm
Yes, please send me Private Message with access to your backend.
- 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...
-
- Senior Boarder
- GK User
- Sat Sep 15, 2012 6:08 pm
my problem solved, i change css code in gk.stuff.css
thanks for your attention konrad
- 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
-
- 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.
12 posts
• Page 1 of 1