I am using nopcommerce a open source shopping cart system. I want to change the shipping rules i.e. if any one bye a product of less than $1000 then he must pay a shipping charge of rupee $ 10. otherwise no shipping charge will apply. i want to do this through code. please help me.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You should create a new shipping rate computation method plugin. Please have a look at IShippingRateComputationMethod interface. Put all required logic into 'GetShippingOptions' method. |
|||
|
|
|
Nopcommerce has provide a new plugin for shipping rule "Shipping.Director" where you can write your own Expression for shipping you should try that one reference link http://www.noptools.com/ |
|||
|
|