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

How to change the name of the table (NOT the Headlines of each column)

AnaRamos

I don’t know and can’t find any sort of explanation on how to change the name of the variation table (“Available options” by default). Note that I’m not referring to the headlines of each column but the title that appears right before the variation table.

wpxteam

wpxteam

Hi Ana,

We are sorry for the inconvenience.

Please customize the text from here.

If you need further assistance with anything else, please let us know.

Thank you

AnaRamos

AnaRamos

I know how to costumize the bottons. What I mean to change is the Title that appears right before the table. It says "Available options" but it's no button, it's the Title of the whole table. That's the text I want to costumize, because it's in English and this website is in Portuguese.

wpx

wpx

Hi AnaRamos,

Please add the following snippet using Code Snippets plugin:

add_filter('pvtfw_variant_table_varaints_heading', function($default_text){
return __('YOUR_CUSTOM_TEXT/KEEP_BLANK_IF_YOU_WANT_BLANK', 'product-variant-table-for-woocommerce');
}, 10, 1);

Then let me know if it works or not.

Hope to hear from you soon.

Thanks