Q: We also would like to offer our customers a choice of shipping options each with individual prices can you advise on the best approach to do that?
We have a fixed shipping module that seems to be the default? The example just adds a logo but it is still a fixed single option and price.
For example:
1st Class at £2.50
2nd Class at £2.00
Special Delivery at £10
A: Re shipping - by default, in module included the fixed rates; it's possible to change it by adding new shipping method.
For example:
- create new ShippingMethod (https://github.com/VirtoCommerce/vc-module-core/blob/025ae6e5722f49033899122994c9a65aad22d5fe/VirtoCommerce.CoreModule.Data/Shipping/FixedRateShipmentMethod.cs)
- registration (https://github.com/VirtoCommerce/vc-module-core/blob/b66c403f19d684db20272059b2f9119abab09b15/VirtoCommerce.CoreModule.Web/Module.cs#L183)