1
0
mirror of synced 2025-01-18 08:51:41 +03:00

388 Commits

Author SHA1 Message Date
Dima Uryvskiy
4ab7311435
Update transferring the order number 2021-03-11 17:40:45 +03:00
Dima Uryvskiy
c48f50195a
Bump version v4.2.3 2021-01-20 18:10:47 +03:00
Eugene Polozov
df461b8555 Bump version 2021-01-20 15:09:50 +03:00
Dima Uryvskiy
d9c31e8871
Add validate method for address 2020-12-22 11:58:35 +03:00
Eugene Polozov
ccdc39ce05 Edit github actions v4.2.2 2020-12-17 16:58:09 +03:00
opheugene
b4af719779
Move to github actions, bump version 2020-12-17 13:48:10 +03:00
opheugene
94e175153e
Rebranding RetailCRM v4.2.1 2020-12-15 12:05:43 +03:00
Dima Uryvskiy
9cb449f7b5
Update version php in travis.yml v4.2.0 2020-12-12 14:57:16 +03:00
opheugene
e991e13cbb
Merge pull request #168 from dima-uryvskiy/time 2020-12-08 10:19:15 +03:00
dima-uryvskiy
af203e9260 Bump version on 4.2.0 2020-12-02 22:31:17 +03:00
dima-uryvskiy
60f5c77685 Update WC_Retailcrm_Response 2020-12-02 20:51:46 +03:00
dima-uryvskiy
e67e1e6690 Refactoring code style class-wc-retailcrm-history.php 2020-12-02 18:36:37 +03:00
dima-uryvskiy
277d1924b4 Update filling field createAt customer 2020-12-02 12:53:40 +03:00
Dima Uryvskiy
415c2edf0e
Delete option 'Transferring the payment amount' 2020-12-02 12:36:32 +03:00
Dima Uryvskiy
2fd1a1088b
Fix client info if shipping address empty, use billing address 2020-11-23 13:05:46 +03:00
Dima Uryvskiy
c7c3065834
New translation of WooCommerce RetailCRM description 2020-11-22 17:37:00 +03:00
Dima Uryvskiy
53bea71089
Fix delete items with xmldId/sku 2020-11-21 14:47:03 +03:00
Dima Uryvskiy
222a90d755
Fix problem with composer. Use composer version 1.10.17 2020-11-19 10:51:49 +03:00
Dima Uryvskiy
e7dc2343f4
Fix misprint: change history_orders to history_customers (#162) 2020-10-08 17:17:17 +03:00
Dima Uryvskiy
ca5fbfa3b9
Fix send zero amount (#160) v4.1.5 2020-09-30 18:22:17 +03:00
Dima Uryvskiy
60d093d7a0
Correct email, transfer in lowercase (#161) 2020-09-30 12:55:49 +03:00
Dima Uryvskiy
30cd87cad9
Correct send and calculate discount (#159) 2020-09-28 13:42:35 +03:00
max-baranikov
155a2d5716
Использование ФИО из платежного адреса, в случае, если ФИО в адресе доставки пусто 2020-09-28 13:38:23 +03:00
Dima Uryvskiy
754e1e8245
Fix online consultant show if page equals wp-login (#152) v4.1.4 2020-09-04 11:32:18 +03:00
Dima Uryvskiy
46b7ff03fa
Fix error with travis tests php 5.3 (#156) 2020-09-04 09:09:03 +03:00
Dima Uryvskiy
1e821105e0
Add translate for 'Do not transmit the cost of delivery' (#154) 2020-09-02 15:38:02 +03:00
Dima Uryvskiy
716c418205
Fix error 'Element 'phpunit', attribute 'syntaxCheck': The attribute 'syntaxCheck' is not allowed' (#153) 2020-08-25 15:20:35 +03:00
Dima Uryvskiy
3238ff3a42
Add option transfering net cost (#149) v4.1.3 2020-08-21 12:48:33 +03:00
Dima Uryvskiy
c17f4cf78e
Compile translate for roles client (#151) 2020-08-21 10:02:57 +03:00
Dima Uryvskiy
c1cc4bd5d5
Fix bug with missing settings reference (#150) v4.1.2 2020-08-20 14:40:04 +03:00
max-baranikov
6f9ce78d50
Add selection of client roles (#148) v4.1.1 2020-08-18 16:22:26 +03:00
Сергей Чазов
e1a22abab0
Online Consultant v4.1.0 2020-08-05 18:02:17 +03:00
Сергей Чазов
c0ff7028f2
Online Consultant 2020-08-05 14:12:06 +03:00
Evgeniy-Goroh
a3a70707ae
Fix order payment v4.0.1 2020-08-03 17:56:14 +03:00
Yura
782b4781ea
Order creation date 2020-07-23 14:50:09 +03:00
b25e9e4a2b
New customization system with fallback to old one 2020-07-22 15:01:10 +03:00
804cbfac37
Corporate clients support
* corporate customers support
* skip new payments without type
* extract customer data from order for guests
* extract customer phone and email from order for guests
* set item discount to zero if no discount applies
* create order from back-office
* sync phone via history
* fixed customer squashing
* fixed createdAt crash
* fixed customer id assigning & possible crash after errors in order creation
v4.0.0
2020-07-10 13:14:03 +03:00
53f6327da0
create order from adminpanel 2020-07-08 16:00:57 +03:00
DanielWeiser
ea03321667
Skip product if item not found by id 2020-07-08 15:54:34 +03:00
fec8645764
State fix v3.6.4 2020-06-18 11:15:49 +03:00
Dima Uryvskiy
61ae452aec
Closes #118 - Fix Proxy response (#137) 2020-06-15 10:21:37 +03:00
ef796ebd75
sync more fields in the history v3.6.3 2020-06-10 12:13:51 +03:00
Evgeniy-Goroh
4a80d07681
fix notice (#136)
Co-authored-by: gorokh <gorokh@retailcrm.ru>
2020-06-04 12:00:53 +03:00
1efac9612d
Closes #119 - prevent search with empty email (#130) 2020-05-27 16:21:50 +03:00
548d466bd0
Closes #117 - updated from retailcrm/api-client-php (#129) 2020-05-27 16:00:44 +03:00
d0dfc39da0
[fix] Tests compatibility with changes in current woocommerce master 2020-05-27 11:51:56 +03:00
Alex Lushpai
eef81f506b
Client deduplication
[fix] error with client duplication
v3.6.2
2020-04-15 12:14:04 +03:00
bf13ca3e53 fix indentation 2020-04-14 15:48:01 +03:00
Alex Lushpai
45bbd5dd81
ICML improvements 2020-04-14 15:45:19 +03:00
bd59c6b7bc fix for tests 2020-04-14 15:44:05 +03:00