Catalog mode and Shop mode in one install?

  • Posts: 22
  • Thank you received: 1
9 years 6 months ago #175269

-- url of the page with the problem -- : bros.is
-- HikaShop version -- : Latest with Joomla 3.3
-- Joomla version -- : Joomla 3.3.6

Hi

On the website we are currently using Hikashop Business and only in Catalog mode.

I know it is set globally in General setup to use it as Catalog mode,

but is it possible to set it to use it as the Shop with a Cart and payment processor per product or even category?

Example; for holiday's it might come in handy to be able to sell certain products directly where in general we prefer to display just the product catalog.

Looking forward for an answer to this. :whistle:

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

  • Posts: 81562
  • Thank you received: 13071
  • MODERATOR
9 years 6 months ago #175275

Hi,

There is no option to do that by default, but it's possible with a small modification and some setup.
So first, you would need to create a new custom field of the table "product" and of the type "dropdown" with two values "yes" and "no" and the column name "canpurchase".
Then, in each product you want to configure that option in the backend and save the product so that the selection is taken into account.
Finally, you want to deactivate the catalogue mode and edit the file "quantity" of the view "product" via the menu Display>Views and change the code:
$this->params->get('catalogue')
by:
($this->row->canpurchase=="yes")

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

  • Posts: 329
  • Thank you received: 94
9 years 6 months ago #175305

There are a lot of ways you could accomplish this. However, I don't think you can configure HikaShop in Catalog mode and then selectively turn on the shopping features for certain products. Instead, you should set up your shop as a online store, and then selectively turn off the Add to Cart option for the items you don't want to sell online.


~ Deb Cinkus, CEO

Polished Geek: more with monday․com
eCommerce Business Process Automation Experts

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

Time to create page: 0.070 seconds
Powered by Kunena Forum