I am using nopcommerce a open source shopping cart system. I want to change the shipping rules i.e. if any one buy a product of less than $1000 then he must pay a shipping charges of rupee $10 otherwise no shipping charges will apply. i want to do this through code. please help me.
Share
You should create a new shipping rate computation method plugin. Please have a look at IShippingRateComputationMethod interface. Put all required logic into ‘GetShippingOptions’ method.