Hi,
I'm looking for some guidance on how to implement the following requirement.
- In a B2B shop, all customers can order from the same stock, on top of that, a subset of VIP customers can also order from additional VIP stock
I have been looking at stock locations, but I think these are exclusive when connected to a customer. So if I would use that ootb, the VIP customer would only be able to order from the VIP stock and not from regular stock anymore.
I'm thinking I need to change all templates where products are added to cart, then build some logic there that will select the correct stock location and pass that as a paramater to the Cart Command. For a regular user always add from the default stock location, and for a VIP user add from the VIP location if available.
This is a customer that has a LiveIntegration to BC, So I'm also wonderding if it is even possbille to add the stock location to OrderLines via this?
Thanks :-)
Justin