Magento – Create custom shipping rate programmatically

cartcustommagento-1.9priceshipping

I want to create custom shipping rate according to a formula which is Shipping rate = product weight + 10.00$ and add it to total grand total programmatically. I wanted to know the procedure for creating it. Thanks in advance!

Best Answer

You can create multiple shipping methods with different shipping price by using free Magento plugin i.e.MatrixRate of webshopapps.

You can download plugin from here : https://webshopapps.com/row/matrixrate-shipping-extension.html?___store=row

Video link for how to set up Matrix Rates shipping: https://www.youtube.com/watch?time_continue=90&v=u6MjF4oya3Y

This Magento extension is worked for me.

Related Topic