Your IP : 216.73.216.95


Current Path : /var/test/www/alh/catalog/language/english/checkout/
Upload File :
Current File : /var/test/www/alh/catalog/language/english/checkout/cart.php

<?php
// Heading  
$_['heading_title']          = 'Shopping Cart';

// Text
$_['text_success']           = 'Success: You have added <a href="%s">%s</a> to your <a href="%s">shopping cart</a>!';
$_['text_remove']            = 'Success: You have modified your shopping cart!';
$_['text_coupon']            = 'Success: Your coupon discount has been applied!';
$_['text_voucher']           = 'Success: Your gift voucher discount has been applied!';
$_['text_reward']            = 'Success: Your reward points discount has been applied!';
$_['text_shipping']          = 'Success: Your shipping estimate has been applied!';
$_['text_login']             = 'Attention: You must <a href="%s">login</a> or <a href="%s">create an account</a> to view prices!';
$_['text_points']            = 'Reward Points: %s';
$_['text_items']             = '%s item(s) - %s';
$_['text_next']              = 'What would you like to do next?';
$_['text_next_choice']       = 'Choose if you have a discount code or reward points you want to use or would like to estimate your delivery cost.';
$_['text_use_coupon']        = 'Use Coupon Code';
$_['text_use_voucher']       = 'Use Gift Voucher';
$_['text_use_reward']        = 'Use Reward Points (Available %s)';
$_['text_shipping_estimate'] = 'Estimate Shipping &amp; Taxes';
$_['text_shipping_detail']   = 'Enter your destination to get a shipping estimate.';
$_['text_shipping_method']   = 'Please select the preferred shipping method to use on this order.';
$_['text_empty']             = 'Your shopping cart is empty!';
$_['text_until_cancelled']   = 'until cancelled';
$_['text_recurring_item']    = 'Recurring item';
$_['text_payment_profile']   = 'Payment Profile';
$_['text_trial_description'] = '%s every %d %s(s) for %d payment(s) then';
$_['text_payment_description'] = '%s every %d %s(s) for %d payment(s)';
$_['text_payment_until_canceled_description'] = '%s every %d %s(s) until canceled';
$_['text_day']               = 'day';
$_['text_week']              = 'week';
$_['text_semi_month']        = 'half-month';
$_['text_month']             = 'month';
$_['text_year']              = 'year';

// Column
$_['column_image']           = 'Image';
$_['column_name']            = 'Product Name';
$_['column_model']           = 'Model';
$_['column_quantity']        = 'Quantity';
$_['column_price']           = 'Unit Price';
$_['column_total']           = 'Total';

// Entry
$_['entry_coupon']           = 'Enter your coupon here:';
$_['entry_voucher']          = 'Enter your gift voucher code here:';
$_['entry_reward']           = 'Points to use (Max %s):';
$_['entry_country']          = 'Country:';
$_['entry_zone']             = 'Region / State:';
$_['entry_postcode']         = 'Post Code:';

// Error
$_['error_stock']            = 'Products marked with *** are not available in the desired quantity or not in stock!';
$_['error_minimum']          = 'Minimum order amount for %s is %s!';	
$_['error_required']         = '%s required!';	
$_['error_product']          = 'Warning: There are no products in your cart!';	
$_['error_coupon']           = 'Warning: Coupon is either invalid, expired or reached it\'s usage limit!';
$_['error_voucher']          = 'Warning: Gift Voucher is either invalid or the balance has been used up!';
$_['error_reward']           = 'Warning: Please enter the amount of reward points to use!';	
$_['error_points']           = 'Warning: You don\'t have %s reward points!';
$_['error_maximum']          = 'Warning: The maximum number of points that can be applied is %s!';
$_['error_postcode']         = 'Postcode must be between 2 and 10 characters!';
$_['error_country']          = 'Please select a country!';
$_['error_zone']             = 'Please select a region / state!';
$_['error_shipping']         = 'Warning: Shipping method required!';
$_['error_no_shipping']      = 'Warning: No Shipping options are available. Please <a href="%s">contact us</a> for assistance!';
$_['error_profile_required'] = 'Please select a payment profile!';

$_['text_trial']             = '%s every %s %s for %s payments then ';
$_['text_recurring']         = '%s every %s %s';
$_['text_length']            = ' for %s payments';
?>