Custom message for certain user group

  • Posts: 44
  • Thank you received: 1
11 years 4 months ago #142925

I would like to display a message to the wholesaler user group during checkout:

Minimum purchase is $250

Is there any possibility to do so?

Thanks

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

  • Posts: 83933
  • Thank you received: 13588
  • MODERATOR
11 years 4 months ago #143004

You can add such code in the beginning of the file "cart" of the view "checkout" via the menu Display>Views:

<?php  if(hikashop_isAllowed('XXX')){ echo 'Minimum purchase is $250'; } ?>
where XXX is the id of your wholesaler group.

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

Time to create page: 0.057 seconds
Powered by Kunena Forum