• Resolved vpedrozo

    (@vpedrozo)


    Hi! I’m running tests of the plugin on my staging site at the moment. I’ll be using the regular plugin with the CSS custom and the WPML add-ons.

    I have a few questions:

    1- Can I pull the product image into the “back in stock” email?
    2- I see the “back in stock” email adds the link to the cart. Can I customize that and make it a button instead of the url?
    3- I’d like to send an email to the admin with the user email and product name when someone subscribes. Is that possible?

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support CodeWooGeek Support

    (@codewoogeeksupport)

    Hello there,

    Good Day!!

    We’re here to assist you with this one.

    1.Yes. By adding our shortcode {product_image} to our mail setting section, you can add product images to emails. (Admin Dashboard->Instock Notifier->Settings->Mail Settings-> Instock Mail Subject/Instock Mail Message)

    2.We’ve noted your requested feature and will consider implementing it in an upcoming version as per its feasibility.

    3.Yes.(Admin Dashboard->Instock Notifier->Settings->Mail Settings-> 1.Enable-Additionally Send this Subscription mail as a copy to specific email ids?->2.Enter?Email?Ids?separated by commas that you want to receive?subscription?copy?mail.(By entering an admin?email?into this field, you are able to receive notifications of each?subscription)).
    ?
    Thanks.

    Thread Starter vpedrozo

    (@vpedrozo)

    Thank you! I made the updates and uploaded the add WPML and the custom CSS add-ons to the staging site. Unfortunately, now I’m getting the following error message every time I enter the email to subscribe for a product:

    “Something went wrong, please try after sometime”

    I tried deactivating both add-on plugins and clearing the cache, but the issue continued.
    I tried different emails and products and got always the same result.

    Any suggestions on how I can fix it?

    You can see the screenshots of the errors here: https://postimg.cc/gallery/dQnQysy

    Plugin Support CodeWooGeek Support

    (@codewoogeeksupport)

    Hello there,

    SOMETHING WENT WRONG ERROR

    We have used one layer of security for our ajax requests, which is WP Nonce, but due to the caching mechanism from third party plugins/hosting, this security nonce is also cached, which causes this error “Something Went Wrong,Please try again after some time.” In some cases, setting up a cache timeout in the plugin settings can reduce this kind of issue.

    How to get rid of this error?

    In version 2.0, we added new techniques 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 error.

    Go to Admin Dashboard -> Instock Notifier -> Settings -> Troubleshoot Settings Section -> Frontend Subscribe Form Submission via one is 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).

    If the preceding steps are ineffective, try Google reCAPTCHA v3 (Invisible Recaptcha) – you will need a Site key and a Secret Key of v3– for this.( Admin Dashboard-> Instock Notifier-> Settings-> Google reCAPTCHA Settings-> Enable Google reCAPTCHA and select Version-> V3 followed by Site Key and Secret Key (both fields are required for proper operation)

    Let us know.

    Thanks.

    Thread Starter vpedrozo

    (@vpedrozo)

    Thank you! I tried the 1st suggestion and it worked. Issue solved!

    Plugin Support CodeWooGeek Support

    (@codewoogeeksupport)

    Hello there,

    Great!! Thanks for letting us know.

    If you feel our support / plugin is helpful, please rate our plugin on WordPress. We really appreciate your time and your valuable review.

    https://www.ads-software.com/support/plugin/back-in-stock-notifier-for-woocommerce/reviews/#new-post

    Have a cheerful day!!

    Thanks.

    Hi,
    I would also love this feature:
    2- I see the “back in stock” email adds the link to the cart. Can I customize that and make it a button instead of the url?

    Please let me know if this has been added to the plugin.Thank you

    Plugin Support CodeWooGeek Support

    (@codewoogeeksupport)

    Hi @bgoniaflora

    Good Day!!

    We’re here to assist you with this one.

    We suggest you check it out by removing the existing tag (<a href='{cart_link}'> {cart_link} </a>) from the option “Instock Mail Message” (Admin Dashboard-> Instock Notifier -> Settings-> Mail Settings-> Instock Mail Message) and replacing it with the following code to change the instock link to add-to-cart button in email.

    <a href='{cart_link}' style='background-color: #333333;border: 2px solid black;color: #FFFFFF;padding: 5px 10px;text-align: center;font-size: 20px;margin: 10px 30px;cursor: pointer;text-decoration:none'>Add to Cart</a>

    Let us know.

    Thanks.

    Thank you. It works. I appreciate your help.

    Plugin Support CodeWooGeek Support

    (@codewoogeeksupport)

    Hello @bgoniaflora ,

    Great!! If you feel our support / plugin is helpful, please rate our plugin on WordPress. We really appreciate your time and your valuable review.

    https://www.ads-software.com/support/plugin/back-in-stock-notifier-for-woocommerce/reviews/#new-post

    Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Add product image and “back to cart” button to email’ is closed to new replies.