german_martin Posted August 10, 2015 Share Posted August 10, 2015 Hi! I have 2 customer groups in my Prestashop: Customers and Verified Customers. I will not let download virtual products to Customers. Only Verified Customers can downoad virtual products. Is there a way to show a message to Customers group after payment saying "You are not a verified customer bla bla bla" of a popup when is surfing or something? Do you know some module? Thank you German Link to comment Share on other sites More sharing options...
NemoPS Posted August 10, 2015 Share Posted August 10, 2015 There is. I'd create a simple module that hooks to the order confirmation. In the hook, get the customer groups, and if "verified customer" is not among them, return the template displaying the message 2 Link to comment Share on other sites More sharing options...
german_martin Posted August 10, 2015 Author Share Posted August 10, 2015 wow! thank you! =) =) =) Link to comment Share on other sites More sharing options...
Recommended Posts