Generate the Action/Hook URL for the “Add To Wishlist” #
If you want to create a direct link or action hook for adding a specific product to the wishlist, you can use the following URL structure:
your-domain.com/?add-to-wishlist=PRODUCT-ID
Example: #
Let’s say the product ID of the item you want to add is 2122
. The URL would look like this:
your-domain.com/?add-to-wishlist=2122
Where to Find the Product ID? #
The PRODUCT-ID
is a unique identifier for each product in your WooCommerce store. You can find it:
- In the WooCommerce admin panel under the Products section.
- Hover over the product name to see the ID displayed beneath it.
When to Use This URL? #
- Custom Buttons or Links: If you’re creating custom buttons or links outside the default plugin functionality.
- Third-Party Integrations: To trigger the add-to-wishlist action programmatically.
This simple URL structure ensures flexibility and seamless integration into your store’s workflow.