Leave a suggestion

If this tutorial is not what you were looking for, you still have any questions, suggestions or concerns - feel free to let us know. Please help us to serve you better!

Your Name

Your Email

Your Message (required)

Jigoshop. How to remove the "in stock" text from the product details page

This tutorial is going to show you how to remove the "in stock" text from the product details page of your Jigoshop template.

  1. Connect to your FTP server and open the folder where your WordPress site files are stored.
  2. Go to the \wp-content\themes\theme1824\jigoshop\ directory.
  3. Open single-product.php in this directory to edit.
  4. Delete or comment out   the part of code between  lines 24-31:
  5. 						
    is_in_stock() == 1 ) { $stk = 'in stock'; } else { $stk = 'out of stock'; } echo $stk; ?>
  6. Save your changes.
  7. Check the products pages on your site.

Feel free to check the detailed video tutorial below:

how to change Google Map location in WordPress