AI Verified

Name

0.00 TO FREE

About

Make your price looks more professional by converting to text FREE instead of 0:00

Language

PHP

Rating

Voted: 0 by 0 user(s)

How to Setup Snippet

Just add code to php function it will convert 0 to free

Codevault

Bensassi

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: 6.1

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

19/11/2023

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

0.00 TO FREE

 
                    
1function wpturbo_custom_price_text( $price, $product ) {
2 if ( $product->get_price() == 0 ) {
3 $price = __('FREE', 'wpturbo');
4 }
5 return $price;
6}
7add_filter( 'woocommerce_get_price_html', 'wpturbo_custom_price_text', 10, 2 );
8?>
9<?php

0

Related Snippets

Please see some snippets below related to this snippet..

WooCommerce

AI Verified

0

Show 'NEW' Badges for Recently Added Items in WooCommerce

Added: 8 months ago

Last Updated: 8 months ago

This code snippet adds a "NEW!" badge to products in WooCommerce, indicating that they are newly added. The badge is displayed both on the product archive pages and the single product template for a s...

WooCommerce

AI Verified

0

WooCommerce Choose Charity For Fixed Donation On Checkout

Added: 1 year ago

Last Updated: 1 year ago

This guide shows you how can you can a fixed fee to the order based on a radio button selection on the checkout. Specific to this example, a fixed fee is added in the form of a donation based on a cha...

WooCommerce

AI Verified

0

change currency symbol to AED

Added: 5 months ago

Last Updated: 5 months ago

add it to functions.php

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

WooCommerce

AI Verified

0

Thank you Page

Added: 10 months ago

Last Updated: 10 months ago

Thank you Page

WooCommerce

AI Verified

0

0.00 TO FREE

Added: 10 months ago

Last Updated: 10 months ago

Make your price looks more professional by converting to text FREE instead of 0:00

WooCommerce

AI Verified

0

Futured Image

Added: 10 months ago

Last Updated: 9 months ago

Sutured image in your post page