You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I’m in a B2B situation and I’m wondering how it will work in the future when I start coding…
My use case: Each customer has their own price, and according to the addToCartWorkflow code (Here), the cart price is calculated using the customer_id. However, in the product module, it’s calculated according to the customer_group_id (but i can attach customer_id in the context)
Create a price list for each customer with its own group attached? (i think its a bit dirty)
Create a price list for each customer and modify the attribute to use customer_id instead of customer_group_id?
Create a price rule for each variant using the customer_id attribute?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I’m in a B2B situation and I’m wondering how it will work in the future when I start coding…
My use case: Each customer has their own price, and according to the addToCartWorkflow code (Here), the cart price is calculated using the customer_id. However, in the product module, it’s calculated according to the customer_group_id (but i can attach customer_id in the context)
Based on your answer, should I:
Beta Was this translation helpful? Give feedback.
All reactions