msbazilio
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] price FreeThank you for your attention, I would like to insert the “on request” in the application, but will study other alternative.
Thanks again.Forum: Plugins
In reply to: [WooCommerce] price FreeWhen you purchase this product
http://mkmdecoracoes.com.br/produto/garrafa-wisky/
Note that the shopping trolley value will be 0.00 and not on request.Forum: Plugins
In reply to: [WooCommerce] price FreeHello, when the purchase is made and the item goes to the basket, the demonstration of the product is ok! But in the cart item appears $0.00.
Forum: Plugins
In reply to: [WooCommerce] price Freeok!
You have no way to leave a string then?Forum: Plugins
In reply to: [WooCommerce] price FreeSorry, but it did not work.
I’m using this function, but the shopping trolley listed as 0“add_filter( ‘woocommerce_variable_free_price_html’, ‘hide_free_price_notice’ );
add_filter( ‘woocommerce_free_price_html’, ‘hide_free_price_notice’ );
add_filter( ‘woocommerce_variation_free_price_html’, ‘hide_free_price_notice’ );
function hide_free_price_notice( $price)
{
return ‘Sob Consulta’;
}”