shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

amazon_login_pay.php (1592B)


      1 <?php
      2 // Heading
      3 $_['heading_title']				= 'Amazon Pay';
      4 $_['heading_address']			= 'Please choose a delivery address';
      5 $_['heading_payment']			= 'Please select a payment method';
      6 $_['heading_confirm']			= 'Order summary';
      7 // Text
      8 $_['text_back']					= 'Back';
      9 $_['text_cart']					= 'Cart';
     10 $_['text_confirm']				= 'Confirm';
     11 $_['text_continue']				= 'Continue';
     12 $_['text_lpa']					= 'Amazon Pay';
     13 $_['text_enter_coupon']			= 'Enter your coupon code here. If you don\'t have one, leave it empty.';
     14 $_['text_coupon']				= 'Coupon';
     15 $_['text_tax_other']			= 'Taxes / Other handling fees';
     16 $_['text_success_title']		= 'Your order has been placed!';
     17 $_['text_payment_success']		= 'Your order was successfully placed. Order details are below';
     18 // Error
     19 $_['error_payment_method']		= 'Please select a payment method';
     20 $_['error_shipping']			= 'Please select a shipping method';
     21 $_['error_shipping_address']	= 'Please select a delivery address';
     22 $_['error_shipping_methods']	= 'There was an error retrieving your address from Amazon. Please contact the shop administrator for help.';
     23 $_['error_no_shipping_methods'] = 'There are no shipping options to the selected address. Please select a different shipping address.';
     24 $_['error_process_order']		= 'There was an error processing your order. Please contact the shop administrator for help.';
     25 $_['error_login']				= 'Login failed';
     26 $_['error_login_email']			= 'Login failed: %s account email address did not match Amazon account email address';
     27 $_['error_minimum']             = 'Minimum order amount for Amazon Pay is %s!';