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 2 of 2

Thread: Default shipping costs for Individual item shipping costs

  1. #1
    jacksam2010 is offline Junior Member
    Join Date
    Jun 2010
    Posts
    10

    Default Default shipping costs for Individual item shipping costs

    We have around 10k products and so far we were using Fixed shipping method. Now we are planning to change product based shipping.

    Is there anyway we can set a default shipping cost for all the methods if the individual shipping cost was not configured?

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    You'll have to insert the shipping method from ShippingMethod table (you want to display as default) and the productIDs into ShippingByProduct and set its shippingcost.

    i.e.
    insert into ShippingByProduct(ShippingByProductID,VariantID,Sh ippingCost,ShippingMethodID)