divido.php (2434B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Divido'; 4 5 // Text 6 $_['text_divido'] = '<a href="http://divido.com" target="_blank"><img src="view/image/payment/divido.png"></a>'; 7 $_['text_edit'] = 'Edit Divido'; 8 $_['text_extension'] = 'Extensions'; 9 $_['text_order_info'] = 'Divido info'; 10 $_['text_success'] = 'Success: You have modified the Divido module'; 11 $_['text_proposal_id'] = 'Proposal ID'; 12 $_['text_application_id'] = 'Application ID'; 13 $_['text_deposit_amount'] = 'Deposit amount'; 14 15 // Entry 16 $_['entry_order_status'] = 'Order status when approved'; 17 $_['entry_sort_order'] = 'Sort order'; 18 $_['entry_status'] = 'Status'; 19 $_['entry_api_key'] = 'API-key'; 20 $_['entry_title'] = 'Title'; 21 $_['entry_productselection'] = 'Product selection'; 22 $_['entry_planselection'] = 'Show default plan'; 23 $_['entry_planlist'] = 'Plans'; 24 $_['entry_plans_options_all'] = 'Show all plans'; 25 $_['entry_plans_options_selected'] = 'Select default plans'; 26 $_['entry_products_options_all'] = 'All products'; 27 $_['entry_products_options_selected'] = 'Only selected products'; 28 $_['entry_products_options_threshold'] = 'All products above a defined price'; 29 $_['entry_price_threshold'] = 'Product price threshold'; 30 $_['entry_cart_threshold'] = 'Cart total threshold'; 31 $_['entry_threshold_list'] = 'Plan thresholds'; 32 $_['entry_category'] = 'Categories'; 33 34 $_['help_api_key'] = 'Key that identifies you with Divido (obtained from Divido)'; 35 $_['help_status'] = 'Status of the payment method'; 36 $_['help_order_status'] = 'Status of the order when lender has approved'; 37 $_['help_title'] = 'Title of the payment option, shown in checkout'; 38 $_['help_planselection'] = 'Choose whether to manually select plans or show the default set'; 39 $_['help_productselection'] = 'Select what products are available on finance'; 40 $_['help_category'] = 'Limit what categories where financing is available'; 41 $_['help_cart_threshold'] = 'Hard lower limit on cart amount for Divido to be available';