Hello,
We have a situation where products have a certain "base" price for all customers and one price when using a specific payment method when checking out (based on membership club). The prices are stored in the commerce database connected to CustomerPricing.AllCustomers (for "base" price) and to another price group for the membership prices.
My plan was that I just assign the current customer's CustomerGroup to this specific price group when they've selected the specific payment method but this only seems to work for logged in users since there is no current contact for anonymous users, do you have any suggestions regarding how a problem like this can be solved?
/Martin