package WebGUI::i18n::English::Macro_SubscriptionItem; our $I18N = { 'macroName' => { message => q|Subscription Item|, lastUpdated => 1128919093, }, 'subscription item title' => { message => q|Subscription Item Macro|, lastUpdated => 1112547248, }, 'subscription item body' => { message => q| ^SubscriptionItem(subscriptionId,[templateId]);
This macro is used to display information about subscription items from your site. It accepts two arguments, the Id of the subscription item and an optional template to use instead of the default template, specified by a template Id from the Macro/SubscriptionItem namespace.

These variables are available in the template:

url
The URL to purchase a subscription to this item.

name
The name of the item.

description
The description of the item.

price
The price of the item. |, lastUpdated => 1112547249, }, }; 1;