Categories

Featured templates

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

Norman Fisher November 21, 2012
Rating: 5.0/5. From 2 votes.
Please wait...

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

Themes for Wordpress Websites
This entry was posted in Jigoshop Tutorials and tagged in stock, Jigoshop, remove, text. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket