ShippingMethods
Configure how you will deliver your products to your customers.
Methods
Invoke via \Components\Commerce\Configuration\ShippingMethods::method()
Click a method name to copy it.
Deletes a record from the database
Parameters
$iShippingMethodId
int unsigned
A record's shipping_method_id
Return
Returns true if record existed and was deleted, otherwise false
Gets a record from the database
Parameters
$iShippingMethodId
int unsigned
A record's shipping_method_id
Return a set of records from the database
Returns only shipping methods that are valid for the current shopping cart
Returns all enabled shipping methods with unserialized configuration items
Gets a single field from a record
Parameters
$iShippingMethodId
int unsigned
A record's shipping_method_id
Returns the number of records in the database (matching the filter if specified)
Saves a record into the database
Saves a specific column of a row into a database
Parameters
$iShippingMethodId
int unsigned
A record's shipping_method_id