getDependentMethods()
:
Collection
Returns the dependent shipping methods of this shipping method, regardless of the online status of the methods.
getDescription()
:
String
Returns the description of the shipping method as specified in the current locale or null if it could not be found.
getDisplayName()
:
String
Returns the display name of the shipping method in the current locale or null if it could not be found.
getID()
:
String
Returns the ID of the shipping method.
isDefaultMethod()
:
boolean
Returns 'true' if the shipping method is marked as 'default' for the current session's currency.
isOnline()
:
boolean
Returns true if shipping method is online, false otherwise
getBaseMethod
Returns the base shipping method or null if undefined.
Returns:
Base shipping method
getCurrencyCode
Returns the currency code associated with the shipping method
getCustomerGroups
Returns the customer groups assigned to the shipping method.
Assigned ids that do not belong to an existing customer group are ignored.
getDependentMethods
Returns the dependent shipping methods of this shipping method,
regardless of the online status of the methods.
Dependent shipping methods have this method as their base method.
Returns:
Dependent shipping methods
getDescription
Returns the description of the shipping method as specified in the current locale or
null if it could not be found.
Returns:
he description of the shipping method as specified in the current locale or null if it could not be found.
getDisplayName
Returns the display name of the shipping method in the current locale or
null if it could not be found.
Returns:
the display name of the shipping method or null if it could not be found.
getID
Returns the ID of the shipping method.
Returns:
the ID of the shipping method.
getTaxClassID
Returns the tax class id of the shipping method.
Returns:
the tax class id of the shipping method.
isDefaultMethod
isDefaultMethod()
:
boolean
Returns 'true' if the shipping method is marked as 'default' for the current session's currency.
Otherwise 'false' is returned.
Returns:
'true' if it is the default shipping method of the site
isOnline
isOnline()
:
boolean
Returns true if shipping method is online, false otherwise