I guess so, trouble is that I need to do this on an older site, and for some reason the DLL isn't working, even after I've provided all the prerequisites; e.g. the shipping rules etc.
That is because you have build you project against some new version of Tea Commerce dll's files but you live websites run old dll files. So you need to build your project against the old dll files - and then you will properly have some methods in Tea Commerce that isn't there in an older version. Now you can correct your code to work against the old dll files and missing methods or you can upgrade your live site to the correct version of Tea Commerce to have the dll files you have at the moment.
Free shipping on specified items
Is it possible to add free shipping for a specified item on the tea commerce starter kit and could you tell me how I'd go about this?
Thanks in advance,
Luke
Hi Luke,
You can use something like this post (Which you also created ;-))
http://our.umbraco.org/projects/website-utilities/tea-commerce/tea-commerce-support/34904-Shipping-by-weight-feature
When in the .NET code, your'e the one who set all the rules, and you can set the shipping cost to whatever number you like.
/Rune
I guess so, trouble is that I need to do this on an older site, and for some reason the DLL isn't working, even after I've provided all the prerequisites; e.g. the shipping rules etc.
Have you checked that your dll gets loaded? Remember to build your dll with the right Tea Commerce dll files as well.
Kind regards
Anders
Yes it gets loaded but it says it can't find the method it needs in Tea Commerce.
That is because you have build you project against some new version of Tea Commerce dll's files but you live websites run old dll files. So you need to build your project against the old dll files - and then you will properly have some methods in Tea Commerce that isn't there in an older version. Now you can correct your code to work against the old dll files and missing methods or you can upgrade your live site to the correct version of Tea Commerce to have the dll files you have at the moment.
I figured as much :( thanks anyway! :)
is working on a reply...