Extra Fee when Total purchased price is below $20

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
I wanted to be able to add $2 to the total when a client is requesting a delivery of purchased items below $20, how would I go about coding that into the app?
5 years ago
You can modify a shipping provider plugin, or the core code that calls the shipping providers to get the rates.
Or, the Shipping Director plugin, in the marketplace, can do it..
There might be also be a 'negative discount' plugin in the marketplace that could also do it.
5 years ago
Thank You!  Before I purchase a plugin, I would like to try adding a code mod.  would you happen to know which core code I can add the extra fee to when the total is below $20?
5 years ago
\Libraries\Nop.Services\Shipping\ShippingService.cs
public virtual GetShippingOptionResponse GetShippingOptions(...
5 years ago
Hey New York,

I would like to add an extra fee of $2 to the Purchase Total when the sub-total value is under $20. This would include adding this value and its label to the Cart and Receipts. How ould you recommend I accomplish this task?
5 years ago
Please disregard this request.  It has been resolved.  I was able to figure it out and adjusted the code accordingly!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.