Home Forums WoodMart support forum Issue email wishlist product on sale

Issue email wishlist product on sale

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #630079

    John
    Participant

    Hello guys,
    I setted the email that it’ s sending on client when a product from ther wishlist it’s on sale but it’s doesn’t work.
    Please check this image https://imgur.com/a/eX4kMGF
    How i can solve the issue?
    The emails are working perfectly, also tested the waitlist and it’s working.
    Also the testing was made on a new account. Created the account, put a product in wishlist, then changed the price of the product so he can be on sale and didn’t received anything.
    Also forced the cron to run faster but nothing.
    Can you help me solve this issue?
    Thank you!

    #630136

    Artem Temos
    Keymaster

    Hello,

    Please disable any plugins not directly related to our theme and provide us with your admin access details. We will log in to your dashboard and investigate the issue.

    Thank you in advance.

    #630364

    John
    Participant

    Hello,
    It seems to work, but I received the email that the product was reduced about 14 hours after it was reduced. How is the email set to be sent? Can the time be changed?
    Also for waitlist, the emails that are sent to yahoo displayed bad on mobile app. Check this images https://imgur.com/a/VWkHn2q
    Can we do something also for this issue?
    Waiting for you reply.
    Thank you!

    #630570

    Artem Temos
    Keymaster

    There are two cron jobs:

    woodmart_wishlist_register_on_sales_products – Runs once a day and collects the IDs of all products with price changes.
    woodmart_wishlist_on_sales_products_email – Runs every hour and sends emails to 20 users at a time.

    To adjust these settings, you need to use the following hooks:

    woodmart_wishlist_send_emails_limited – Sets how many emails are sent at once.
    woodmart_schedule_on_sales_products_email – Controls how often emails are sent (the value should match a cron interval name, e.g., hourly, daily, twicedaily, weekly).
    woodmart_schedule_register_on_sales_products – Defines how often discounted products are registered.

    As for the products table view, it is how the WooCommerce works by default. You can check default emails as well.

    #646038

    simone_h1
    Participant

    Hello could you please tell me where I can fix the cronojob?
    I receive a copy of all the email sent by the website, and there is too many email sent to the one who has some item on the wishlist.
    Best
    Simone

Viewing 5 posts - 1 through 5 (of 5 total)