Characteristics selection method LIST with columns

  • Posts: 639
  • Thank you received: 16
  • Hikashop Business
11 years 9 months ago #121133

Don't know if it is possible or should I post it in Feature Request section:

I'm using the list mode for Characteristics selection method wichi I managed to look as I want, but I have up to 300 different variants and it is really uncomfortable to manage. Dropdown list is not an option so I want to display the variants in columns (2, 3 or 4 columns)

Is it possible?

if not,

could be a soon to be released feature?

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 9 months ago #121190

Hi,

That can be possible with some view edition, you have to edit the view "product / show_block_characteristic" to display the variants in many columns.

It require some PHP knowledge.

Please Log in or Create an account to join the conversation.

  • Posts: 639
  • Thank you received: 16
  • Hikashop Business
11 years 9 months ago #121192

OK,

so is there a function that tellls me the total amount of available variant to list so I can make the "items per column" calculation before starting the "for each" pick up of each variation?

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 9 months ago #121213

In the view, you can use: $total = count((array)$this->element->variants);
To know the number of variants.

Please Log in or Create an account to join the conversation.

Time to create page: 0.064 seconds
Powered by Kunena Forum