Copied to clipboard

Flag this post as spam?

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


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Simon Osborne 108 posts 150 karma points
    Jan 18, 2011 @ 09:46
    Simon Osborne
    0

    Shipping / postage cost calculation

    Hi,

    How are shipping costs calculated. I have clients with different requirements so presently I can set postage based on weight of the basket, total of the basket and also fixed shipping costs per product. Is the equivalent availaible in uCommerce and is it possible to write new shippingCostProviders?

    Also when a version 2 is available will there be an upgrade cost or will you have to buy a complete licence again (could get expensive!)

  • Søren Spelling Lund 1797 posts 2786 karma points
    Jan 18, 2011 @ 10:56
    Søren Spelling Lund
    0

    Hi Simon,

    By default uCommerce works with a fixed price per shipping method and price group. If you need weight or basket total based calculations you can definitely create that and hook that into uCommerce.

    Basically you need to implement the interface IShippingMethodService and register your class with uCommerce in web.config in the element.

    uCommerce works with multiple shipments (or just one) that's why your shipping method service receives a shipment, which includes the associated order lines for your calculation.

    Hope this helps.

  • Søren Spelling Lund 1797 posts 2786 karma points
    Jan 18, 2011 @ 10:57
    Søren Spelling Lund
    0

    As for uCommerce 2 existing customers will have the opportunity to buy an upgrade license so you don't have to buy a new license all over.

  • Simon Osborne 108 posts 150 karma points
    Jan 18, 2011 @ 11:05
    Simon Osborne
    0

    Hi Søren,

     

    thanks for the quick reply. Bit off topic but will the Pro License allow me to create multiple stores in seperate Umbraco installations on different servers?

  • Søren Spelling Lund 1797 posts 2786 karma points
    Jan 18, 2011 @ 11:07
    Søren Spelling Lund
    0

    The license only allows for multiple stores in the same install. If you need multiple stores in separate installs please contact me at [email protected]

Please Sign in or register to post replies

Write your reply to:

Draft