4.72. shipping-desc
Returns the shipping description for the specified shipping mode. See the Shipping section of the Database documentation. See also shipping.asc database for shipping modes.
Alias: shipping-description
The two tags below are identical in operation:
[shipping-desc mode] [shipping-description mode]
4.72.1. Summary
[shipping-desc mode]
[shipping-desc mode=shipping_mode]
| Parameters | Description | Default |
| mode | Shipping mode. This is a key into the shipping.asc database. See Shipping documentation. | mv_shipmode, or 'default' if mv_shipmode not set |
| Other_Characteristics | |
| Invalidates cache | Yes, but only if no mode given |
| Container tag | No |
Tag expansion example:
[shipping-desc 1DM]
---
UPS Next Day Air Early AM
ASP-like Perl call:
$Tag->shipping_desc( $mode );