1
0
mirror of synced 2025-01-19 17:31:45 +03:00

67 Commits

Author SHA1 Message Date
Dima Uryvskiy
8a47750818
Change logic work with address 2022-09-22 15:17:34 +03:00
Dima Uryvskiy
b77635f2c5
Fix bug with product tax 2022-09-05 19:20:27 +03:00
Dima Uryvskiy
fdbac7a2ec
Fix a critical bug when working with taxes 2022-09-02 18:36:06 +03:00
Dima Uryvskiy
91a7c02e25
Add support for payment method on delivery 2022-08-11 21:17:55 +03:00
Dima Uryvskiy
ebdc410fda
Change logic work with delivery cost 2022-07-20 14:50:15 +03:00
Dima Uryvskiy
20a2992551
Fix error with empty 'paidAt' 2022-06-28 18:27:39 +03:00
Dima Uryvskiy
e1e7331f89
Add product description to ICML 2022-05-26 11:58:54 +03:00
Dima Uryvskiy
ad15739798
Fix error with integration payments 2022-05-05 18:09:54 +03:00
Dima Uryvskiy
5838dde9eb
Improvement of tests for history 2022-04-18 18:01:57 +03:00
Dima Uryvskiy
c1e913d063
Improvement of tests for corporate customers 2022-04-18 09:56:49 +03:00
Dima Uryvskiy
554a3f420f
Fix bug with changing order status by history 2022-04-12 15:55:09 +03:00
Dima Uryvskiy
e07cfbd1f5
Improvements history class. Add page limit, refactoring code 2022-02-08 12:53:07 +03:00
Dima Uryvskiy
f8ac961520
Added functionality to skip some orders statuses 2022-01-20 17:26:24 +03:00
Dima Uryvskiy
6cbb10e0ec
Improved the create/update method when registering customers 2022-01-14 12:52:13 +03:00
Dima Uryvskiy
f4c44d486c
Refactoring of the starting local tests 2022-01-10 17:22:43 +03:00
Dima Uryvskiy
593bbd4f2f
Refactoring class description 2022-01-10 12:53:00 +03:00
Dima Uryvskiy
5a480f0b31
Add mapping metadata fields in settings 2021-12-30 11:22:34 +03:00
Dima Uryvskiy
c57cb099e5
Refactor code, finalized user interface and translations for the upload functionality 2021-12-28 13:35:36 +03:00
Dima Uryvskiy
6132172da5
Update old tests, add new tests 2021-12-20 11:41:41 +03:00
Dima Uryvskiy
b0577a18fb
Update versions WP/WC in tests 2021-12-10 11:54:05 +03:00
Dima Uryvskiy
ea29da0025
Update logic work address 2021-08-27 16:17:18 +03:00
Dima Uryvskiy
e9e2d52c31
Skip inactive statuses 2021-08-18 12:17:06 +03:00
Dima Uryvskiy
5979c7cb0e
Add export functionality 2021-07-09 13:46:28 +03:00
Dima Uryvskiy
e7b0d2b3ab
Rebranding Simla.com 2021-06-30 13:06:18 +03:00
max-baranikov
523f4bf2a9
Added check for deleted items when creating orders from history 2021-03-29 14:08:36 +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
222a90d755
Fix problem with composer. Use composer version 1.10.17 2020-11-19 10:51:49 +03:00
Dima Uryvskiy
ca5fbfa3b9
Fix send zero amount (#160) 2020-09-30 18:22:17 +03:00
Dima Uryvskiy
30cd87cad9
Correct send and calculate discount (#159) 2020-09-28 13:42:35 +03:00
Dima Uryvskiy
46b7ff03fa
Fix error with travis tests php 5.3 (#156) 2020-09-04 09:09:03 +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
2020-07-10 13:14:03 +03:00
Dima Uryvskiy
61ae452aec
Closes #118 - Fix Proxy response (#137) 2020-06-15 10:21:37 +03:00
d0dfc39da0
[fix] Tests compatibility with changes in current woocommerce master 2020-05-27 11:51:56 +03:00
bd59c6b7bc fix for tests 2020-04-14 15:44:05 +03:00
Akolzin Dmitry
1912a779e0 create category in tests 2020-04-05 12:13:09 +03:00
Akolzin Dmitry
f09d4c1f72 Generate icml test 2020-04-05 10:36:45 +03:00
Akolzin Dmitry
295d89490c Setting payment amount transfer 2020-03-25 10:35:08 +03:00
Akolzin Dmitry
0720148f9e travis php7.3 2020-03-03 13:55:46 +03:00
Akolzin Dmitry
68343b7e49 update history 2020-03-02 18:02:40 +03:00
Akolzin Dmitry
d3448908e7 fix bash script 2020-03-02 14:20:45 +03:00
Akolzin Dmitry
a0613d83e5 fix bash script 2020-03-02 14:13:27 +03:00
Akolzin Dmitry
31865ae3ea fix bash script 2020-03-02 14:03:56 +03:00
Akolzin Dmitry
2d75f50a08 update matrix 2020-03-02 13:54:34 +03:00
Akolzin Dmitry
56b1eb81d2 update transfer DB_PASS 2020-02-28 16:32:18 +03:00
Akolzin Dmitry
24efcdf23a update jobs 2020-02-27 14:12:42 +03:00
Akolzin Dmitry
2142e2a01f matrix 2020-02-26 17:23:12 +03:00
Akolzin Dmitry
7d0c1ac904 update bootstrap 2020-02-25 14:49:47 +03:00