Hi all,
I'm working on my own shipping module, that I started as a modification of the weight-table based module included in the LSK.
The problem I'm running into is that the WTBS module is using API 5.61, which doesn't implement the `ShippingModule_Basket_Methods` function, instead it uses the deprecated `ShippingModule_Shipping_Methods` function. I figured I would modify the included `ShippingModule_Shipping_Methods`, renaming it to `ShippingModule_Basket_Methods` (and I changed the module API version to 5.71).
It compiled fine, but when I ran it on a test store, Miva complained that I hadn't included `ShippingModule_Shipping_Methods`. I figured maybe it just wants that there "just in case" so I added it back. No more errors, but testing has shown that Miva is calling the deprecated function instead of `ShippingModule_Basket_Methods`. So I guess I'm missing something, I just don't know what.
Could there be a completed 5.71+ shipping module somewhere that I can use as a starting point? The LSK doesn't seem to include one.
I'm working on my own shipping module, that I started as a modification of the weight-table based module included in the LSK.
The problem I'm running into is that the WTBS module is using API 5.61, which doesn't implement the `ShippingModule_Basket_Methods` function, instead it uses the deprecated `ShippingModule_Shipping_Methods` function. I figured I would modify the included `ShippingModule_Shipping_Methods`, renaming it to `ShippingModule_Basket_Methods` (and I changed the module API version to 5.71).
It compiled fine, but when I ran it on a test store, Miva complained that I hadn't included `ShippingModule_Shipping_Methods`. I figured maybe it just wants that there "just in case" so I added it back. No more errors, but testing has shown that Miva is calling the deprecated function instead of `ShippingModule_Basket_Methods`. So I guess I'm missing something, I just don't know what.
Could there be a completed 5.71+ shipping module somewhere that I can use as a starting point? The LSK doesn't seem to include one.
Comment