Prices

  • Posts: 10
  • Thank you received: 0
12 years 4 days ago #120123

Hello,

I have a quick question, is there an easy way to only display the prices for registered users in the essential version?

Thanks in advance!

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

  • Posts: 2334
  • Thank you received: 403
12 years 3 days ago #120162

Hi there,

I think you can simply use the ACL system with the price.
Just clique on the icon in the price table of your product and make it visible only for your registered users ;)

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

  • Posts: 10
  • Thank you received: 0
12 years 3 days ago #120253

Hi,

Thanks for the quick response, im not sure where i have to do that... i cant find the option in the product page, can you tell me more specificity where to look? Please note that it is a essential "version of hikashop".

Again thanks for the help!

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

  • Posts: 12953
  • Thank you received: 1778
12 years 3 days ago #120269

Hi,
Unfortunately, ACL are only available through the business version of Hikashop.

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

  • Posts: 10
  • Thank you received: 0
12 years 3 days ago #120270

so is there no way to do something like that in the essentiasl version?

Thanks

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

  • Posts: 84235
  • Thank you received: 13679
  • MODERATOR
12 years 1 day ago #120376

That will require adding custom code throughout the views/emails of HikaShop to hide the prices based on the registered state of the current user.
The code isn't too complex:

<?php $user = JFactory::getUser();
if(!$user->guest){
//display price code
} ?>
But if you have no knowledge of programming it won't be easy I'm afraid.

If you wish to upgrade from the Essential to the Business edition, you can do it here:
www.hikashop.com/extensions/upgrade-my-version.html

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

Time to create page: 0.083 seconds
Powered by Kunena Forum