Linux 软件免费装
Banner图

Back In Stock Notifier for WooCommerce | WooCommerce Waitlist Pro

开发者 codewoogeek
更新时间 2024年10月28日 21:00
PHP版本: 7.0 及以上
WordPress版本: 6.7
版权: GPL-3.0+

标签

email notification waitlist stock outofstock

下载

1.5.3 1.5.5 1.5.6 1.5.7 1.5.8 1.6 1.6.1 1.6.2 1.7 1.7.4 1.7.5 1.8.2 1.8.5 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 1.9.9 1.10.4 5.5.0 5.3.0 5.4.0 1.5.2 1.9.7 2.0 2.6 3.2 5.4.1 5.5.1 5.5.2 5.5.3 5.6.0 5.0.0 1.10.0 1.10.1 1.10.7 1.10.6 1.6.3 1.8.3 4.0.0 4.0.1 5.3.2 5.4.2 3.1 1.0 1.9.6 1.7.1 1.7.2 1.10.3 3.0 1.10.5 1.5 1.8 1.8.1 1.9.8 2.1 2.2 2.3 2.3.1 2.3.2 2.3.3 2.3.3.1 1.3 2.4.2 2.4.3 2.5 2.4 2.4.1 2.5.1 2.6.1 1.10.8 1.8.5.1 1.9 5.0.1 5.2.0 5.2.1 5.2.2 1.1 1.10.2 1.4 1.5.1 1.7.5.1 1.8.4 2.7 5.1.0 5.3.1

详情介绍:

Live Demo Back In Stock Notifier is a WooCommerce Waitlist Pro Plugin that displays the Email Subscription form on the frontend when a product is Out of Stock. When a Product comes Back in Stock, this plugin notifies the subscribers by email in the background process. Many of the existing plugins loop through the subscribers to send mail, so there is a high chance of failure or timeouts. This plugin is designed to overcome this problem by sending emails using a background process, ensuring it does not fail until the completion of the loop, thus converting your subscribers into customers.

安装:

Minimum Requirements Automatic installation Automatic installation is the easiest option, as WordPress handles the file transfers itself, and you don’t need to leave your web browser. To do an automatic install of Back In Stock Notifier, log in to your WordPress dashboard, navigate to the Plugins menu, and click Add New. In the search field, type “Back In Stock Notifier” and click Search Plugins. Once you’ve found our plugin with author codewoogeek, you can view details about it, such as the point release, rating, and description. Most importantly, you can install it by simply clicking “Install Now.” Manual installation The manual installation method involves downloading our plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains instructions on how to do this here.

屏幕截图:

  • Frontend Form Settings
  • Visibility Settings
  • Message Settings
  • Mail Settings
  • Background Process Engine Settings
  • Bot Protection Settings
  • Quantity Field Settings
  • Auto Delete Settings
  • I Agree checkbox Settings
  • Estimate Stock Arrival Settings
  • Troubleshoot Settings
  • Estimate Stock Arrival List Backend
  • Edit Estimate Stock Arrival Entry
  • Subscribe Form Frontend with Estimate Stock Arrival Message
  • Success Subscription Email
  • Back In Stock Email

常见问题:

Difference between this plugin and other similar plugins?

Actually, we sync and send the email to your subscribers in a background process, so server crashes or timeouts are ignored when using our plugin. This ensures a 99.99% success rate for sent emails.

How to import subscribers' data to my new site?

You can do this by using the native way of WordPress. Go to Admin Dashboard -> Tools -> Export -> Subscribers -> Download Export File (xml). Later, you can import that data into your new site by visiting Admin Dashboard -> Tools -> Import -> Upload Downloaded XML file and Finish Import. Now you've successfully migrated subscribers' data.

Something went wrong error upon subscription and how to get rid of such error?

Actually,

Something went wrong error upon subscription and how to get rid of such error?

