Don't miss the chance! Get Variation Price Display Range Plugin at 🎯$49 $39 onlyBuy Now!
Public Ticket #2972

How to translate “Bulk cart” button

Nicolas Vandenkerckhoven

Hi, I try to translate the Bulk cart button but it doesnt’t work…

Can you help me please,  

wpxteam

wpxteam

Hi Nicolas,

I hope that you are doing great.

Would you like to use a custom text(in your language) replacing the current text?

Please try the following code Snippet:

function pvt_bulk_cart_text_override(){
return _x( 'YOUR_CUSTOM_TEXT', 'Bulk Cart: Button Text', 'product-variant-table-for-woocommerce-pro' );
}
add_filter('pvtfw_table_bulk_cart_text', 'pvt_bulk_cart_text_override');

Add the snippet to your child theme's functions.php file. You can also use the Code Snippets plugin to add it.

If you need assistance adding the snippet, please let us know.

We will wait for your feedback.

Thank you

wpxteam

wpxteam

Hi Nicolas,

Please replace this text with your desired text.

Let us know if this works.

Thank you