Viewing 2 replies - 1 through 2 (of 2 total)
  • Same here. Seems that the plugin is incompatible with WPML.

    Solved it! Tested with WPML and string scanning.

    1. Open plugin’s backend page and leave message field blank.
    2. Open woocommerce_advanced_cod.php and change these lines:

    line 555

    if(!$extra_charges_msg){$extra_charges_msg = __('COD Charges');}

    and line 121

    $form_fields['extra_charges_msg'] = array(
    'title'			=> __('Message for extra charges','askoracle'),
    'type'			=> 'text',
    'description'	=> __('Message for extra charges while applied on checkout','askoracle'),
    'default'		=> __('COD Charges'),
    'desc_tip'		=> '',
    );
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘COD charges translation’ is closed to new replies.