Hi,
I have a question I hope you can help me figuring out, at least if it is possible.
The request:
We need to have a specific shipping fee/price for each product in eCommerce. The product specific shipping fee/price should be automatically selected in Ecom Checkout, so the user is not presented with any options for shipping during checkout. In total there will be 10-15 different shipping fees/prices, that each could be asigned to products individually. All the products in the shop will have a specific shipping fee/price assigned.
My thoughts:
Create the 15 different shipping methods, and for each shipping method set up a parameter with the specific fee amount and selecting the individual product(s) for which this shipping fee should apply. In the checkout step templates apply the necessary logic to make sure the correct shipping fees are applied.
The question:
In checkout step template, is it possible to check which shipping fees are assigned to the specific product in the cart? And based on this check we have to make sure that the specific shipping method is automatically applied, so the total order amount is adjusted.
If possible, what would be the preferable way of doing so?
Would this require custom development (provider/handler/extender)?
We are using razor templates, and the solution is currently using DW 8.7.2.2.
I hope there is a solution for this :-)