Title: Streamline's Replies | WordPress.org

---

# prowebdesign

  [  ](https://wordpress.org/support/users/prowebdesign/)

 *   [Profile](https://wordpress.org/support/users/prowebdesign/)
 *   [Topics Started](https://wordpress.org/support/users/prowebdesign/topics/)
 *   [Replies Created](https://wordpress.org/support/users/prowebdesign/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/prowebdesign/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/prowebdesign/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/prowebdesign/engagements/)
 *   [Favorites](https://wordpress.org/support/users/prowebdesign/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 66 total)

1 [2](https://wordpress.org/support/users/prowebdesign/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/prowebdesign/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/prowebdesign/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/prowebdesign/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/prowebdesign/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ONTRApages] WooCommerce support](https://wordpress.org/support/topic/woocommerce-support-104/)
 *  Thread Starter [prowebdesign](https://wordpress.org/support/users/prowebdesign/)
 * (@prowebdesign)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/woocommerce-support-104/#post-12602941)
 * Thanks [@ontraportfrank](https://wordpress.org/support/users/ontraportfrank/)
   will look into this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin Reviews] A maximum of 10 reviews allowed?](https://wordpress.org/support/topic/a-maximum-of-10-reviews-allowed/)
 *  Thread Starter [prowebdesign](https://wordpress.org/support/users/prowebdesign/)
 * (@prowebdesign)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/a-maximum-of-10-reviews-allowed/#post-11620638)
 * [@thefiddler](https://wordpress.org/support/users/thefiddler/) roger that, thanks
   for getting back.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CartBounty - Save and recover abandoned carts for WooCommerce] Don’t work with guests](https://wordpress.org/support/topic/dont-work-with-guests/)
 *  [prowebdesign](https://wordpress.org/support/users/prowebdesign/)
 * (@prowebdesign)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/dont-work-with-guests/page/2/#post-11618963)
 * Hi [@webster_r](https://wordpress.org/support/users/webster_r/)
 * Unfortunately we do not have access to the paid plugin that is causing issues
   with our product but since we know what is the issue we ran a few tests trying
   to simulate the behavior that you are experiencing on your shop.
    We came to 
   a workaround that might just fix the issue.
 * Coud you please try adding this peace of code to your themes functions.php file
 *     ```
       if ( class_exists( 'Woo_Live_Checkout_Field_Capture_Pro_Public' ) ){
       	$wclcfc_public = new Woo_Live_Checkout_Field_Capture_Pro_Public( WCLCFC_PLUGIN_NAME_PRO_SLUG, WCLCFC_PRO_VERSION_NUMBER );
       	add_action( 'woocommerce_before_checkout_form', array($wclcfc_public, 'add_additional_scripts_on_checkout' ) );
       }
       ```
   
 * If the above fails then you could try using the second version:
 *     ```
       if ( class_exists( 'Woo_Live_Checkout_Field_Capture_Pro_Public' ) ){
       	$wclcfc_public = new Woo_Live_Checkout_Field_Capture_Pro_Public( WCLCFC_PLUGIN_NAME_PRO_SLUG, WCLCFC_PRO_VERSION_NUMBER );
       	add_action( 'wp_loaded', array($wclcfc_public, 'add_additional_scripts_on_checkout' ) );
       }
       ```
   
 * Let me know the results.
    -  This reply was modified 6 years, 11 months ago by [prowebdesign](https://wordpress.org/support/users/prowebdesign/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CartBounty - Save and recover abandoned carts for WooCommerce] Customize Template mail](https://wordpress.org/support/topic/customize-template-mail/)
 *  [prowebdesign](https://wordpress.org/support/users/prowebdesign/)
 * (@prowebdesign)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/customize-template-mail/#post-10507564)
 * Hey [@laserstore](https://wordpress.org/support/users/laserstore/),
 * I would suggest to register a new Test abandoned cart and see if it syncs to 
   MailChimp.
 * When the emails will be synced to MailChimp: Emails will be synced to MailChimp
   in 1 hour after the abandoned cart will be registered. So you should wait for
   this period and then see if the Test email has been synced to MailChimp
 * You can sync each abandoned cart to MailChimp only once – that means that you
   previously synced some abandoned carts to a MailChimp list then you will not 
   be able to sync them later to another list if you change it – that is done to
   prevent sending abandoned cart reminders to one user multiple times.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CartBounty - Save and recover abandoned carts for WooCommerce] Customize Template mail](https://wordpress.org/support/topic/customize-template-mail/)
 *  [prowebdesign](https://wordpress.org/support/users/prowebdesign/)
 * (@prowebdesign)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/customize-template-mail/#post-10506749)
 * Glad to hear that it worked 🙂
 * Now if your Abandoned cart list is empty, you should not see any emails synced
   to Mailchimp, but if you previously did some tests with the Pro version then 
   they will all be synced to MailChimp as well unless the abandoned cart is older
   than 30 days.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CartBounty - Save and recover abandoned carts for WooCommerce] Customize Template mail](https://wordpress.org/support/topic/customize-template-mail/)
 *  [prowebdesign](https://wordpress.org/support/users/prowebdesign/)
 * (@prowebdesign)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/customize-template-mail/#post-10506632)
 * Could you try to make a new list in the mailchimp and try to connect it to it?
   
   And does it show “Activated” at the end of “MailChimp Api key” input field?
    -  This reply was modified 7 years, 10 months ago by [prowebdesign](https://wordpress.org/support/users/prowebdesign/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CartBounty - Save and recover abandoned carts for WooCommerce] Customize Template mail](https://wordpress.org/support/topic/customize-template-mail/)
 *  [prowebdesign](https://wordpress.org/support/users/prowebdesign/)
 * (@prowebdesign)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/customize-template-mail/#post-10506539)
 * Hi [@laserstore](https://wordpress.org/support/users/laserstore/),
 * Thank you, we really appreciate that.
    Unfortunately you must disable the Free
   version to use the Pro since they both use the same base and together they would
   cause issues. And it is not possible to send emails via MailChimp to old abandoned
   cart users since the Free version does not store the data that is required for
   Pro version with MailChimp integration.
 * Kind regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CartBounty - Save and recover abandoned carts for WooCommerce] additional field is not capture](https://wordpress.org/support/topic/additional-field-is-not-capture/)
 *  [prowebdesign](https://wordpress.org/support/users/prowebdesign/)
 * (@prowebdesign)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/additional-field-is-not-capture/#post-10484027)
 * Hi, Kuanbc,
 * Just wanted to let you know that we have released 2.0.1 version and it now will
   capture the “Order comments” field as well as the other fields if a successful
   email or phone number will be provided beforehand.
 * Best wishes
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CartBounty - Save and recover abandoned carts for WooCommerce] Customize Template mail](https://wordpress.org/support/topic/customize-template-mail/)
 *  [prowebdesign](https://wordpress.org/support/users/prowebdesign/)
 * (@prowebdesign)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/customize-template-mail/#post-10476553)
 * Hi Laserstore,
 * Thanks for your question. The Pro version allows you to integrate with MailChimp
   and send automated abandoned cart recovery emails.
 * And there you can easily create your template design. Here is a guide on how 
   to [send automated abandoned cart recovery emails](https://www.majas-lapu-izstrade.lv/send-automated-abandoned-cart-recovery-emails-woocommerce/)
   using our product.
    Hope that helps.
 * Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CartBounty - Save and recover abandoned carts for WooCommerce] additional field is not capture](https://wordpress.org/support/topic/additional-field-is-not-capture/)
 *  [prowebdesign](https://wordpress.org/support/users/prowebdesign/)
 * (@prowebdesign)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/additional-field-is-not-capture/#post-10474014)
 * Yes, that should be the reason.
    You might try to move phone or email field at
   the end of the checkout form then you will for sure save all fields previously
   entered.
 * Best wishes
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CartBounty - Save and recover abandoned carts for WooCommerce] additional field is not capture](https://wordpress.org/support/topic/additional-field-is-not-capture/)
 *  [prowebdesign](https://wordpress.org/support/users/prowebdesign/)
 * (@prowebdesign)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/additional-field-is-not-capture/#post-10473412)
 * Hi kuanbc,
 * Thanks for the feedback.
    Not really sure if you tried previously suggested order:
   1) Fill in the Comments field 2) Fill or edit your email or phone number field
   3) Refresh the page
 * It is important that you follow these 3 steps and see if the field is saved since
   the data in the fields is saved only after the email or phone field is edited
   or filled.
    You could also give me a link to your checkout and I could take a
   closer look in order to see it myself.
 * Kind regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CartBounty - Save and recover abandoned carts for WooCommerce] additional field is not capture](https://wordpress.org/support/topic/additional-field-is-not-capture/)
 *  [prowebdesign](https://wordpress.org/support/users/prowebdesign/)
 * (@prowebdesign)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/additional-field-is-not-capture/#post-10470643)
 * Hey Kuanbc,
 * Thanks for the feedback.
    Please check out this [When is the cart and checkout form input field data saved?](https://wordpress.org/plugins/woo-save-abandoned-carts/#when%20is%20the%20cart%20and%20checkout%20form%20input%20field%20data%20saved%3F)
   FAQ.
 * Here is what you can try if the field is getting saved:
    1) Fill in the Comments
   field 2) Fill or edit your email or phone number field 3) Refresh the page
 * Let me know if that helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CartBounty - Save and recover abandoned carts for WooCommerce] email field is not being capture](https://wordpress.org/support/topic/email-field-is-not-being-capture/)
 *  [prowebdesign](https://wordpress.org/support/users/prowebdesign/)
 * (@prowebdesign)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/email-field-is-not-being-capture/#post-10467253)
 * Hi chrisschwartze,
 * Just wanted to inform you about the latest development news. We just released
   v.2.0 that includes the functionality you suggested – the plugin now also saves
   checkout form data and remebers it.
 * The user will have to fill either Email or phone number for the fields to be 
   remembered.
 * After that user can leave the page or refresh it and until the session expires
   or the user completes the order, his input fields will remain in the Checkout
   form.
 * Best wishes
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[CartBounty - Save and recover abandoned carts for WooCommerce] I have big hopes!](https://wordpress.org/support/topic/i-have-big-hopes/)
 *  [prowebdesign](https://wordpress.org/support/users/prowebdesign/)
 * (@prowebdesign)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/i-have-big-hopes/#post-10454265)
 * Hey BizStudio,
 * As you previously suggested, we have come up with a Privacy policy suggestion.
 * **1. What information is collected**
    The Personal Information collected is limited
   to those details necessary for the purposes of getting in touch with you and 
   informing about your Abandoned Shopping cart. This includes your full name, e-
   mail address, phone number and Location (Country and City).
 * **2. What information is not collected**
    We do not collect sensitive information
   like your Home address or Payment details.
 * **3. How the collected information is used**
    We use the collected information
   to remind you about Abandoned Shopping cart and the cart details that were left.
 * **4. When the information is collected**
    The Personal Information is collected
   once you open the Checkout form and enter data in the Email or Phone number fields.
 * **5. Why this information may be shared with third parties?**
    This information
   may be shared with MailChimp to pass the captured information and send you an
   automated email reminder about your Abandoned shopping cart.
 * **6. How long do we retain your personal information?**
    Your Personal Information
   is stored until: a) we delete it from our database or b) you complete the checkout
   process
    -  This reply was modified 7 years, 10 months ago by [prowebdesign](https://wordpress.org/support/users/prowebdesign/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CartBounty - Save and recover abandoned carts for WooCommerce] email field is not being capture](https://wordpress.org/support/topic/email-field-is-not-being-capture/)
 *  [prowebdesign](https://wordpress.org/support/users/prowebdesign/)
 * (@prowebdesign)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/email-field-is-not-being-capture/#post-10448235)
 * Yes, I am guessing this is a question that should be addressed to WooCommerce
   then. The only reason that comes to my mind maybe would be some sort of security
   concerns why WooCommerce does not put email in the WC Sessions.
 * And since this issue now has been resolved I will also change the status to Resolved.
 * Best wishes 🙂

Viewing 15 replies - 1 through 15 (of 66 total)

1 [2](https://wordpress.org/support/users/prowebdesign/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/prowebdesign/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/prowebdesign/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/prowebdesign/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/prowebdesign/replies/page/2/?output_format=md)