How To Change Out Of Stock Text in Avada Theme

In case you wish to change out of stock message for WooCommerce in Avada Theme, the usual method of adding code snippet similar to one given below will not work for Avada Theme

Code To Change Out of Stock Text in Normal Usual WordPress Theme

Code to Change Out of Stock Text for WooCommerce in Avada Theme

In case you wish to change the out of stock tet specially for Avada Theme, you need to edit Avada Template files. You can create a Child Theme as well for Avada Theme and add the following file to location

wp-content/themes/Avada/templates/wc-product-loop-outofstock-flash.php

The edited php file code will be

The text ‘Sold’ Avada can be modified/ replaced with whatever out of stock text message you want for Avada Theme.

Similar Posts