Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Shipping by total of items

  1. #1
    deanfp is offline Senior Member
    Join Date
    May 2009
    Location
    Sweden
    Posts
    556

    Default Shipping by total of items

    Is it possible to set shipping prices by total number of items rather than total cost of order?

  2. #2
    Dusty is offline Member
    Join Date
    Jun 2009
    Posts
    176

    Default

    The optimal way to do that would be to setup Shipping By Product and have the value for all items be the same. Depending upon how many products you have, it would probably be easiest to populate the ShippingByProduct table via a query for all your variants and shipping methods rather than set them up manually.

    Dusty
    ASPDotNetStorefront Staff

  3. #3
    tytyguy is offline Senior Member
    Join Date
    Nov 2007
    Posts
    307

    Default

    I use this for my store and I just do shipping by weight. Then, for each product make the weight 1. So if you have a w eight of 2 its shipping price of two items, etc..