Version Description
(25.10.2019) =
- Tweak - Only those abandoned carts with email addresses entered on the checkout page will be considered and tracked.
Download this release
Release Info
| Developer | Dhruvin |
| Plugin | |
| Version | 5.6.1 |
| Comparing to | |
| See all releases | |
Code changes from version 5.6 to 5.6.1
- class-wcal-update.php +2 -2
- readme.txt +25 -7
- woocommerce-ac.php +4 -3
class-wcal-update.php
CHANGED
|
@@ -79,7 +79,7 @@ if ( ! class_exists( 'Wcal_Update' ) ) {
|
|
| 79 |
$wcal_previous_version = get_option( 'wcal_previous_version' );
|
| 80 |
|
| 81 |
if ( wcal_common::wcal_get_version() !== $wcal_previous_version ) {
|
| 82 |
-
update_option( 'wcal_previous_version', '5.6' );
|
| 83 |
}
|
| 84 |
} else { // multi site - child sites.
|
| 85 |
$wcal_guest_user_id_altered = get_blog_option( $blog_id, 'wcal_guest_user_id_altered' );
|
|
@@ -92,7 +92,7 @@ if ( ! class_exists( 'Wcal_Update' ) ) {
|
|
| 92 |
$wcal_previous_version = get_blog_option( $blog_id, 'wcal_previous_version' );
|
| 93 |
|
| 94 |
if ( wcal_common::wcal_get_version() !== $wcal_previous_version ) {
|
| 95 |
-
update_blog_option( $blog_id, 'wcal_previous_version', '5.6' );
|
| 96 |
}
|
| 97 |
}
|
| 98 |
|
| 79 |
$wcal_previous_version = get_option( 'wcal_previous_version' );
|
| 80 |
|
| 81 |
if ( wcal_common::wcal_get_version() !== $wcal_previous_version ) {
|
| 82 |
+
update_option( 'wcal_previous_version', '5.6.1' );
|
| 83 |
}
|
| 84 |
} else { // multi site - child sites.
|
| 85 |
$wcal_guest_user_id_altered = get_blog_option( $blog_id, 'wcal_guest_user_id_altered' );
|
| 92 |
$wcal_previous_version = get_blog_option( $blog_id, 'wcal_previous_version' );
|
| 93 |
|
| 94 |
if ( wcal_common::wcal_get_version() !== $wcal_previous_version ) {
|
| 95 |
+
update_blog_option( $blog_id, 'wcal_previous_version', '5.6.1' );
|
| 96 |
}
|
| 97 |
}
|
| 98 |
|
readme.txt
CHANGED
|
@@ -40,6 +40,8 @@ Abandoned Cart Lite plugin enables to do the following things:
|
|
| 40 |
9. Copy HTML from anywhere & create templates using the powerful **Rich Text Editor**.
|
| 41 |
10. **Automatically stops email notifications** when a customer makes a purchase or uses the cart recovery link.
|
| 42 |
|
|
|
|
|
|
|
| 43 |
You can check the detailed difference between Pro and Lite version **[here](https://www.tychesoftwares.com/differences-between-pro-and-lite-versions-of-abandoned-cart-for-woocommerce-plugin/?utm_source=wprepo&utm_medium=litelink&utm_campaign=AbandonedCartLite "Lite and Pro version Difference")**
|
| 44 |
|
| 45 |
> I'm using the plugin on my shop. **Installation is very easy and it works great**. I've already recovered some orders, **it doesn't cost any effort**.
|
|
@@ -104,11 +106,23 @@ Abandoned Cart Plugin relies on a function called WP-Cron, and this function onl
|
|
| 104 |
|
| 105 |
1. **[Order Delivery Date for WooCommerce](https://wordpress.org/plugins/order-delivery-date-for-woocommerce/ "Order Delivery Date for WooCommerce")**
|
| 106 |
|
| 107 |
-
2. **[Product Delivery Date for WooCommerce](https://wordpress.org/plugins/product-delivery-date-for-woocommerce-lite/ "Product Delivery Date for WooCommerce")**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
|
| 109 |
-
|
| 110 |
|
| 111 |
-
|
| 112 |
|
| 113 |
**[Documentation](https://www.tychesoftwares.com/docs/docs/abandoned-cart-for-woocommerce-lite/?utm_source=wprepo&utm_medium=link&utm_campaign=AbandonedCartLite "Documentation")**
|
| 114 |
|
|
@@ -146,6 +160,10 @@ Method 3:
|
|
| 146 |
|
| 147 |
== Frequently Asked Questions ==
|
| 148 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 149 |
= How is the email address of the customers captured? =
|
| 150 |
|
| 151 |
Our plugin captures visitor emails in real-time as they're typing it in to the email address field on the checkout page, so you don't need to worry about them changing their mind at the last second.
|
|
@@ -172,10 +190,6 @@ When the products in the cart is not purchased within the set 'Cart abandoned cu
|
|
| 172 |
|
| 173 |
The admin can use the merge code `{{cart.unsubscribe}}' in the email templates. It will be replaced with a url in the abandoned cart email notification sent to the customer. When clicked, the reminder email notification for the particular email will be unsubscribed.
|
| 174 |
|
| 175 |
-
= Difference between Lite and Pro version of the plugin =
|
| 176 |
-
|
| 177 |
-
You can refer **[here](https://www.tychesoftwares.com/differences-between-pro-and-lite-versions-of-abandoned-cart-for-woocommerce-plugin/?utm_source=wprepo&utm_medium=faqlink&utm_campaign=AbandonedCartLite "Lite and Pro version Difference")**
|
| 178 |
-
|
| 179 |
|
| 180 |
== Screenshots ==
|
| 181 |
|
|
@@ -193,6 +207,10 @@ You can refer **[here](https://www.tychesoftwares.com/differences-between-pro-an
|
|
| 193 |
|
| 194 |
== Changelog ==
|
| 195 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 196 |
= 5.6 (16.10.2019) =
|
| 197 |
|
| 198 |
* Enhancement - Added a dashboard for the plugin to display statistics.
|
| 40 |
9. Copy HTML from anywhere & create templates using the powerful **Rich Text Editor**.
|
| 41 |
10. **Automatically stops email notifications** when a customer makes a purchase or uses the cart recovery link.
|
| 42 |
|
| 43 |
+
### Differences between Lite & PRO version:
|
| 44 |
+
|
| 45 |
You can check the detailed difference between Pro and Lite version **[here](https://www.tychesoftwares.com/differences-between-pro-and-lite-versions-of-abandoned-cart-for-woocommerce-plugin/?utm_source=wprepo&utm_medium=litelink&utm_campaign=AbandonedCartLite "Lite and Pro version Difference")**
|
| 46 |
|
| 47 |
> I'm using the plugin on my shop. **Installation is very easy and it works great**. I've already recovered some orders, **it doesn't cost any effort**.
|
| 106 |
|
| 107 |
1. **[Order Delivery Date for WooCommerce](https://wordpress.org/plugins/order-delivery-date-for-woocommerce/ "Order Delivery Date for WooCommerce")**
|
| 108 |
|
| 109 |
+
2. **[Product Delivery Date for WooCommerce - Lite](https://wordpress.org/plugins/product-delivery-date-for-woocommerce-lite/ "Product Delivery Date for WooCommerce")**
|
| 110 |
+
|
| 111 |
+
3. **[WooCommerce Print Invoice & Delivery Note](https://wordpress.org/plugins/woocommerce-delivery-notes/ "WooCommerce Print Invoice & Delivery Note")**
|
| 112 |
+
|
| 113 |
+
4. **[Payment Gateway Based Fees and Discounts for WooCommerce](https://wordpress.org/plugins/checkout-fees-for-woocommerce/ "Payment Gateway Based Fees and Discounts for WooCommerce")**
|
| 114 |
+
|
| 115 |
+
5. **[Custom Order Status for WooCommerce](https://wordpress.org/plugins/custom-order-statuses-woocommerce/ "Custom Order Status for WooCommerce")**
|
| 116 |
+
|
| 117 |
+
6. **[Custom Order Numbers for WooCommerce](https://wordpress.org/plugins/custom-order-numbers-for-woocommerce/ "Custom Order Numbers for WooCommerce")**
|
| 118 |
+
|
| 119 |
+
7. **[Product Input Fields for WooCommerce](https://wordpress.org/plugins/product-input-fields-for-woocommerce/ "Product Input Fields for WooCommerce")**
|
| 120 |
+
|
| 121 |
+
8. **[Call for Price for WooCommerce](https://wordpress.org/plugins/woocommerce-call-for-price/ "Call for Price for WooCommerce")**
|
| 122 |
|
| 123 |
+
9. **[Price based on User Role for WooCommerce](https://wordpress.org/plugins/price-by-user-role-for-woocommerce/ "Price based on User Role for WooCommerce")**
|
| 124 |
|
| 125 |
+
10. **[Currency per Product for WooCommerce](https://wordpress.org/plugins/currency-per-product-for-woocommerce/ "Currency per Product for WooCommerce")**
|
| 126 |
|
| 127 |
**[Documentation](https://www.tychesoftwares.com/docs/docs/abandoned-cart-for-woocommerce-lite/?utm_source=wprepo&utm_medium=link&utm_campaign=AbandonedCartLite "Documentation")**
|
| 128 |
|
| 160 |
|
| 161 |
== Frequently Asked Questions ==
|
| 162 |
|
| 163 |
+
= What is the difference between Lite and Pro version of the plugin? =
|
| 164 |
+
|
| 165 |
+
To see how the PRO version can help you recover more abandoned carts compared to Lite, you can refer **[here](https://www.tychesoftwares.com/differences-between-pro-and-lite-versions-of-abandoned-cart-for-woocommerce-plugin/?utm_source=wprepo&utm_medium=faqlink&utm_campaign=AbandonedCartLite "Lite and Pro version Difference")**
|
| 166 |
+
|
| 167 |
= How is the email address of the customers captured? =
|
| 168 |
|
| 169 |
Our plugin captures visitor emails in real-time as they're typing it in to the email address field on the checkout page, so you don't need to worry about them changing their mind at the last second.
|
| 190 |
|
| 191 |
The admin can use the merge code `{{cart.unsubscribe}}' in the email templates. It will be replaced with a url in the abandoned cart email notification sent to the customer. When clicked, the reminder email notification for the particular email will be unsubscribed.
|
| 192 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 193 |
|
| 194 |
== Screenshots ==
|
| 195 |
|
| 207 |
|
| 208 |
== Changelog ==
|
| 209 |
|
| 210 |
+
= 5.6.1 (25.10.2019) =
|
| 211 |
+
|
| 212 |
+
* Tweak - Only those abandoned carts with email addresses entered on the checkout page will be considered and tracked.
|
| 213 |
+
|
| 214 |
= 5.6 (16.10.2019) =
|
| 215 |
|
| 216 |
* Enhancement - Added a dashboard for the plugin to display statistics.
|
woocommerce-ac.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* Description: This plugin captures abandoned carts by logged-in users & emails them about it.
|
| 6 |
* <strong><a href="http://www.tychesoftwares.com/store/premium-plugins/woocommerce-abandoned-cart-pro">Click here to get the
|
| 7 |
* PRO Version.</a></strong>
|
| 8 |
-
* Version: 5.6
|
| 9 |
* Author: Tyche Softwares
|
| 10 |
* Author URI: http://www.tychesoftwares.com/
|
| 11 |
* Text Domain: woocommerce-abandoned-cart
|
|
@@ -119,7 +119,7 @@ if ( ! class_exists( 'woocommerce_abandon_cart_lite' ) ) {
|
|
| 119 |
}
|
| 120 |
|
| 121 |
if ( ! defined( 'WCAL_PLUGIN_VERSION' ) ) {
|
| 122 |
-
define( 'WCAL_PLUGIN_VERSION', '5.6' );
|
| 123 |
}
|
| 124 |
$this->one_hour = 60 * 60;
|
| 125 |
$this->three_hours = 3 * $this->one_hour;
|
|
@@ -1040,7 +1040,8 @@ if ( ! class_exists( 'woocommerce_abandon_cart_lite' ) ) {
|
|
| 1040 |
|
| 1041 |
$track_guest_user_cart_from_cart = "";
|
| 1042 |
if ( isset( $track_guest_cart_from_cart_page ) ) {
|
| 1043 |
-
|
|
|
|
| 1044 |
}
|
| 1045 |
|
| 1046 |
if ( isset( $cut_off_time ) ) {
|
| 5 |
* Description: This plugin captures abandoned carts by logged-in users & emails them about it.
|
| 6 |
* <strong><a href="http://www.tychesoftwares.com/store/premium-plugins/woocommerce-abandoned-cart-pro">Click here to get the
|
| 7 |
* PRO Version.</a></strong>
|
| 8 |
+
* Version: 5.6.1
|
| 9 |
* Author: Tyche Softwares
|
| 10 |
* Author URI: http://www.tychesoftwares.com/
|
| 11 |
* Text Domain: woocommerce-abandoned-cart
|
| 119 |
}
|
| 120 |
|
| 121 |
if ( ! defined( 'WCAL_PLUGIN_VERSION' ) ) {
|
| 122 |
+
define( 'WCAL_PLUGIN_VERSION', '5.6.1' );
|
| 123 |
}
|
| 124 |
$this->one_hour = 60 * 60;
|
| 125 |
$this->three_hours = 3 * $this->one_hour;
|
| 1040 |
|
| 1041 |
$track_guest_user_cart_from_cart = "";
|
| 1042 |
if ( isset( $track_guest_cart_from_cart_page ) ) {
|
| 1043 |
+
//$track_guest_user_cart_from_cart = $track_guest_cart_from_cart_page;
|
| 1044 |
+
$track_guest_user_cart_from_cart = 'off';
|
| 1045 |
}
|
| 1046 |
|
| 1047 |
if ( isset( $cut_off_time ) ) {
|
