Skip to main content

Catalog and cart mode mode simultaneously

More
10 years 2 months ago #245051 by vilo
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.

More
10 years 2 months ago #245063 by nicolas
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.199 seconds
Powered by Kunena Forum