Catalog and cart mode mode simultaneously

  • Posts: 86
  • Thank you received: 2
9 years 1 month ago #245051

Hi. I have a project in which some products are to be sold (shopping mode) and others need only be shown (catalog mode).

¿Hikashop can work in these two ways simultaneously?

Thank you very much from now

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

  • Posts: 84233
  • Thank you received: 13675
  • MODERATOR
9 years 1 month ago #245063

Hi,

It's quite easy to add. Create a custom product field with two values 0/1 and in the file "quantity" of the view "product" via the menu Display>Views, add that line at the beginning:
<?php if($this->row->column_name) return; ?>
where "column_name" is to be replaced by the column name of your custom field. And in each product you'll be able to configure if you want to display the add to cart or not.

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

Time to create page: 0.042 seconds
Powered by Kunena Forum