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

chenda

Hello, 

I am runnig my website in other languge then english and i want to change the “from” text when  Enable it to display From before Minimum Price.

I know code so i can chenge it just i dont find it.
can you inform me with the file name there i can change this text?

best regards,
Chen

wpxteam

wpxteam

Hi Chen,

I hope that you are doing great.

This is actually listed as a premium feature of the plugin.

The premium version allows you to set custom price with custom string too.

Anyway, please add the following snippet to your child theme's functions.php file.

add_filter( 'vpd_prefix_min_price', function( $default ){
return __('YOUR_TEXT', 'variation-price-display');
}, 10, 1 );

Replace 'YOUR_TEXT' with your desired string.

Let me know if this helps achieve your goal.

Thanks a lot

chenda

chenda

Works, thanks

chenda

chenda

Hello,

for somereson i cant see "from" text on mobile and tablet version.
is it something about the plugin settings?

wpx

wpx

Hi chenda,

Can you please share a product link to check?

Hope to hear from you soon.

Best Regards

chenda

chenda

Everything works perfect, sorry it was cache problem

wpxteam

wpxteam

Hi Chen,

We are glad that the issue is resolved.

If you found our support helpful, please leave your valuable review here: https://wordpress.org/support/plugin/variation-price-display/reviews/?filter=5

Your rating keeps us inspired 🙂️

Have a great day