Actually, We use one layer of security to our ajax request which is WP Nonce – but due to caching mechanism from third party plugins/hosting this security nonce also cached which cause this error "something went wrong, please try again after some time", some cases by setting up cache timeout in plugin settings reduce this kind of issue. How to get rid of this error? We added new techniques in version 2.0 to avoid the Something Went Wrong Error –If your site has encountered such issues, we suggest you try the below steps to get rid of the Something Went Wrong Error.

  1. Switch to the WordPress REST API Route: Go to Admin Dashboard -> Instock Notifier -> Settings -> Troubleshoot Settings Section -> Frontend Subscribe Form Submission via Oneis WordPress AJAX (default) and the other one is WordPress REST API Route. Try changing that option to "WordPress REST API Route" and checking it out (purge your cache and check it out).
  2. Google reCAPTCHA: Consider using Google reCAPTCHA v2 or v3. You will need a Site Key and a Secret Key for this. (Go to Admin Dashboard -> Instock Notifier -> Settings -> Bot Protection -> Bot Protection through -> Google reCAPTCHA -> 1. Enable Google reCAPTCHA in Subscribe Form : Enable 2. Select Google reCAPTCHA version -> v2/v3. Enter the Site Key and Secret Key corresponding to the selected version for proper operation.)
  3. Turnstile: Consider using Turnstile as an additional bot protection option. You will need a Site Key and a Secret Key for this. Go to Admin Dashboard -> Instock Notifier -> Settings -> Bot Protection -> Bot Protection through -> Turnstile -> Enable Turnstile in Subscribe Form (Enable) -> Turnstile Site Key -> Turnstile Secret Key.

How to override/create a custom template for the front-end subscribe form?

  1. Create a folder inside your current theme with the name "back-in-stock-notifier-for-woocommerce." For example: wordpress -> wp-content -> themes -> storefront/(your theme) -> back-in-stock-notifier-for-woocommerce.
  2. Go to our plugin folder, then inside, find the "templates" folder. (wordpress -> wp-content -> plugins -> back-in-stock-notifier-for-woocommerce -> templates -> default-form.php)
  3. Open the "templates" folder and copy the file with the name "default-form.php" from that folder.
  4. Now, paste the copied file inside your theme under the folder with the name "back-in-stock-notifier-for-woocommerce" (step 1).
  5. That's all. Now, you've successfully loaded the template from your theme, and you can edit it however you want.

I manage stock inventory in thirdparty inventory management will your plugin handle this?

Not all site owners manage stock within the website; some of them manage their stock through third-party inventory management. The problem with our plugin is that Automatic Instock Email is not triggered/detected because some third-party software directly updates the stock in the database. From v2.4, we methodologically implemented support for Third-party stock management to send our Automatic Instock Email. Do the following: Go to Admin Dashboard -> Instock Notifier -> Settings -> Troubleshoot Section -> Enable this option if you have updated the stock from a third-party inventory plugin. Enable that checkbox option and save changes. Now we check the product every five minutes to trigger our Automatic Instock Email when the stock status becomes "In Stock."

How can I manually check for subscribers' email?

Our plugin syncs with WordPress users who subscribe to our plugin. In some cases, an email id can be added without subscriptions (like cart abandonment, checkout page, etc.) by website owners. To check such emails, you can go to Admin Dashboard -> Users -> Add any data you want. For example, custom text.

What to do when a product is in stock but subscribers didn't get emails?

If your product is in stock and your subscribers didn't get emails, do the following:

  1. Go to Admin Dashboard -> Instock Notifier -> Settings.
  2. Go to the Troubleshoot Section.
  3. Set "Enable to send Instock Email after 'X' time when stock becomes Instock" to something like 5 minutes.
  4. Save Changes.

Does your plugin support REST API?

From Version 2.0, we added support for REST API, which allows you to create/update/get/delete subscribers. For this, you need Consumer Key and Consumer Secret.

How to generate Consumer key and Consumer Secret?

We designed our plugin to work on top of WooCommerce, so the credentials created from WooCommerce (consumer key and consumer secret) can also be used for our REST API Endpoint to perform different actions. Go to WooCommerce -> Advanced -> REST API -> Create Keys (with read/write permissions).

What endpoints are provided by your plugin?

We created documentation for the REST API, which you can check here https://documenter.getpostman.com/view/15423262/TzJrDfTe

How to contact your support?

You can contact us via the support Forum of WordPress or by creating a support ticket from our site https://codewoogeek.online/

更新日志:

5.6.1 2024-10-28 5.6.0 2024-10-25 5.5.3 2024-10-10 5.5.2 2024-09-30 5.5.1 2024-09-25 5.5.0 2024-09-10 5.4.2 2024-08-22 5.4.1 2024-08-21 5.4.0 2024-06-03 5.3.2 2024-05-03 5.3.1 2024-04-04 5.3.0 2024-04-03 5.2.2 2024-02-27 5.2.1 2024-02-23 5.2.0 2024-02-15 5.1.0 2023-11-30