Wholesale

This recipe will add a dedicated channel to your Vendure shop, where products can only be bought in bulk for dedicated wholesale prices. Pre configured customers will be able to buy products from your Wholesale channel.

#

Martijn

Tue Apr 09

This recipe is still a work in progress!

Summary

  1. Customers can register and login
  2. Wholesale customers can be identified by Customer Groups
  3. Wholesale products can only be bought in bulk. For example, only per 4 units
  4. Wholesale product prices can differ from your consumer prices
  5. Shipping and payment methods for wholesale can be managed separate from your consumer methods

1. Create a Wholesale channel

// TODO plugins, bulk purchase only

2. Add login to your Storefront

// TODO