In Prestahop. I need to create a new Customer Group called: SPECIAL COSTUMERS. I don't want these customers to see prices not to make any payment. I just want them to be able to sent me a Product List of what they need.
I need to get this:
The buyers whose are not SPECIAL COSTUMERS will: :
- be able to see product prices
- be able to add products to the cart
- be able to complete the checkout process including the payment
The buyers whose are SPECIAL COSTUMERS will:
- not see product prices
- be able to add products to the cart
- complete the checkout process BUT NOT ANY PAYMENT
- Then the administrator will get a notification with the product list selected for the customer.
How can I get this? Is there any module for this? Will I need to create a custom code for this?