• Resolved Jeasy

    (@jeasysehgal)


    Hi There,

    Just installed the Waiting List Free Version Plugin and must say very promising. However there is one issue, I added my email address to be notified, then about 10 minutes later changed the product stock to 1 and in stock and already 3 hours of waiting, haven’t received a single email from your plugin. In the mean time sold 3 products and received emails via woocommerce.

    What am I doing wrong? http://www.ImperialSwords.com

    Want to make sure its properly functional before I buy the premium pro version.

    Thanks, Jeasy

    https://wordpress.org/plugins/yith-woocommerce-waiting-list/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi jeasysehgal,
    Free version can’t send automatic email, this is a feature of premium version.
    In free version you need to send it from edit product page before change stock status.
    If you are interested to premium version, have a look here.

    Regards 🙂

    Hi,

    I am a great fan of YITH plugins. But this plugin disappointed me. If the auto notification by email to users is done in the plugin’s paid version. Then what’s the use of free version? The free version tracks and keep records of the users, who wants to get notified when product gets back in-stock. But plugin doesn’t provide any list of those users in admin, so that one can manually send email to those users.

    Please help, if I am missing something as I am not able to see any tracked list of users or products (in which the users are interested) at admin side.

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    you can send email to users in waiting list directly from edit product page.
    If you want to fully manage the users list have a look here

    Regards 🙂

    Thanks for your response. But I am not able to see any option at product edit page.

    Plugin Author YITHEMES

    (@yithemes)

    Hi Ravish,
    you can see plugin box in product edit page if product is out of stock.

    This is a screenshot of box without any subscribers list
    http://screencast.com/t/ZDrBzggc

    And this with subscribers and button to send mail
    http://screencast.com/t/We8a166Ym

    Regards 🙂

    I am testing the free version before buying the full version.

    I have discovered a huge issue and want to know if it can be managed in the free version?

    When sending the email to subscribed user on the waiting list the email that is sent goes out to all users and they can see each others email addresses as it is not BCC’d (blind copied)!

    Please advise as this is a deal breaker for a paid version upgrade?

    Thanks

    In addition the plugin has to be deactivated as simply turning the option off from within the plugin’s setting does not work.

    The check box to enable/disable the waiting list feature does not work – even after un-checking the box the function still remains on out of stock items (despite cashe clearing).

    Thanks

    Thanks for the heads-up, Spartan_SA.
    It’s really a huge issue.

    I’ve prepared a workaround, that may be of interest still an official one isn’t available.

    Find the following file in your plugins folder: yith-woocommerce-waiting-list/includes/class.yith-wcwtl-email.php

    Find the function trigger and edit it.
    Comment the line:
    $response = $this->send( $users , $this->get_subject(), $this->get_content(), $this->get_headers(), $this->get_attachments() );

    Include the following lines (just before or after the previous one):

    $headers = $this->get_headers() .'BCC: '. implode(",", $users) . "\r\n";
    $response = $this->send( '', $this->get_subject(), $this->get_content(), $headers, $this->get_attachments() );

    BCC emails shall be at extra-headers, and must be in a comma-separated-list ended by a “\r\n” sequence.

    Cheers.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Waiting List Emails not being sent for Free Version.’ is closed to new replies.