shop.balmet.com

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

pp_express.php (3447B)


      1 <?php
      2 // Heading
      3 $_['heading_title']					 = 'PayPal Express Checkout';
      4 
      5 // Text
      6 $_['text_extension']				 = 'Extensions';
      7 $_['text_success']				 	 = 'Success: You have modified PayPal Express Checkout account details!';
      8 $_['text_edit']                      = 'Edit PayPal Express Checkout';
      9 $_['text_pp_express']				 = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Website Payment Pro" title="PayPal Website Payment Pro iFrame" style="border: 1px solid #EEEEEE;" /></a>';
     10 $_['text_authorization']			 = 'Authorization';
     11 $_['text_sale']						 = 'Sale';
     12 $_['text_signup']                    = 'Sign up for PayPal - save your settings first as this page will be refreshed';
     13 $_['text_sandbox']                   = 'Sign up for PayPal Sandbox - save your settings first as this page will be refreshed';
     14 
     15 // Entry
     16 $_['entry_username']				 = 'API Username';
     17 $_['entry_password']				 = 'API Password';
     18 $_['entry_signature']				 = 'API Signature';
     19 $_['entry_sandbox_username']		 = 'API Sandbox Username';
     20 $_['entry_sandbox_password']		 = 'API Sandbox Password';
     21 $_['entry_sandbox_signature']		 = 'API Sandbox Signature';
     22 $_['entry_ipn']						 = 'IPN URL';
     23 $_['entry_test']					 = 'Test (Sandbox) Mode';
     24 $_['entry_debug']					 = 'Debug logging';
     25 $_['entry_currency']				 = 'Default currency';
     26 $_['entry_recurring_cancel']	     = 'Allow customers to cancel recurring payments';
     27 $_['entry_transaction']		         = 'Transaction Method';
     28 $_['entry_total']					 = 'Total';
     29 $_['entry_geo_zone']				 = 'Geo Zone';
     30 $_['entry_status']					 = 'Status';
     31 $_['entry_sort_order']				 = 'Sort Order';
     32 $_['entry_canceled_reversal_status'] = 'Canceled Reversal Status';
     33 $_['entry_completed_status']		 = 'Completed Status';
     34 $_['entry_denied_status']			 = 'Denied Status';
     35 $_['entry_expired_status']			 = 'Expired Status';
     36 $_['entry_failed_status']			 = 'Failed Status';
     37 $_['entry_pending_status']			 = 'Pending Status';
     38 $_['entry_processed_status']		 = 'Processed Status';
     39 $_['entry_refunded_status']			 = 'Refunded Status';
     40 $_['entry_reversed_status']			 = 'Reversed Status';
     41 $_['entry_voided_status']			 = 'Voided Status';
     42 $_['entry_allow_notes']				 = 'Allow notes';
     43 $_['entry_colour']	      			 = 'Page background colour';
     44 $_['entry_logo']					 = 'Logo';
     45 
     46 // Tab
     47 $_['tab_api']				         = 'API Details';
     48 $_['tab_order_status']				 = 'Order status';
     49 $_['tab_checkout']					 = 'Checkout';
     50 
     51 // Help
     52 $_['help_ipn']						 = 'Required for subscriptions';
     53 $_['help_total']					 = 'The checkout total the order must reach before this payment method becomes active';
     54 $_['help_logo']						 = 'Max 750px(w) x 90px(h)<br />You should only use a logo if you have SSL set up.';
     55 $_['help_colour']					 = '6 character HTML colour code';
     56 $_['help_currency']					 = 'Used for transaction searches';
     57 
     58 // Error
     59 $_['error_permission']				 = 'Warning: You do not have permission to modify payment PayPal Express Checkout!';
     60 $_['error_username']				 = 'API Username Required!';
     61 $_['error_password']				 = 'API Password Required!';
     62 $_['error_signature']				 = 'API Signature Required!';
     63 $_['error_sandbox_username']	 	 = 'API Sandbox Username Required!';
     64 $_['error_sandbox_password']		 = 'API Sandbox Password Required!';
     65 $_['error_sandbox_signature']		 = 'API Sandbox Signature Required!';
     66 $_['error_api']						 = 'Paypal Authorization Error';
     67 $_['error_api_sandbox']				 = 'Paypal Sandbox Authorization Error';