Log in to view prices

  • Posts: 9
  • Thank you received: 0
9 years 4 months ago #234237

Hi
I would really like to see a configuration setting so you can easily change from showing the price to public or registered customers. So instead of the price showing a "Sign In" button shows.

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

  • Posts: 13201
  • Thank you received: 2322
9 years 4 months ago #234254

Hi,

You can edit the view "product / listing_price" and add the following code at the top of the page right after the php opening tag:

if(hikashop_loadUser() == null){
	echo '<button href="/you/login/page" value="Sign In"/>';
	return;
}

This will display the button instead of the price for not logged in users.

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

  • Posts: 9
  • Thank you received: 0
9 years 4 months ago #234489

Okay Thanks!

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

Time to create page: 0.063 seconds
Powered by Kunena Forum