shop.balmet.com

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

laybuy.php (8010B)


      1 <?php
      2 // Heading
      3 $_['heading_title']                 = 'Lay-Buy';
      4 $_['heading_transaction_title']     = 'Transaction';
      5 
      6 // Tab
      7 $_['tab_settings']                  = 'Settings';
      8 $_['tab_reports']                   = 'Reports';
      9 $_['tab_reference']                 = 'Reference Information';
     10 $_['tab_customer']                  = 'Customer Information';
     11 $_['tab_payment']                   = 'Payment Plan';
     12 $_['tab_modify']                    = 'Modify Plan';
     13 
     14 // Text
     15 $_['text_extension']                = 'Extensions';
     16 $_['text_success']                  = 'Success: You have modified Lay-Buy payment module!';
     17 $_['text_edit']                     = 'Edit Lay-Buy';
     18 $_['text_laybuy']                   = '<a href="https://www.lay-buys.com" target="_blank"><img src="view/image/payment/laybuys.png" style="width:94px;height:25px" alt="Lay-Buys" title="Lay-Buys"></a>';
     19 $_['text_cancel_success']           = 'Transaction was canceled successfully.';
     20 $_['text_cancel_failure']           = 'Cancel request was unsuccessful. Please try again!';
     21 $_['text_revise_success']           = 'Revise request was successful.';
     22 $_['text_revise_failure']           = 'Revise request was unsuccessful. Please try again!';
     23 $_['text_type_laybuy']              = 'Lay-Buy';
     24 $_['text_type_buynow']              = 'Buy-Now';
     25 $_['text_status_1']                 = 'Pending';
     26 $_['text_status_5']                 = 'Completed';
     27 $_['text_status_7']                 = 'Canceled';
     28 $_['text_status_50']                = 'Revise Requested';
     29 $_['text_status_51']                = 'Revised';
     30 $_['text_fetched_some']             = 'Successfully updated %d transaction(s)';
     31 $_['text_fetched_none']             = 'There are no transactions to update.';
     32 $_['text_transaction_details']      = 'Transaction Details';
     33 $_['text_not_found']                = 'There is no transaction with that ID.';
     34 $_['text_paypal_profile_id']        = 'PayPal Profile ID';
     35 $_['text_laybuy_ref_no']            = 'Lay-Buy Reference ID';
     36 $_['text_order_id']                 = 'Order ID';
     37 $_['text_status']                   = 'Status';
     38 $_['text_amount']                   = 'Amount';
     39 $_['text_downpayment_percent']      = 'Down Payment Percent';
     40 $_['text_month']                    = 'Month';
     41 $_['text_months']                   = 'Months';
     42 $_['text_downpayment_amount']       = 'Down Payment Amount';
     43 $_['text_payment_amounts']          = 'Payment Amounts';
     44 $_['text_first_payment_due']        = 'First Payment Due';
     45 $_['text_last_payment_due']         = 'Last Payment Due';
     46 $_['text_instalment']               = 'Instalment';
     47 $_['text_date']                     = 'Date';
     48 $_['text_pp_trans_id']              = 'PayPal Transaction ID';
     49 $_['text_downpayment']              = 'Down Payment';
     50 $_['text_report']                   = 'Payment Record';
     51 $_['text_revise_plan']              = 'Revise Plan';
     52 $_['text_today']                    = 'Today';
     53 $_['text_due_date']                 = 'Due Date';
     54 $_['text_cancel_plan']              = 'Cancel Plan';
     55 $_['text_firstname']                = 'First Name';
     56 $_['text_lastname']                 = 'Last Name';
     57 $_['text_email']                    = 'E-Mail';
     58 $_['text_address']                  = 'Address';
     59 $_['text_suburb']                   = 'Suburb';
     60 $_['text_state']                    = 'State';
     61 $_['text_country']                  = 'Country';
     62 $_['text_postcode']                 = 'Postcode';
     63 $_['text_payment_info']		     	= 'Payment Information';
     64 $_['text_no_cron_time']             = 'The cron has not yet been executed';
     65 $_['text_comment'] 	                = 'Updated by Lay-Buy';
     66 $_['text_comment_canceled'] 	    = 'Order canceled and recurring PayPal Profile #%s canceled.';
     67 $_['text_remaining'] 	            = 'Remaining:';
     68 
     69 // Column
     70 $_['column_order_id']               = 'Order ID';
     71 $_['column_customer']               = 'Customer';
     72 $_['column_amount']                 = 'Amount';
     73 $_['column_dp_percent']             = 'Down Payment Percent';
     74 $_['column_months']                 = 'Months';
     75 $_['column_dp_amount']              = 'Down Payment Amount';
     76 $_['column_first_payment']          = 'First Payment Due';
     77 $_['column_last_payment']           = 'Last Payment Due';
     78 $_['column_status']                 = 'Status';
     79 $_['column_date_added']             = 'Date Added';
     80 $_['column_action']                 = 'Action';
     81 
     82 // Entry
     83 $_['entry_membership_id']           = 'Lay-Buys Membership ID';
     84 $_['entry_token']                   = 'Secret Token';
     85 $_['entry_minimum']                 = 'Minimum Down Payment (%)';
     86 $_['entry_maximum']                 = 'Maximum Down Payment (%)';
     87 $_['entry_max_months']              = 'Months';
     88 $_['entry_category']                = 'Allowed Categories';
     89 $_['entry_product_ids']             = 'Excluded Product IDs';
     90 $_['entry_customer_group']          = 'Allowed Customer Groups';
     91 $_['entry_logging']                 = 'Debug Logging';
     92 $_['entry_total']                   = 'Total';
     93 $_['entry_order_status_pending']    = 'Order Status (Pending)';
     94 $_['entry_order_status_canceled']   = 'Order Status (Canceled)';
     95 $_['entry_order_status_processing'] = 'Order Status (Processing)';
     96 $_['entry_gateway_url']             = 'Gateway URL';
     97 $_['entry_api_url']                 = 'API URL';
     98 $_['entry_geo_zone']                = 'Geo Zone';
     99 $_['entry_status']                  = 'Status';
    100 $_['entry_sort_order']              = 'Sort Order';
    101 $_['entry_cron_url']                = 'Cron Job URL';
    102 $_['entry_cron_time']               = 'Cron Job Last Run';
    103 $_['entry_order_id']                = 'Order ID';
    104 $_['entry_customer']                = 'Customer';
    105 $_['entry_dp_percent']              = 'Down Payment Percent';
    106 $_['entry_months']                  = 'Months';
    107 $_['entry_date_added']              = 'Date Added';
    108 
    109 // Help
    110 $_['help_membership_id']            = 'Your personal Lay-Buy account membership number. (attained when you register a merchant account at https://www.lay-buys.com/index.php/vtmob/login)';
    111 $_['help_token']                    = 'Enter a random token for security or use the one generated.';
    112 $_['help_minimum']                  = 'Minimum Deposit Amount.';
    113 $_['help_maximum']                  = 'Maximum Deposit Amount.';
    114 $_['help_months']                   = 'Maximum Number of Months to pay Balance.';
    115 $_['help_category']                 = 'Select for which categories the payment option will be available. Leave blank if no restriction.';
    116 $_['help_product_ids']              = 'Add product IDs separated by comma(,) for which the method will not be available.';
    117 $_['help_customer_group']           = 'The customer must be in these customer groups before this payment method becomes active. Leave blank if there is no restriction.';
    118 $_['help_logging']                  = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.';
    119 $_['help_total']                    = 'The checkout total the order must reach before this payment method becomes active. Must be a value with no currency sign.';
    120 $_['help_order_status_pending']     = 'The order status after the customer\'s order has been placed.';
    121 $_['help_order_status_canceled']    = 'The order status after the customer\'s order is canceled.';
    122 $_['help_order_status_processing']  = 'The order status after the customer\'s order is paid.';
    123 $_['help_cron_url']                 = 'Set a cron job to call this URL so that the reports are auto fetched.';
    124 $_['help_cron_time']                = 'This is the last time that the cron job URL was executed.';
    125 
    126 // Error
    127 $_['error_permission']              = 'Warning: You do not have permission to modify payment Lay-buy!';
    128 $_['error_membership_id']           = 'Lay-Buys Membership ID Required!';
    129 $_['error_token']                   = 'Lay-Buy Secret Token Required!';
    130 $_['error_min_deposit']             = 'Cannot exceed the Maximum Down Payment amount!';
    131 
    132 // Button
    133 $_['button_fetch']                  = 'Fetch';
    134 $_['button_revise_plan']            = 'Revise Plan';
    135 $_['button_cancel_plan']            = 'Cancel Plan';