Current Path : /var/test/www/alh/catalog/language/en-gb/extension/quickcheckout/ |
Current File : /var/test/www/alh/catalog/language/en-gb/extension/quickcheckout/checkout.php |
<?php // Text $_['text_checkout_option'] = 'Login'; $_['text_checkout_account'] = 'Account & Billing Details'; $_['text_checkout_payment_address'] = 'Billing Details'; $_['text_checkout_shipping_address'] = 'Delivery Details'; $_['text_checkout_shipping_method'] = 'Delivery Method'; $_['text_checkout_payment_method'] = 'Payment Method'; $_['text_checkout_confirm'] = 'Confirm Order'; $_['text_agree'] = 'I have read and agree to the <a class="agree" href="%s" alt="%s"><b>%s</b></a>'; $_['text_create_account'] = 'Also create an account for future use.'; $_['text_or'] = '-- OR --'; $_['text_please_wait'] = 'Please wait...'; $_['text_coupon'] = 'Success: Your coupon discount has been applied!'; $_['text_coupon_removed'] = 'Success: Your coupon discount has been removed!'; $_['text_voucher'] = 'Success: Your gift voucher discount has been applied!'; $_['text_voucher_removed'] = 'Success: Your gift voucher discount has been removed!'; $_['text_reward'] = 'Success: Your reward points discount has been applied!'; $_['text_reward_removed'] = 'Success: Your reward points discount has been removed!'; $_['text_use_coupon'] = 'Use Coupon Code'; $_['text_use_voucher'] = 'Use Gift Voucher'; $_['text_use_reward'] = 'Use Reward Points'; $_['text_estimated_delivery'] = 'Estimated Delivery:'; $_['text_delivery'] = 'Delivery Date:'; $_['text_points'] = 'Reward Points: %s'; $_['text_loading'] = 'loading...'; $_['text_survey'] = 'Survey:'; $_['text_order_comments'] = 'Order Comments:'; $_['text_image'] = 'Image'; $_['text_name'] = 'Product Name'; $_['text_quantity'] = 'Quantity'; $_['text_price'] = 'Unit Price'; $_['text_total'] = 'Total'; $_['text_points'] = 'Reward Points: %s'; // Column $_['column_image'] = 'Image'; $_['column_name'] = 'Product Name'; $_['column_model'] = 'Model'; $_['column_quantity'] = 'Quantity'; $_['column_price'] = 'Price'; $_['column_total'] = 'Total'; // Entry $_['entry_coupon'] = 'Enter your coupon here:'; $_['entry_voucher'] = 'Enter your gift voucher code here:'; $_['entry_reward'] = 'Enter reward points to use (Max %s, Available %s):'; // Error $_['error_fax'] = 'Fax must be between 3 and 32 characters!'; $_['error_company'] = 'Company must be between 3 and 32 characters!'; $_['error_address_2'] = 'Address 2 must be between 3 and 128 characters!'; $_['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_survey'] = 'Warning: Survey question is required to be answered!'; $_['error_delivery'] = 'Warning: Delivery date is required!'; $_['error_maximum'] = 'Warning: The maximum number of points that can be applied is %s!'; $_['error_reward'] = 'Warning: Please enter the amount of reward points to use!'; $_['error_points'] = 'Warning: You don\'t have %s reward points!'; $_['error_minimum_order'] = 'Warning: You need a minimum order of %s before you can checkout.'; $_['error_comment'] = 'Warning: Order comment is required.';