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
Is your feature request related to a problem? If yes, please describe it.
Prices for B2B customers should be displayed as net prices as this is common in B2B ecommerce.
Describe the desired solution.
Prices display settings should be retrieved via REST API and basket/order prices (gross/net) should be displayed based on these settings.
If it is clear whether the customer is a B2C or B2B customer, prices should be displayed according to the respective settings for this customer type, fixed assignment ( b2b => net prices, b2c => gross prices).
assign the price type dynamically according to the preferences made in the ICM back office
For anonymous users the 'defaultCustomerTypeForPriceDisplay' configuration parameter defined in the ICM back office should be concidered whether anonymous customers see the prices of a business or private customer.
Change the display of the basket and order cost summary according to the price type (gross/net)
Product prices anywhere should also follow this pattern
Additionally there should be a way for anonymous users to identify themselfes as either B2B or B2C customer, e.g. following a certain link.
The to dos of this issue are done in the PWA. Handling of anonymous users as either B2B or B2C customer and with selectable price display would be a different feature.
Is your feature request related to a problem? If yes, please describe it.
Prices for B2B customers should be displayed as net prices as this is common in B2B ecommerce.
Describe the desired solution.
Prices display settings should be retrieved via REST API and basket/order prices (gross/net) should be displayed based on these settings.
If it is clear whether the customer is a B2C or B2B customer, prices should be displayed according to the respective settings for this customer type, fixed assignment ( b2b => net prices, b2c => gross prices).
assign the price type dynamically according to the preferences made in the ICM back office
For anonymous users the 'defaultCustomerTypeForPriceDisplay' configuration parameter defined in the ICM back office should be concidered whether anonymous customers see the prices of a business or private customer.
Change the display of the basket and order cost summary according to the price type (gross/net)
Product prices anywhere should also follow this pattern
Additionally there should be a way for anonymous users to identify themselfes as either B2B or B2C customer, e.g. following a certain link.
AB#79381
The text was updated successfully, but these errors were encountered: