add_filter('woocommerce_get_price_html', 'ocultar_precio_sin_existencias', 10, 2); function ocultar_precio_sin_existencias($price, $product) { if (!$product->is_in_stock()) { return ''; } return $price; } hola

It seems we can’t find what you’re looking for.

Updating…
  • No products in the basket.