Dynamicweb.eCommerce.Orders Namespace > Shipping Class > getShippingmethods Method : getShippingmethods(String,String,Boolean) Method |
true
[join country relations].
true
. Otherwise gets all shipping methods.'Declaration
Public Overloads Shared Function getShippingmethods( _ ByVal code2 As String, _ ByVal methods As String, _ ByVal joinCountryRelations As Boolean _ ) As ShippingCollection
true
[join country relations].public String GetShippingMethodsForOrder(Order order) { ShippingCollection dwShip = Shipping.getShippingmethods( order.FeeCountryCode("SHIP"), order.ShippingMethodID, true ); return GetShippingData( dwShip ); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2