Added passing link field for abandoned baskets (#336)
This commit is contained in:
parent
8627548d7c
commit
4ec5446a95
@ -1,3 +1,6 @@
|
|||||||
|
## 2024-06-26 4.7.8
|
||||||
|
* Added passing link field for abandoned baskets
|
||||||
|
|
||||||
## 2024-04-23 4.7.7
|
## 2024-04-23 4.7.7
|
||||||
* Added transfer of services via ICML catalog
|
* Added transfer of services via ICML catalog
|
||||||
|
|
||||||
|
@ -42,7 +42,8 @@ if (!class_exists('WC_Retailcrm_Carts')) :
|
|||||||
'customer' => ['externalId' => $customerId],
|
'customer' => ['externalId' => $customerId],
|
||||||
'clearAt' => null,
|
'clearAt' => null,
|
||||||
'updatedAt' => date($this->dateFormat),
|
'updatedAt' => date($this->dateFormat),
|
||||||
'droppedAt' => date($this->dateFormat)
|
'droppedAt' => date($this->dateFormat),
|
||||||
|
'link' => wc_get_cart_url(),
|
||||||
];
|
];
|
||||||
|
|
||||||
// If new cart, need set createdAt and externalId
|
// If new cart, need set createdAt and externalId
|
||||||
|
@ -5,7 +5,7 @@ Tags: Интеграция, Simla.com, simla
|
|||||||
Requires PHP: 7.0
|
Requires PHP: 7.0
|
||||||
Requires at least: 5.3
|
Requires at least: 5.3
|
||||||
Tested up to: 6.5
|
Tested up to: 6.5
|
||||||
Stable tag: 4.7.7
|
Stable tag: 4.7.8
|
||||||
License: GPLv1 or later
|
License: GPLv1 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-1.0.html
|
License URI: http://www.gnu.org/licenses/gpl-1.0.html
|
||||||
|
|
||||||
@ -82,6 +82,9 @@ Asegúrate de tener una clave API específica para cada tienda. Las siguientes i
|
|||||||
|
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
= 4.7.8 =
|
||||||
|
* Added passing link field for abandoned baskets
|
||||||
|
|
||||||
= 4.7.7 =
|
= 4.7.7 =
|
||||||
* Added transfer of services via ICML catalog
|
* Added transfer of services via ICML catalog
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* Description: Integration plugin for WooCommerce & Simla.com
|
* Description: Integration plugin for WooCommerce & Simla.com
|
||||||
* Author: RetailDriver LLC
|
* Author: RetailDriver LLC
|
||||||
* Author URI: http://retailcrm.pro/
|
* Author URI: http://retailcrm.pro/
|
||||||
* Version: 4.7.7
|
* Version: 4.7.8
|
||||||
* Tested up to: 6.5
|
* Tested up to: 6.5
|
||||||
* Requires Plugins: woocommerce
|
* Requires Plugins: woocommerce
|
||||||
* WC requires at least: 5.4
|
* WC requires at least: 5.4
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @link https://wordpress.org/plugins/woo-retailcrm/
|
* @link https://wordpress.org/plugins/woo-retailcrm/
|
||||||
*
|
*
|
||||||
* @version 4.7.7
|
* @version 4.7.8
|
||||||
*
|
*
|
||||||
* @package RetailCRM
|
* @package RetailCRM
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user