En el archivo ‘functions.php’ del tema añadir al final:
function custom_price_suffix( $price ) {
return $price . ' IVA Incluido';
}
add_filter( 'woocommerce_get_price_html', 'custom_price_suffix' );
jramirez.eu
En el archivo ‘functions.php’ del tema añadir al final:
function custom_price_suffix( $price ) {
return $price . ' IVA Incluido';
}
add_filter( 'woocommerce_get_price_html', 'custom_price_suffix' );