Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

This topic contains 2 replies, has 2 voices.

Last updated by muhammad-sohailR-2 1 year, 11 months ago.

Assisted by: Shekhar Bhandari.

Author Posts
December 21, 2022 at 7:55 am #12689703

muhammad-sohailR-2

do_action( 'woocommerce_email_header', $email_heading, $email );

if(isset($woocommerce_quote_negotiation_options['textsApprovedQuoteEmail']) && !empty($woocommerce_quote_negotiation_options['textsApprovedQuoteEmail'])) {
echo sprintf( wpautop( $woocommerce_quote_negotiation_options['textsApprovedQuoteEmail'] ), $order->get_order_number() );

echo sprintf( esc_html( $order->get_order_number() ), esc_html( $order->get_formatted_billing_full_name() ) ) . "nn";
}

December 22, 2022 at 5:41 am #12696969

Shekhar Bhandari
Supporter

Languages: English (English )

Timezone: Asia/Kathmandu (GMT+05:45)

Hello there,

Welcome to WPML support. I'd be happy to help you on this.

From what I understand it looks like an plugin option, so can you please follow the below steps and see if this helps
- Go to WPML->String Translations
- At the bottom of the String Translation table, click on “Translate link in admin screens”
- Search for the strings there and see if you can find it.
- If you are able to find it, select it and add it using “Add to string translation” button
- Click on “Return to String Translations”
- Translate it

If the above doesn't help, I suggest you to add the code to the following sandbox site for us to test hidden link

Remember to add only demo contents since it's a public site, moving the site to this sandbox site is not recommended.

Also,
- Are you using the latest versions of WPML plugins?
- Which version of PHP/MYSQL are you using?

You can easily send this information using Debug information settings from WPML.

Could you please go to WPML > Support > Debug Information and give me the information in the next reply. You can read the detailed instructions here:
http://wpml.org/faq/provide-debug-information-faster-support/

Look forward to your reply.

Thanks