Title: Adding Waitlist Button to archive-product.php
Last modified: September 6, 2016

---

# Adding Waitlist Button to archive-product.php

 *  Resolved [corrinesoave](https://wordpress.org/support/users/corrinesoave/)
 * (@corrinesoave)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/adding-waitlist-button-to-archive-product-php/)
 * Hi, I have category pages for my products that use the archive-product.php file
   to list all the products within a category. These category pages are displaying
   all the content for each individual product including the purchase button. If
   an item is out of stock I’d like to include the ‘Add to Waitlist’ button on my
   category pages as well as the individual product. I have it working on the products
   page but it doesn’t show up on my category pages. Any advice for getting the 
   waitlist button to display on the category list pages would be appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/adding-waitlist-button-to-archive-product-php/#post-8177675)
 * Hi,
    you need to modify the methos **add_form()** on class **class.yith-wcwtl-
   frontend.php**. In particular, try to remove from the first “if” condition this
   control **&& is_product()** on line 111 and check if action **woocommerce_stock_html**
   is present also on products loop.
 * Please before make any change on code, make first a backup copy.
 * Regards
    -  This reply was modified 9 years, 8 months ago by [YITHEMES](https://wordpress.org/support/users/yithemes/).
 *  Thread Starter [corrinesoave](https://wordpress.org/support/users/corrinesoave/)
 * (@corrinesoave)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/adding-waitlist-button-to-archive-product-php/#post-8191570)
 * That worked, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding Waitlist Button to archive-product.php’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-waiting-list/assets/icon.svg?rev=3307141)
 * [YITH WooCommerce Waitlist](https://wordpress.org/plugins/yith-woocommerce-waiting-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-waiting-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-waiting-list/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-waiting-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-waiting-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-waiting-list/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [corrinesoave](https://wordpress.org/support/users/corrinesoave/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/adding-waitlist-button-to-archive-product-php/#post-8191570)
 * Status: resolved