It seems the get_option for labels is overruling any translation for those particular fields.
For example, in gpls_woo_rfq_checkout.php, if I change
$order_button_text = get_option('rfq_cart_wordings_submit_your_rfq_text',__('Submit Your Request For Quote', 'woo-rfq-for-woocommerce' ));
to
$order_button_text = __('Submit Your Request For Quote', 'woo-rfq-for-woocommerce' );
the WPML string translation will work correctly.
-
This reply was modified 7 years, 1 month ago by rickades.