Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section

Backend Functionality


Panel

Abandoned Cart Rules

Panel

  • Add New Rule: Add new rule for abandoned cart by clicking on "Add New Rule" button.
  • View, edit and delete the rule from Abandoned Cart Rule grid.


Panel

Panel

  • Email Template: Select email template to send scheduled email
  • Hour: Specify hour to schedule email
  • Minutes: Specify minute to schedule email
  • Seconds: Specify seconds to schedule email
  • Send Coupon: Set "Yes" if you want to send coupon with email
  • Select Rule: Select rule to apply on scheduled email
  • Action Delete: Click on delete button to perform delete action on scheduled email
Note

When there is short time between first email and remainder email then both email will be sent simultaneously at same time which is inappropriate


Panel

  • Apply the rule only if the following set conditions are met (leave blank for all products)


Panel

Abandoned Cart Blacklist

Panel

You can see all the emails added as blacklist (not to send email), you have advanced search capabilities and options to edit and delete records

Panel

  • Customer Email ID : Specify customer email address to add to blacklist
  • Website : Select website to apply blacklist rule


Panel

Abandoned Cart Email Queue

Panel



Panel

Abandoned Cart History

Panel

You can see all the emails sent to customers, you have advanced search capabilities and options to resend emails.



Section

CRON Setup


  • If you are don't have any Magento CRON tab then please visit this link 
    https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/cli/configure-cron-jobs.html#create-the-commerce-crontab
  • Run “crontab - l” this will list all the CRONs
  • Run “crontab -e” and edit the file
  • After this you need to use this command for setup abandoned cart CRON
    • * * * * * /usr/bin/php7.3 /var/www/html/demo/bin/magento cron:run --group md_cronabandoned 2>&1 | grep -v "Ran jobs by schedule" >> /var/www/html/demo/var/log/magento.cron.log
    • In this you need to change PHP version as per your system’s version
    • Change path of “/var/www/html/demo” as per your Magento root directory
  • Run “crontab - l” check your CRON is added or not.
  • Run “php bin/magento cron:run --group md_cronabandoned”


Section

Demo


Click here to visit extension Fronted.

Click here to visit backend admin panel.

...