2.70. 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]

2.70.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_Charactreristics  
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 );