Hi @tiendapoppies
WHEN U PUT OUTSTOCK THE PRICE WILL BE 0
This is not a WooCommerce core plugin behavior. Using the WooCommerce plugin only, with the default Storefront theme, products’ prices are not changed when they’re out of stock.
This behavior probably coming from your theme or from a plugin.
The best way to determine this is to:
* Temporarily switch your theme to Storefront
* Remove any custom code and disable all plugins except for WooCommerce
If you’re not seeing the same issues after completing the test, then you know the problem was with the plugins or theme you deactivated. Next, reactivate the theme and plugins one by one, testing again after each, until you find the one causing the problem.
You can find a more detailed explanation on how to this test here: https://docs.woocommerce.com/document/how-to-test-for-conflicts/.
Important: If you can’t do the test on your live site, I’d recommend creating a staging site. If your host doesn’t offer that option, we recommend WP Staging for quickly spinning up a new test site: https://wordpress.org/plugins/wp-staging.
Regards