shop.balmet.com

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

pp_express_view.php (3811B)


      1 <?php
      2 // Heading
      3 $_['heading_title']			  = 'View Transaction';
      4 
      5 // Text
      6 $_['text_pp_express']		  = 'PayPal Express Checkout';
      7 $_['text_product_lines']	  = 'Product lines';
      8 $_['text_ebay_txn_id']		  = 'eBay transaction ID';
      9 $_['text_name']				  = 'Name';
     10 $_['text_qty']				  = 'Quantity';
     11 $_['text_price']			  = 'Price';
     12 $_['text_number']			  = 'Number';
     13 $_['text_coupon_id']		  = 'Coupon ID';
     14 $_['text_coupon_amount']	  = 'Coupon amount';
     15 $_['text_coupon_currency']	  = 'Coupon currency';
     16 $_['text_loyalty_disc_amt']	  = 'Loyalty card disc amount';
     17 $_['text_loyalty_currency']	  = 'Loyalty card currency';
     18 $_['text_options_name']		  = 'Options name';
     19 $_['text_tax_amt']			  = 'Tax amount';
     20 $_['text_currency_code']	  = 'Currency code';
     21 $_['text_amount']			  = 'Amount';
     22 $_['text_gift_msg']			  = 'Gift message';
     23 $_['text_gift_receipt']		  = 'Gift receipt';
     24 $_['text_gift_wrap_name']	  = 'Gift wrap name';
     25 $_['text_gift_wrap_amt']	  = 'Gift wrap amount';
     26 $_['text_buyer_email_market'] = 'Buyer marketing email';
     27 $_['text_survey_question']	  = 'Survey question';
     28 $_['text_survey_chosen']	  = 'Survey choice selected';
     29 $_['text_receiver_business']  = 'Receiver business';
     30 $_['text_receiver_email']	  = 'Receiver email';
     31 $_['text_receiver_id']		  = 'Receiver ID';
     32 $_['text_buyer_email']		  = 'Buyer email';
     33 $_['text_payer_id']			  = 'Payer ID';
     34 $_['text_payer_status']		  = 'Payer status';
     35 $_['text_country_code']		  = 'Country code';
     36 $_['text_payer_business']	  = 'Payer business';
     37 $_['text_payer_salute']		  = 'Payer salutation';
     38 $_['text_payer_firstname']	  = 'Payer first name';
     39 $_['text_payer_middlename']   = 'Payer middle name';
     40 $_['text_payer_lastname']	  = 'Payer last name';
     41 $_['text_payer_suffix']		  = 'Payer suffix';
     42 $_['text_address_owner']	  = 'Address owner';
     43 $_['text_address_status']	  = 'Address status';
     44 $_['text_ship_sec_name']	  = 'Ship to secondary name';
     45 $_['text_ship_name']		  = 'Ship to name';
     46 $_['text_ship_street1']		  = 'Ship to address 1';
     47 $_['text_ship_street2']		  = 'Ship to address 2';
     48 $_['text_ship_city']		  = 'Ship to city';
     49 $_['text_ship_state']		  = 'Ship to state';
     50 $_['text_ship_zip']			  = 'Ship to ZIP';
     51 $_['text_ship_country']		  = 'Ship to country code';
     52 $_['text_ship_phone']		  = 'Ship to phone number';
     53 $_['text_ship_sec_add1']	  = 'Ship to secondary address 1';
     54 $_['text_ship_sec_add2']	  = 'Ship to secondary address 2';
     55 $_['text_ship_sec_city']	  = 'Ship to secondary city';
     56 $_['text_ship_sec_state']	  = 'Ship to secondary state';
     57 $_['text_ship_sec_zip']		  = 'Ship to secondary ZIP';
     58 $_['text_ship_sec_country']	  = 'Ship to secondary country code';
     59 $_['text_ship_sec_phone']	  = 'Ship to secondary phone';
     60 $_['text_trans_id']			  = 'Transaction ID';
     61 $_['text_receipt_id']		  = 'Receipt ID';
     62 $_['text_parent_trans_id']	  = 'Parent transaction ID';
     63 $_['text_trans_type']		  = 'Transaction type';
     64 $_['text_payment_type']		  = 'Payment type';
     65 $_['text_order_time']		  = 'Order time';
     66 $_['text_fee_amount']		  = 'Fee amount';
     67 $_['text_settle_amount']	  = 'Settle amount';
     68 $_['text_tax_amount']		  = 'Tax amount';
     69 $_['text_exchange']			  = 'Exchange rate';
     70 $_['text_payment_status']	  = 'Payment status';
     71 $_['text_pending_reason']	  = 'Pending reason';
     72 $_['text_reason_code']		  = 'Reason code';
     73 $_['text_protect_elig']		  = 'Protection eligibility';
     74 $_['text_protect_elig_type']  = 'Protection eligibility type';
     75 $_['text_store_id']			  = 'Store ID';
     76 $_['text_terminal_id']		  = 'Terminal ID';
     77 $_['text_invoice_number']	  = 'Invoice number';
     78 $_['text_custom']			  = 'Custom';
     79 $_['text_note']				  = 'Note';
     80 $_['text_sales_tax']		  = 'Sales tax';
     81 $_['text_buyer_id']			  = 'Buyer ID';
     82 $_['text_close_date']		  = 'Closing date';
     83 $_['text_multi_item']		  = 'Multi item';
     84 $_['text_sub_amt']			  = 'Subscription amount';
     85 $_['text_sub_period']		  = 'Subscription period';