Search this Topic
Filter to Change Cron Trigger Time Did you ever have a requirement to change the Cron Trigger Time? You can change the cron trigger time by using the following filter – // This Filter will change Cron Trigger Time ( Default 15 Min. )
add_filter( 'woo_ca_update_order_cron_interval', 'update_c...
Read more Abandoned Orders Not Capturing Is your Cart not capturing Abandoned Orders? Here in this article, we will find out how to resolve the issue of Woocommerce Cart abandonment Recovery plugin not capturing the abandoned carts. Generally, this issue is may occur due to the disabled&n...
Read more How to Enable Webhooks in WooCommerce Cart Abandonment Recovery Plugin? Firstly, let us first understand the Webhooks. What are Webhooks? Let's say you are at an ATM making a Withdrawal and after a successful withdrawal transaction, you receive an automated debit message. Here Webhooks is the...
Read more Cart Recovery Emails not Sending What are Recovery / Follow-up emails? Follow-ups emails are the automated series of recovery emails set in the plugin. When any order gets abandoned, emails are scheduled according to the time set for emails. At the scheduled time the emails will be sent to t...
Read more Filters to Customize Product Table You can use the following filters to change styles – This filter will help you to change the default styles of Product Table and Product Image in the emails – /*
The woo_ca_email_template_table_style filter allows you to change the default styles of prod...
Read more Shortcode Reference for Email Fields in Cart Abandonment We have listed down all the Email Fields with shortcodes, which can be used to add or remove required fields in the Emails – Sr.NoFirst NameShortcodeDescription1Admin Firstname{{admin.firstname}}It displays the name of the shop owner or...
Read more How to Resolve the Recovery Email Going to Spam? The WooCommerce Cart Abandonment Recovery plugin provides a feature to recover your sales. This feature requires sending emails that are scheduled at a specific time and are sent by the site host or the SMTP plugin if you are using it. Here ...
Read more