Search code examples
configurationshopware

Shopware: shipment costs Backend vs. Frontend


I defined the prices for shipment as follows

enter image description here

As you can see, for any oder with a total weight in the range [0, 1] Kg the shipment costs must be 4€. Unfortunately, for an oder of that form the shipment costs are just 3.36€

enter image description here

There is some workaround how can I set up the price the backendend so that 4€ would be showed in the frontend:

4€ in backend ------> 3.36€ in frontend

amount in backend ------> 4€ in frontend

This implies: 3.36 x amount = 4 x 4 => amount = 16 / 3.36 <=> amount = 4.76€

I tested that and it really gives 4€ in the frontend, but I am not sure whether I am compatible with the most suitable way in Shopware.

I appreciate your helps.


Solution

  • Is it possible that 4€ is with the taxes of 19% and 3.36€ is without the taxes of 19% (on the second image you have the total of the taxes ).

    Kind regards