Geo block prices on selection of products

  • Posts: 26
  • Thank you received: 0
  • Hikashop Business
5 years 4 months ago #301485

-- HikaShop version -- : 4.0.1
-- Joomla version -- : 3.91
-- PHP version -- : 7.2.x

I would like to know how I can hide price of products for a selection of countries?

We've found the GEO block plugin... but that plugin will block everything, not just some parts of the website.

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

  • Posts: 81539
  • Thank you received: 13069
  • MODERATOR
5 years 4 months ago #301486

Hi,

That would require a view override of the "listing_price" file of the product view where you would add a condition at the top.
Something like that:
<?php if(!in_array(hikashop_getZone(), array(1, 2, 3))) return; ?>
Where 1 2 and 3 are the ids of the zones for which you want to show the prices.

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

Time to create page: 0.053 seconds
Powered by Kunena Forum