disable k2store product options in category view

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Oct 08, 2014 11:28 am
Reply with quote
Report this post
Hi, is there any way to disable certain k2store product options in category view?

I have an option to select the colour of an item but would like this option to only be visible in the item view and not on the category page. I know I can disable K2 css on category view, but this also disables the price.

thanks
User avatar
Fresh Boarder

teitbite
Wed Oct 08, 2014 11:43 am
Reply with quote
Report this post
Hi

Please tell me the url to the page when I'll be able to see this options.
User avatar
Moderator

GK User
Wed Oct 08, 2014 12:26 pm
Reply with quote
Report this post
http://www.rcmobile.org/rcmobile/index.php/accessory

If you see the second product on the page (screen protector), you will see the option to select model. I would like to remove this option from the category view.
User avatar
Fresh Boarder

teitbite
Thu Oct 09, 2014 10:27 am
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.itemListView .k2store-product-info .options { display: none; }
User avatar
Moderator


cron