My Cart
Log In
Register
an ASP.NET Open Source CMS & eCommerce platform
Search:
Home
Open Source Edition
DotShoppingCart Suite
Services
Support
Blog
Marketplace
Buy
Forums
Video Tutorials
Documentation
Premium Support
Submit Support Ticket
Home
>
DotShoppingCart Forums
>
Support
>
Using DotShoppingCart
>
Shipping based on Zip Code
Shipping based on Zip Code
Last Post 2/1/2011 10:15:46 AM By lukezy. 13 replies.
Page
2
of
2
(
14
posts)
<< First
< Prev
1
2
Next >
Last >>
1/31/2011 2:19:48 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
website
Re: Shipping based on Zip Code
Take a look at shippingMethods in shippingServiceConfiguration section. There is no size limit.
DotShoppingCart Staff
2/1/2011 8:36:47 AM
rmi-andrew
Posts: 6
Joined: 1/21/2011
Location:OH
website
Re: Shipping based on Zip Code
Next question - is there a way to export the current/existing shipping methods (and appropriate shipping regions)?
2/1/2011 10:15:46 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
website
Re: Shipping based on Zip Code
Take a look at Page_Load method in Web\Admin\Store\ShippingRegionEdit.aspx.cs . The following line loads all the shipping methods.
List
<
TableBasedShippingMethod
> methods =
TableBasedShippingProvider
.GetShippingMethods();
DotShoppingCart Staff
Page
2
of
2
(
14
posts)
<< First
< Prev
1
2
Next >
Last >>