Committing the new Ecommerce system
This commit is contained in:
parent
1847a18ec7
commit
5676bf9585
16 changed files with 2576 additions and 0 deletions
360
lib/WebGUI/i18n/English/Commerce.pm
Executable file
360
lib/WebGUI/i18n/English/Commerce.pm
Executable file
|
|
@ -0,0 +1,360 @@
|
|||
package WebGUI::i18n::English::Commerce;
|
||||
|
||||
our $I18N = {
|
||||
'commerce settings' => {
|
||||
message => q|Commerce|,
|
||||
lastUpdated => 0,
|
||||
context => q|The displayeed title of the Commerce Settings in the Admin Console|
|
||||
},
|
||||
'pay button' => {
|
||||
message => q|Pay|,
|
||||
lastUpdated => 0,
|
||||
context => q|The button on the checkout form.|
|
||||
},
|
||||
'checkout confirm title' => {
|
||||
message => q|Please fill in the form below to purchase these products.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Message in the checkout form.|
|
||||
},
|
||||
'general tab' => {
|
||||
message => q|General|,
|
||||
lastUpdated => 0,
|
||||
context => q|The name of the 'general' tab in editCommerce.|
|
||||
},
|
||||
'payment tab' => {
|
||||
message => q|Payment Plugins|,
|
||||
lastUpdated => 0,
|
||||
context => q|The name of the 'payment plugins' tab in editCommerce.|
|
||||
},
|
||||
'payment form' => {
|
||||
message => q|Payment Plugin|,
|
||||
lastUpdated => 0,
|
||||
context => q|The name of the 'payment plugin' form option in editCommerce.|
|
||||
},
|
||||
'confirm checkout template' => {
|
||||
message => q|Confirm checkout template|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label indicating the Confirm checkout template.|
|
||||
},
|
||||
'checkout canceled template' => {
|
||||
message => q|Checkout canceled template|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label indicating the Checkout canceled template.|
|
||||
},
|
||||
'transaction error template' => {
|
||||
message => q|Transaction error template|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label indicating the Transaction error template.|
|
||||
},
|
||||
'no payment gateway' => {
|
||||
message => q|No payment gateway selected.|,
|
||||
lastUpdated => 0,
|
||||
context => q|An error message that shows up during checkout process if no payment gateway has been selected|
|
||||
},
|
||||
'edit commerce settings title' => {
|
||||
message => q|Manage Commerce Settings|,
|
||||
lastUpdated => 0,
|
||||
context => q|Title of the Commerce part of the Admin Console.|
|
||||
},
|
||||
|
||||
'help manage commerce title' => {
|
||||
message => q|Commerce, Manage|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the manage commerce help page.|
|
||||
},
|
||||
|
||||
'help manage commerce body' => {
|
||||
message => q|The commerce system of WebGUI is highly configurable. You can set the following properties:<br>
|
||||
<br>
|
||||
<b>Confirm checkout template</b><br>
|
||||
This template is shown when a user is asked to confirm his purchase. The form data for the payment gateway is also shown here.<br>
|
||||
<br>
|
||||
<b>Transaction error template </b><br>
|
||||
This is the template that's shown if any error occurs during the payment process. This could be a dclined credit card or a flase cvv2 code, for instance. Also an 'error' is triggered by a fraud protection filter or some other service that requires manual interaction from the merchant.<br>
|
||||
<br>
|
||||
<b>Checkout canceled template</b><br>
|
||||
This is the template that the user sees when he cancels the transaction. This normally only occurs with remote-side payment gateways (like PayPal). This is beacuse a site-side payment gateway usually uses a single step proces.<br>
|
||||
<br>
|
||||
<b>Send daily report to</b>
|
||||
Everyday the scheduler plugin that checks and updates subscriptions send a report on on the succesful and failed term payments. Here you can set to whitch email address it should send this report.<br>
|
||||
<br>
|
||||
<h2>Payment plugins</h2>
|
||||
<b>Payment plugin</b><br>
|
||||
You can select the payment plugin to use here. Please note that you have to enable the plugins you want to choose from in the WebGUI configuration file. If you don't do this they won't show up here.<br>
|
||||
<br>
|
||||
<h3>PayflowPro</h3>
|
||||
This is the plugin for Verisign Payflow Pro. This plugin is disabled by default in the configuration file because it depends on proprietary software from Verisign that can't be shipped with WebGUI.<br>
|
||||
<br>
|
||||
<b>Partner</b><br>
|
||||
Your partner id.<br>
|
||||
<br>
|
||||
<b>Vendor</b>
|
||||
Here you should enter your vendor id.<br>
|
||||
<br>
|
||||
<b>Login</b>
|
||||
Your login to Versign PayflowPro.<br>
|
||||
<br>
|
||||
<b>Password</b>
|
||||
Your password.<br>|,
|
||||
lastUpdated => 0,
|
||||
context => q|The content of the manage commerce help page.|
|
||||
},
|
||||
|
||||
'manage commerce settings' => {
|
||||
message => q|Manage commerce settings.|,
|
||||
lastUpdated => 0,
|
||||
context => q|The menu title for 'Manage commerce settings' in the adminconsole side menu.|
|
||||
},
|
||||
|
||||
'pending transactions' => {
|
||||
message => q|Show pending transactions.|,
|
||||
lastUpdated => 0,
|
||||
context => q|The menu title for 'Show pending transactions' in the adminconsole side menu.|
|
||||
},
|
||||
|
||||
'list pending transactions' => {
|
||||
message => q|Pending transactions|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the 'Show pending transactions' admin console screen.|
|
||||
},
|
||||
|
||||
'transactionId' => {
|
||||
message => q|TransactionId|,
|
||||
lastUpdated => 0,
|
||||
context => q|TransactionId, just leave it as it is.|
|
||||
},
|
||||
|
||||
|
||||
'gatewayId' => {
|
||||
message => q|Gateway ID|,
|
||||
lastUpdated => 0,
|
||||
context => q|Gateway ID is the ID the transaction is given by the payment gateway.|,
|
||||
},
|
||||
|
||||
'init date' => {
|
||||
message => q|Initiation Date|,
|
||||
lastUpdated => 0,
|
||||
context => q|The date on which the transaction was started|
|
||||
},
|
||||
|
||||
'gateway' => {
|
||||
message => q|Gateway|,
|
||||
lastUpdated => 0,
|
||||
context => q|Table header of the column that identifies the gateway through which the transaction went.|
|
||||
},
|
||||
|
||||
'weekly' => {
|
||||
message => q|Week|,
|
||||
lastUpdated => 0,
|
||||
context => q|Period name for a weekly subscription.|
|
||||
},
|
||||
|
||||
'biweekly' => {
|
||||
message => q|Two weeks|,
|
||||
lastUpdated => 0,
|
||||
context => q|Period name for a biweekly subscription.|
|
||||
},
|
||||
|
||||
'fourweekly' => {
|
||||
message => q|Four weeks|,
|
||||
lastUpdated => 0,
|
||||
context => q|Period name for a four weekly subscription.|
|
||||
},
|
||||
|
||||
'monthly' => {
|
||||
message => q|Month|,
|
||||
lastUpdated => 0,
|
||||
context => q|Period name for a monthly subscription.|
|
||||
},
|
||||
|
||||
'quarterly' => {
|
||||
message => q|Three months|,
|
||||
lastUpdated => 0,
|
||||
context => q|Period name for a Quarterly subscription.|
|
||||
},
|
||||
|
||||
'halfyearly' => {
|
||||
message => q|Half year|,
|
||||
lastUpdated => 0,
|
||||
context => q|Period name for a semi yearly subscription.|
|
||||
},
|
||||
|
||||
'yearly' => {
|
||||
message => q|Year|,
|
||||
lastUpdated => 0,
|
||||
context => q|Period name for a yearly subscription.|
|
||||
},
|
||||
|
||||
'transaction error' => {
|
||||
message => q|Transaction Error|,
|
||||
lastUpdated => 0,
|
||||
context => q|Name for 'transaction error' status in the Commerce/TransactionError template.|
|
||||
},
|
||||
|
||||
'connection error' => {
|
||||
message => q|Connection Error|,
|
||||
lastUpdated => 0,
|
||||
context => q|Name for 'connection error' status in the Commerce/TransactionError template.|
|
||||
},
|
||||
|
||||
'pending' => {
|
||||
message => q|Pending|,
|
||||
lastUpdated => 0,
|
||||
context => q|Name for 'pending' status in the Commerce/TransactionError template.|
|
||||
},
|
||||
|
||||
'ok' => {
|
||||
message => q|OK|,
|
||||
lastUpdated => 0,
|
||||
context => q|Name for 'OK' status in the Commerce/TransactionError template.|
|
||||
},
|
||||
|
||||
'transaction error title' => {
|
||||
message => q|An error has occurred in one or more transactions|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title used in the transaction error template.|
|
||||
},
|
||||
|
||||
'status codes information' => {
|
||||
message => q|The status codes have the following meaning:<br>
|
||||
<table border="0" cellspacing="0" cellpadding="5">
|
||||
<tr>
|
||||
<td valign="top" align="right"><b>OK</b></td>
|
||||
<td valign="top" align="left">This means that this transaction has been completed successfully. You have purchased the product.</td>
|
||||
</tr><tr>
|
||||
<td valign="top" align="right"><b>Pending</b></td>
|
||||
<td valign="top" align="left">This means that this transaction is under review. This could have anumber of causes, and normally this transaction is processed within a short time.</td>
|
||||
</tr><tr>
|
||||
<td valign="top" align="right"><b>Transaction Error</b></td>
|
||||
<td valign="top" align="left">An unrecoverable error happened while processing the transaction.</td>
|
||||
</tr><tr>
|
||||
<td valign="top" align="right"><b>Connection Error</b></td>
|
||||
<td valign="top" align="left">Something went wrong with the connection to the payment gateway. The admin has been notified.</td>
|
||||
</tr>
|
||||
</table>|,
|
||||
lastUpdated => 0,
|
||||
context => q|A message that explains the status codes that are returned in the transaction error template.|
|
||||
},
|
||||
|
||||
'daily report email' => {
|
||||
message => q|Send daily report to|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label that asks whom to send the daily recurring payments report to.|
|
||||
},
|
||||
'checkout canceled message' => {
|
||||
message => q|The checkout process has been canceled.|,
|
||||
lastUpdated => 0,
|
||||
context => q|A message that's shown to users that cancel their checkout.|
|
||||
},
|
||||
'complete pending transaction' => {
|
||||
message => q|Complete transaction|,
|
||||
lastUpdated => 0,
|
||||
context => q|Label for the link that allows you to complete a pending transaction.|
|
||||
},
|
||||
'help manage pending transactions title' => {
|
||||
message => q|List pending transactions|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the help page of the list pending transactions screen.|
|
||||
},
|
||||
'help manage pending transactions body' => {
|
||||
message => q|All transactions that are marked as 'Pending' are listed here. Transactions are marked pending if some extra review is required. For instance when a transction is suspected of fraud. Pending transactions can also be tranactions that yet have to be confirmed by something as or similar to PayPals APN. If you have checked that the transaction is legit you can click on the 'Complete transaction' link.|,
|
||||
lastUpdated => 0,
|
||||
context => q|The body of the help page of the list pending transactions screen.|
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
'help cancel checkout template title' => {
|
||||
message => q|Cancel checkout template|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the help page of the cancel checkout template.|
|
||||
},
|
||||
'help cancel checkout template body' => {
|
||||
message => q|The following template variable is available in this template:<br>
|
||||
<br>
|
||||
<b>message</b><br>
|
||||
The internationalized cancelation message.|,
|
||||
lastUpdated => 0,
|
||||
context => q|The body of the help page of the cancel checkout template.|
|
||||
},
|
||||
'help checkout confirm template body' => {
|
||||
message => q|This template separates normal and recurring items. A normal item is an item that is payed only once. Recuuring items are payed once a period, like a subscription.<br>
|
||||
<br>
|
||||
The following template variables are available in this template:<br>
|
||||
<br>
|
||||
<b>title</b><br>
|
||||
The title to use for this template.<br>
|
||||
<br>
|
||||
<b>normalItems</b><br>
|
||||
Th number of normal items in the shopping cart.<br>
|
||||
<br>
|
||||
<b>normalItemLoop</b>
|
||||
A loop containing the normal items in the shoppingcart. The following template varaibles are available in this loop:<br>
|
||||
<blockquote>
|
||||
<b>quantity</b><br>
|
||||
The quantity of the current item in the shopping cart.<br>
|
||||
<br>
|
||||
<b>period</b><br>
|
||||
The period of the recurring payment.<br>
|
||||
<br>
|
||||
<b>name</b><br>
|
||||
The name of this item.<br>
|
||||
<br>
|
||||
<b>price</b><br>
|
||||
The price of one item.<br>
|
||||
<br>
|
||||
<b>totalPrice</b><br>
|
||||
The price of the quantity of this item. (totalPrice = quantity * price)<br>
|
||||
</blockquote>
|
||||
<b>recurringItems</b><br>
|
||||
The number of recurring items in the shoppingcart.<br>
|
||||
<br>
|
||||
<b>recurringItemLoop</b><br>
|
||||
A loop containing the recurring items in the shopping cart. For available template variables seen <b>normalItemLoop</b><br>
|
||||
<br>
|
||||
<b>form</b><br>
|
||||
The form that's generated by the selected payment plugin.<br>|,
|
||||
lastUpdated => 0,
|
||||
context => q|The body of the help page of the confirm checkout template.|
|
||||
},
|
||||
'help checkout confirm template title' => {
|
||||
message => q|Confirm checkout template|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the help page of the confirm checkout template.|
|
||||
},
|
||||
'help checkout error template body' => {
|
||||
message => q|The following template variables are available in this template:<br>
|
||||
<br>
|
||||
<b>title</b><br>
|
||||
The title of this template.<br>
|
||||
<br>
|
||||
<b>statusExplanation</b><br>
|
||||
A message which explains the possible statuses an item can have<br>
|
||||
<br>
|
||||
<b>resultLoop</b><br>
|
||||
A template loop containing the items that were checked out. The following template variables are available from within this loop:<br>
|
||||
<blockquote>
|
||||
<b>purchaseDescription</b><br>
|
||||
The description of this transaction.<br>
|
||||
<br>
|
||||
<b>status</b><br>
|
||||
The status of this item.<br>
|
||||
<br>
|
||||
<b>error</b><br>
|
||||
The error text returned from the payment plugin.<br>
|
||||
<br>
|
||||
<b>errorCode</b><br>
|
||||
The error code returned from the payment plugin.<br>
|
||||
</blockquote>|,
|
||||
lastUpdated => 0,
|
||||
context => q|The body of the help page of the checkout error template.|
|
||||
},
|
||||
'help checkout error template body' => {
|
||||
message => q|Checkout error template|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the help page of the checkout error template.|
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
130
lib/WebGUI/i18n/English/CommercePaymentPayFlowPro.pm
Executable file
130
lib/WebGUI/i18n/English/CommercePaymentPayFlowPro.pm
Executable file
|
|
@ -0,0 +1,130 @@
|
|||
package WebGUI::i18n::English::CommercePaymentPayFlowPro;
|
||||
|
||||
our $I18N = {
|
||||
'name' => {
|
||||
message => q|Name|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label in the chekout form of the PayFlowPro module.|
|
||||
},
|
||||
'address' => {
|
||||
message => q|Address|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label in the chekout form of the PayFlowPro module.|
|
||||
},
|
||||
'city' => {
|
||||
message => q|City|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label in the chekout form of the PayFlowPro module.|
|
||||
},
|
||||
'state' => {
|
||||
message => q|State|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label in the chekout form of the PayFlowPro module.|
|
||||
},
|
||||
'zipcode' => {
|
||||
message => q|Zipcode|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label in the chekout form of the PayFlowPro module.|
|
||||
},
|
||||
'email' => {
|
||||
message => q|Email|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label in the chekout form of the PayFlowPro module.|
|
||||
},
|
||||
'cardNumber' => {
|
||||
message => q|Credit card number|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label in the chekout form of the PayFlowPro module.|
|
||||
},
|
||||
'expiration date' => {
|
||||
message => q|Expiration date|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label in the chekout form of the PayFlowPro module.|
|
||||
},
|
||||
'cvv2' => {
|
||||
message => q|Verification number (ie. CVV2)|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label in the chekout form of the PayFlowPro module.|
|
||||
},
|
||||
|
||||
'vendor' => {
|
||||
message => q|Vendor|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label in the configuration form of the PayFlowPro module.|
|
||||
},
|
||||
'partner' => {
|
||||
message => q|Partner|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label in the configuration form of the PayFlowPro module.|
|
||||
},
|
||||
'username' => {
|
||||
message => q|Username|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label in the configuration form of the PayFlowPro module.|
|
||||
},
|
||||
'password' => {
|
||||
message => q|Password|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label in the configuration form of the PayFlowPro module.|
|
||||
},
|
||||
'test mode' => {
|
||||
message => q|Use test mode|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label in the configuration form of the PayFlowPro module.|
|
||||
},
|
||||
'test mode warning' => {
|
||||
message => q|Be sure to set this to 'No' when going live!|,
|
||||
lastUpdated => 0,
|
||||
context => q|Form label in the configuration form of the PayFlowPro module.|
|
||||
},
|
||||
'module name' => {
|
||||
message => q|Verisign Payflow Pro|,
|
||||
lastUpdated => 0,
|
||||
context => q|The displayed name of the Payflo Pro payment module.|
|
||||
},
|
||||
|
||||
'invalid name' => {
|
||||
message => q|You have to enter a valid name.|,
|
||||
lastUpdated => 0,
|
||||
context => q|An error indicating that an invalid name has been entered.|
|
||||
},
|
||||
'invalid address' => {
|
||||
message => q|You have to enter a valid address.|,
|
||||
lastUpdated => 0,
|
||||
context => q|An error indicating that an invalid street has been entered.|
|
||||
},
|
||||
'invalid city' => {
|
||||
message => q|You have to enter a valid city.|,
|
||||
lastUpdated => 0,
|
||||
context => q|An error indicating that an invalid city has been entered.|
|
||||
},
|
||||
'invalid zip' => {
|
||||
message => q|You have to enter a valid zipcode.|,
|
||||
lastUpdated => 0,
|
||||
context => q|An error indicating that an invalid zipcode has been entered.|
|
||||
},
|
||||
'invalid email' => {
|
||||
message => q|You have to enter a valid email address.|,
|
||||
lastUpdated => 0,
|
||||
context => q|An error indicating that an invalid email address has been entered.|
|
||||
},
|
||||
'invalid card number' => {
|
||||
message => q|You have to enter a valid credit card number.|,
|
||||
lastUpdated => 0,
|
||||
context => q|An error indicating that an invalid credit card number has been entered.|
|
||||
},
|
||||
'invalid cvv2' => {
|
||||
message => q|You have to enter a valid card security code (ie. cvv2).|,
|
||||
lastUpdated => 0,
|
||||
context => q|An error indicating that an invalid card security code has been entered.|
|
||||
},
|
||||
'invalid expiration date' => {
|
||||
message => q|You have to enter a valid expiration date.|,
|
||||
lastUpdated => 0,
|
||||
context => q|An error indicating that an invalid expiration date has been entered.|
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
||||
375
lib/WebGUI/i18n/English/Subscription.pm
Executable file
375
lib/WebGUI/i18n/English/Subscription.pm
Executable file
|
|
@ -0,0 +1,375 @@
|
|||
package WebGUI::i18n::English::Subscription;
|
||||
|
||||
our $I18N = {
|
||||
'listSubscriptionCodes title' => {
|
||||
message => q|Manage Subscription Codes|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Title of listSubscriptionCodes.|
|
||||
},
|
||||
|
||||
'batch id' => {
|
||||
message => q|BatchId|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Shows up in the table header in listSubscriptionCodes.|
|
||||
},
|
||||
|
||||
'subscription description' => {
|
||||
message => q|Description|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Form label in editSubscription|
|
||||
},
|
||||
|
||||
'manage codes' => {
|
||||
message => q|Manage subscription codes|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|A submenu option in the Subscriptions Admin Console menu.|
|
||||
},
|
||||
|
||||
'delete subscription confirm' => {
|
||||
message => q|Are you sure to delete this subscription?|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Corfirmation question when deleting a subscription.|
|
||||
},
|
||||
|
||||
'subscriptionId' => {
|
||||
message => q|Subscription Id|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Just leave it Subscription Id.|
|
||||
},
|
||||
|
||||
'generate batch' => {
|
||||
message => q|Generate a batch of subscription codes|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|A submenu option in the Subscriptions Admin Console menu.|
|
||||
},
|
||||
|
||||
'subscription name' => {
|
||||
message => q|Subscription name|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Form label in editSubscription|
|
||||
},
|
||||
|
||||
'code' => {
|
||||
message => q|Code|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Shows up in the table header in listSubscriptionCodes.|
|
||||
},
|
||||
|
||||
'delete batch confirm' => {
|
||||
message => q|Are you sure to delete this batch?|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Corfirmation question when deleting a code batch.|
|
||||
},
|
||||
|
||||
'selection used' => {
|
||||
message => q|date of usage between|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Shows up in the selection part of listSubscriptionCodes.|
|
||||
},
|
||||
|
||||
'batch description' => {
|
||||
message => q|Batch description|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Form option in createSubscriptionCodeBatch.|
|
||||
},
|
||||
|
||||
'redeem code' => {
|
||||
message => q|Redeem a subscription code.|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|The title of the URL in displayLogin that points to code redemption.|
|
||||
},
|
||||
|
||||
'selection message' => {
|
||||
message => q|You can make a selection of codes by:|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Shows up in the selection part of listSubscriptionCodes.|
|
||||
},
|
||||
|
||||
'help edit subscription title' => {
|
||||
message => q|Subscription, Add/Edit|,
|
||||
lastUpadated => 1101228391,
|
||||
context => q|The Add/Edit subscription help page title.|
|
||||
},
|
||||
|
||||
'help edit subscription body' => {
|
||||
message => q|A subscription will allow the user a piece of content wich he/she has
|
||||
payed for. The following is the list of properties attached to each
|
||||
Description.<br>
|
||||
<br>
|
||||
<b>Subscription name</b><br>
|
||||
Name of the subscription.<br>
|
||||
<br>
|
||||
<b>Price</b><br>
|
||||
Price to pay for the subscription.<br>
|
||||
<br>
|
||||
<b>Description</b><br>
|
||||
Detailed description of the subscription.<br>
|
||||
<br>
|
||||
<b>Group to subscribe to</b><br>
|
||||
When a user payed the fee, he/she will be added to this group.<br>
|
||||
<br>
|
||||
<b>Subscription period</b><br>
|
||||
This sets the length of one subscribtion term. Ie. You pay every month, or every half year.<br>
|
||||
<br>
|
||||
<b>Execute on subscription</b><br>
|
||||
A (perl) script to call when someone has subscribed and payed.<br>
|
||||
<br>
|
||||
<b>Karma</b><br>
|
||||
The amount of karma wich is added to the user after he/she subscribes.<br>|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|The Add/Edit subscription help page text.|
|
||||
},
|
||||
|
||||
'codes expire' => {
|
||||
message => q|Codes expire per|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Form option in createSubscriptionCodeBatch.|
|
||||
},
|
||||
|
||||
'no association error' => {
|
||||
message => q|You have to associate this batch to at least one subscription.|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|An error that cab occur when creating a code batch.|
|
||||
},
|
||||
|
||||
'subscription duration' => {
|
||||
message => q|Subscription period|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Form label in editSubscription|
|
||||
},
|
||||
|
||||
'creation date' => {
|
||||
message => q|Creation date|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Shows up in the table header in listSubscriptionCodes.|
|
||||
},
|
||||
|
||||
'and' => {
|
||||
message => q|and|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Shows up in the selection part of listSubscriptionCodes.|
|
||||
},
|
||||
|
||||
'subscription group' => {
|
||||
message => q|Subscribe to group|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Form label in editSubscription|
|
||||
},
|
||||
|
||||
'manage subscriptions' => {
|
||||
message => q|Subscriptions|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|A submenu option in the Subscriptions Admin Console menu.|
|
||||
},
|
||||
|
||||
'execute on subscription' => {
|
||||
message => q|Execute on subscription|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Form label in editSubscription|
|
||||
},
|
||||
|
||||
'status' => {
|
||||
message => q|Status|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Shows up in the table header in listSubscriptionCodes.|
|
||||
},
|
||||
|
||||
'noc' => {
|
||||
message => q|Number of codes in batch|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Form option in createSubscriptionCodeBatch.|
|
||||
},
|
||||
|
||||
'selection created' => {
|
||||
message => q|date of creation between|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Shows up in the selection part of listSubscriptionCodes.|
|
||||
},
|
||||
|
||||
'manage batches' => {
|
||||
message => q|Manage subscription code batches|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|A submenu option in the Subscriptions Admin Console menu.|
|
||||
},
|
||||
|
||||
'association' => {
|
||||
message => q|Associate with subscription|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Form option in createSubscriptionCodeBatch.|
|
||||
},
|
||||
|
||||
'no description error' => {
|
||||
message => q|You must enter a description.|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|An error that cab occur when creating a code batch.|
|
||||
},
|
||||
|
||||
'subscription price' => {
|
||||
message => q|Price|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Form label in editSubscription|
|
||||
},
|
||||
|
||||
'dateUsed' => {
|
||||
message => q|Date of usage|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Shows up in the table header in listSubscriptionCodes.|
|
||||
},
|
||||
|
||||
'create batch error' => {
|
||||
message => q|An error has occured:|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Identifies an error in createSubscriptionCodeBatch.|
|
||||
},
|
||||
|
||||
'select' => {
|
||||
message => q|Show selection|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Shows up in the selection part of listSubscriptionCodes.|
|
||||
},
|
||||
|
||||
'edit subscription title' => {
|
||||
message => q|Edit Subscription|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Form label in editSubscription|
|
||||
},
|
||||
|
||||
'add subscription' => {
|
||||
message => q|Add a new subscription|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|A submenu option in the Subscriptions Admin Console menu.|
|
||||
},
|
||||
|
||||
'list codes in batch' => {
|
||||
message => q|List the codes in this batch|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|In listSubscriptionCodeBatches|
|
||||
},
|
||||
|
||||
'delete codes' => {
|
||||
message => q|Delete selected codes|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Shows up in listSubscriptionCodes.|
|
||||
},
|
||||
|
||||
'subscription karma' => {
|
||||
message => q|Karma|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Form label in editSubscription|
|
||||
},
|
||||
|
||||
'create batch menu' => {
|
||||
message => q|Create a batch of subscription codes|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|Menu name for createSubscriptionCodeBatch.|
|
||||
},
|
||||
|
||||
'help manage subscriptions title' => {
|
||||
message => q|Subscriptions, Manage|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the Manage Subscriptions help page.|
|
||||
},
|
||||
|
||||
'help manage subscriptions body' => {
|
||||
message => q|Subscriptions allow you to sell your users group access on a subscription basis. You can use subscriptions to sell content to your users by setting this content only viewable for the group a subscription add people to.|,
|
||||
lastUpdated => 0,
|
||||
context => q|The content of the Manage Subscriptions help page.|
|
||||
},
|
||||
|
||||
'help manage subscription codes title' => {
|
||||
message => q|Subscription, Manage Subscription Codes|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the Manage Subscriptions codes help page.|
|
||||
},
|
||||
|
||||
'help manage subscription codes body' => {
|
||||
message => q|A subscription code is a 64 character code that is tied to a set of subscriptions. A user can redeem susch a code, and thus make himself subscribed for one term to all subscriptions the code is tied to, using the 'Redeem a subscription code' link in his account menu. Note that when redeeming a suscription code no money is charged.|,
|
||||
lastUpdated => 0,
|
||||
context => q|The content of the Manage Subscriptions codes help page.|
|
||||
},
|
||||
|
||||
'help create batch title' => {
|
||||
message => q|Subscription, Create Batches of Subscription Codes|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the Create Subscription code batch help page.|
|
||||
},
|
||||
|
||||
'help create batch body' => {
|
||||
message => q|Generate a batch of subscription codes.<br>
|
||||
<br>
|
||||
<b>Number of codes in batch</b><br>
|
||||
Number of codes to create<br>
|
||||
<br>
|
||||
<b>Codes expires on</b><br>
|
||||
The code must be used before this date.<br>
|
||||
<br>
|
||||
<b>Associate with subscription</b><br>
|
||||
Which subscription(s) are made with the generated codes.<br>
|
||||
<br>
|
||||
<b>Batch description</b><br>
|
||||
Description of the batch.<br>|,
|
||||
lastUpdated => 0,
|
||||
context => q|The content of the Create Subscription code batch help page.|
|
||||
},
|
||||
|
||||
'help manage batch title' => {
|
||||
message => q|Subscription, Manage Subscription Code Batches|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the Manage Subscription code batch help page.|
|
||||
},
|
||||
|
||||
'help manage batch body' => {
|
||||
message => q|Subscription code batches are containers for subscription codes. Subscription codes are always generated in batches, even if there's only one code in a batch. All codes in the same batch share the same properties, except for the status flag.|,
|
||||
lastUpdated => q|The body of the Manage Subscription code batch help page.|
|
||||
},
|
||||
|
||||
'no subscriptions' => {
|
||||
message => q|There are no subscriptions yet. You can add subscriptions by using the 'Add Subscription' option in the menu on the right of the screen.|,
|
||||
lastUpdated => 0,
|
||||
context => q|A message that shows up in manage subscriptions indicating that there are no subscriptions at all.|
|
||||
},
|
||||
|
||||
'redeem code success' => {
|
||||
message => q|You've successfully subscribed to the subscriptions. You can enter another code below.|,
|
||||
lastUpdated => 0,
|
||||
context => q|The success message for the code redemption function.|
|
||||
},
|
||||
'redeem code failure' => {
|
||||
message => q|You've entered a code that's wrong, allready being used or expired. Please enter another code below.|,
|
||||
lastUpdated => 0,
|
||||
context => q|The failure message for the code redemption function.|
|
||||
},
|
||||
'redeem code ask for code' => {
|
||||
message => q|Please enter your subscription code below.|,
|
||||
lastUpdated => 0,
|
||||
context => q|The enter a code message for the code redemption function.|
|
||||
},
|
||||
'selection batch id' => {
|
||||
message => q|batch ID|,
|
||||
lastUpdated => 0,
|
||||
context => q|Shows up in the selection part of listSubscriptionCodes.|
|
||||
},
|
||||
|
||||
'help redeem code template body' => {
|
||||
message => q|The following template variables are available through this template:<br>
|
||||
<br>
|
||||
<b>batchDescription</b><br>
|
||||
The description of the batch tied to the subscription code.<br>
|
||||
<br>
|
||||
<b>message</b><br>
|
||||
The message that gives the result of your action. Depending on what you've done is sais that you can enter a code, you've enterd the worong coe, or that you've successfully redeemed your code.<br>
|
||||
<br>
|
||||
<b>codeForm</b>
|
||||
The form in which the user can enter his subscription code.<br>|,
|
||||
lastUpdated => 0,
|
||||
context => q|The body of the help page of the code redemption template.|
|
||||
},
|
||||
'help redeem code template title' => {
|
||||
message => q|Redeem subscripton code template|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the help page of the code redemption template.|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
89
lib/WebGUI/i18n/English/TransactionLog.pm
Normal file
89
lib/WebGUI/i18n/English/TransactionLog.pm
Normal file
|
|
@ -0,0 +1,89 @@
|
|||
package WebGUI::i18n::English::TransactionLog;
|
||||
|
||||
our $I18N = {
|
||||
'cancel error' => {
|
||||
message => q|An error has occurred while canceling the recurring transaction. Please contact the admin. Error: |,
|
||||
lastUpdated => 0,
|
||||
context => q|An error message that's shown when a subscription cancelation fails.|
|
||||
},
|
||||
|
||||
'cannot cancel' => {
|
||||
message => q|You cannot cancel a non recurring transaction|,
|
||||
lastUpdated => 0,
|
||||
context => q|An error message that's shown when an attempt is made to cancel a non recurring transaction.|
|
||||
},
|
||||
|
||||
'help purchase history template body' => {
|
||||
message => q|The following template variables are available in this template:<br>
|
||||
<br>
|
||||
<b>errorMessage</b><br>
|
||||
A message with an error concerning the cancelation of recuuring payment.<br>
|
||||
<br>
|
||||
<b>historyLoop</b><br>
|
||||
A loop containing the transactions in the transaction history. Within this loop these variables are also available:<br>
|
||||
<blockquote>
|
||||
<b>amount</b><br>
|
||||
The total amount of this transaction.<br>
|
||||
<br>
|
||||
<b>recurring</b><br>
|
||||
A boolean that indicates wheter this is a recurring transaction or not.<br>
|
||||
<br>
|
||||
<b>canCancel</b><br>
|
||||
A boolean value indicating wheter it's possible to cancel this transaction. This is only teh case with recurring payments that haven't been canceled yet.<br>
|
||||
<br>
|
||||
<b>cancelUrl</b><br>
|
||||
The URL to visit when you ant to cancel this recurring transaction.<br>
|
||||
<br>
|
||||
<b>initDate</b><br>
|
||||
The date the transaction was initialized.<br>
|
||||
<br>
|
||||
<b>completionDate</b><br>
|
||||
The date on which the transaction has been confirmed.<br>
|
||||
<br>
|
||||
<b>status</b><br>
|
||||
The status for this transaction.<br>
|
||||
<br>
|
||||
<b>lastPayedTerm</b><br>
|
||||
The most recent term that has been payed. This is an integer.<br>
|
||||
<br>
|
||||
<b>gateway</b><br>
|
||||
The payment gateway that was used.<br>
|
||||
<br>
|
||||
<b>gatewayId</b><br>
|
||||
The ID that is assigned to this transaction by the payment gateway.<br>
|
||||
<br>
|
||||
<b>transactionId</b><br>
|
||||
The internal ID that is assigned to this transaction by WebGUI.<br>
|
||||
<br>
|
||||
<b>userId</b><br>
|
||||
The internal WebGUI user ID of the user that performed this transaction.<br>
|
||||
<br>
|
||||
<b>itemLoop</b>
|
||||
This loop contains all items the transaction consists of. These variables are available:<br>
|
||||
<blockquote>
|
||||
<b>amount</b><br>
|
||||
The amount of this item.<br>
|
||||
<br>
|
||||
<b>itemName</b><br>
|
||||
The name of this item.<br>
|
||||
<br>
|
||||
<b>itemId</b><br>
|
||||
The internal WebGUI ID tied to this item.<br>
|
||||
<br>
|
||||
<b>itemType</b><br>
|
||||
The type that this item's of.<br>
|
||||
<br>
|
||||
<b>quantity</b><br>
|
||||
The quantity in which this item is bought.<br>
|
||||
</blockquote>
|
||||
</blockquote>|,
|
||||
lastUpdated => 0,
|
||||
context => q|The body of the help page of the purchase history template.|
|
||||
},
|
||||
'help purchase history template title' => {
|
||||
message => q|View purchase history template|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the help page of the purchase history template.|
|
||||
},
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue