K2 Store - Show only Price

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Thu Feb 21, 2013 5:05 pm
hi, thanks to the developers for the great template with the build in k2 store.

is it possible to configure the k2 store that only price is shown ?
i dont need add to cart functions because we re not shipping.
if i disable the cart, the price is gone also.

please help me with that im getting mad :shock:
User avatar
Fresh Boarder

GK User
Thu Feb 21, 2013 6:04 pm
Hi, so maybe you have to hide with css (using display:none;) this "basket" feature. Only one line to add.
If you need info which one - add URL here. But try add this into eg. template.css on the bottom:
Code: Select all
input.k2store_cart_button {display:none;}
or
input.k2store_cart_button {display: none !important;}
User avatar
Platinum Boarder

GK User
Thu Feb 21, 2013 6:05 pm
p.s.
K2 has custom fields so you can also use them to put price, you don't have to use K2 store.
User avatar
Platinum Boarder


cron