Different characteristic display for products

  • Posts: 128
  • Thank you received: 3
9 years 3 months ago #242031

-- HikaShop version -- : 3.6.1
-- Joomla version -- : 3.5.0
-- PHP version -- : 5.3.24

I have some products with characteristics where I would like them displayed as dropdowns with quantity ajax input and other product with characteristics where I would like them displayed as a list and have a global add to cart. How can I do this?

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 3 months ago #242066

Hi,

You'll have to edit the "show" file of the view "product" via the menu Display>Views, and add at the begin custom code to force the type of display based on the product.
Forcing the type can by done like that:
$this->params->set('characteristic_display', 'list');

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

  • Posts: 128
  • Thank you received: 3
9 years 3 months ago #242333

How do I make sure that the quantity field on the product page is displayed as global on listings and ajax input on everything else?

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 3 months ago #242372

Hi,

Set it to "ajax input" in the HikaShop configuration, and at the top of the product/show view file, add such code:
$this->config->set('show_quantity_field',2);

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

Time to create page: 0.057 seconds
Powered by Kunena Forum