Hello.
I am trying to fix it so that all users of a group will inherit the customernumber set in that group, and this is added to the order.
The customer number on the user can be blank (inherit from group), or filled in.
Is this possible?
We already have a DiscountHandler notification subscriber which uses some code to get the customernumber of the users group, then queries price info for this customer and creates a session variable with the price matrix. This works fine.
But how do I get this number into the order? Should I store it in a session variable too, and then modify the ecom order templates in an appropriate place, to check for said session variable?
Cheers
Steve