<?php
#############################################################################

#############################################################################
// Heading
$_['heading_title']    = 'Product Payment Limit';
$_['enable_product_payment_limit']    = 'Enable Product Payment Limit Module';
$_['text_success']     = 'Success: You have modified module Product Payment!';
$_['mix_cart_payment_method']     = 'When products have common Payment Method';
$_['mix_cart_payment_method_1']     = 'Only display common Payment Method';
$_['mix_cart_payment_method_2']     = 'Display all product Payment Method';


$_['conflict_cart_payment_method']     = 'When products does NOT have common Payment Method';
$_['conflict_cart_payment_method_1']     = 'Do not display any Payment Method';
$_['conflict_cart_payment_method_2']     = 'Display Predefined Payment Method';

$_['force_payment_method']     = 'Predefined Payment Method';

?>