Shipping cost

Hi there ,

I just wanted to know if it’s possible to define a shipping cost in code rather than in {url}/backend.

And if it’s possible how should it be approached , i want to do this during the installation of a plugin.

Thanks in advance

Brian

Are you trying to build a fixture for shipping costs?

Otherwise you could replace the method to calculate the shippping cost and do you own thing. The method should be located in the sAdmin class, all protected / public methods are hookable there.