Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Luke Alderton 192 posts 509 karma points
    Jan 10, 2013 @ 17:52
    Luke Alderton
    0

    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

  • Rune Grønkjær 1372 posts 3103 karma points
    Jan 11, 2013 @ 08:14
    Rune Grønkjær
    0

    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

  • Luke Alderton 192 posts 509 karma points
    Jan 11, 2013 @ 10:31
    Luke Alderton
    0

    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.

  • Anders Burla 2560 posts 8256 karma points
    Jan 11, 2013 @ 10:36
    Anders Burla
    0

    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

  • Luke Alderton 192 posts 509 karma points
    Jan 11, 2013 @ 10:47
    Luke Alderton
    0

    Yes it gets loaded but it says it can't find the method it needs in Tea Commerce.

  • Anders Burla 2560 posts 8256 karma points
    Jan 11, 2013 @ 10:50
    Anders Burla
    0

    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.

  • Luke Alderton 192 posts 509 karma points
    Jan 11, 2013 @ 10:52
    Luke Alderton
    0

    I figured as much :( thanks anyway! :)

Please Sign in or register to post replies

Write your reply to:

Draft