Commit Graph

37 Commits

Author SHA1 Message Date
 Ján Mikláš
0198eae41a Update WC action when setting cart item to zero
[MAILPOET-6069]
2024-09-23 08:32:06 +02:00
alex-mpoet
80a7d3c5d7 Trigger abandoned cart check on WP user login
[MAILPOET-6161]
2024-08-07 12:45:42 +02:00
David Remer
2cba628c29 Do not check subscriber status during abandoned cart scheduling
The abandoned cart automation allows for transactional abandoned carts. Therefore we should not check for the subscriber status when initalizing the abandoned cart mechanism

[MAILPOET-6115]
2024-07-01 13:01:30 +02:00
Mike Jolley
435f638011 Apply rules on lib dir 2024-03-21 16:57:59 +01:00
Rostislav Wolny
eb12069122 Ensure the integer is returned when we call paginated wc_get_orders
In Woo 8.2.0-beta.1, the total value was null. In this commit I want to
make sure we always return an integer.
[MAILPOET-5621]
2023-10-03 10:00:56 +02:00
David Remer
50ec6a2baa Fire hooks when scheduling abandoned cart emails
[MAILPOET-4934]
2023-05-15 08:19:19 +02:00
alex-mailpoet
7cc6765493 Fix minutes text
[MAILPOET-4602]
2023-03-27 12:54:02 +02:00
Jan Lysý
9a3a7f420c Add minutes scheduling for purchased product
[MAILPOET-4602]
2023-03-27 12:54:02 +02:00
Jan Lysý
dfc4334a1d Add minutes scheduling for purchased in category
[MAILPOET-4602]
2023-03-27 12:54:02 +02:00
Jan Lysý
8603de7124 Add minutes scheduling for first purchase
[MAILPOET-4602]
2023-03-27 12:54:02 +02:00
Jan Lysý
354ed92076 Add minutes scheduling for abandoned Cart
[MAILPOET-4602]
2023-03-27 12:54:02 +02:00
Jan Lysý
40f4216ff8 Add method for getting WC coupons
[MAILPOET-4761]
2023-01-30 09:36:21 +01:00
Jan Jakes
926620e8f8 Ignore strict types rule in all existing files that don't have it
[MAILPOET-2688]
2022-11-29 15:04:09 +01:00
Jan Jakes
c67c58709b Unify spacing of declare statements
[MAILPOET-2688]
2022-11-29 15:04:09 +01:00
Oluwaseun Olorunsola
a1ef87ef78 Remove later phrase from options
MAILPOET-4658
2022-11-07 12:42:58 +01:00
Oluwaseun Olorunsola
ff0852fa39 Update after delay text
MAILPOET-4658
2022-11-07 12:42:58 +01:00
Oluwaseun Olorunsola
885b51a6cf Update PurchasedInCategory and PurchasedProduct
Add "after purchase" text to the page

MAILPOET-4658
2022-11-07 12:42:58 +01:00
Oluwaseun Olorunsola
6cb5ceca21 Update First purchase automatic emails
Add "When to send this email" and "after first purchase" texts to the page

MAILPOET-4658
2022-11-07 12:42:58 +01:00
Pavel Dohnal
1df78f22d3 Make the message better
[MAILPOET-4740]
2022-10-24 10:18:28 +02:00
Jan Lysý
d2247a1c76 Refactor parameter from int to entity
[MAILPOET-4372]
2022-10-12 11:44:37 +02:00
Rodrigo Primo
8aabcb5857 Use Woo native function instead of custom query in getGuestCustomerOrderCountByEmail()
[MAILPOET-4570]
2022-10-03 15:10:36 +02:00
David Remer
218de96024 Fix WordPress.WP.I18n.MissingTranslatorsComment errors
[MAILPOET-4524]
2022-08-09 13:23:16 +02:00
David Remer
b05e6d414c Remove WP\Functions::__ and other translate functions
Under the new sniffer rules, those functions produce errors and, when those methods
are used, the sniffer can not properly be applied.

[MAILPOET-4524]
2022-08-09 13:23:16 +02:00
Jan Lysý
3f3b08fc27 Remove redundant check
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
745ba0d5e0 Replace old model from PurchasedProduct
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
448847a4b9 Replace old model from PurchasedInCategory
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
4440ebc3e6 Replace old model with Doctrine
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
4ba5c6ce0c Remove old model from Scheduler
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
Jan Lysý
a128c651c8 Remove old model from the AbandonedCart event
[MAILPOET-4141]
2022-06-20 12:00:47 +02:00
David Remer
ca3f8bdc43 Make Scheduler non-static
[MAILPOET-4252]
2022-04-25 12:08:18 +02:00
Sam Najian
a2ab1a3cfd Escape queries before passing to $wpdb methods
[MAILPOET-4219]
2022-04-04 17:12:33 +02:00
Rostislav Wolny
9b71a7804c Update Monolog/Monolog from v1 to v2
[MAILPOET-4175]
2022-03-28 13:49:41 +02:00
John Oleksowicz
ef40730631 Only store relevant meta for category emails
[MAILPOET-3518]
2022-02-09 16:33:06 +01:00
John Oleksowicz
ec8ff46a29 Only store relevant meta for product purchases
[MAILPOET-3518]
2022-02-09 16:33:06 +01:00
Rostislav Wolny
ad94cffdea Remove proprietary AbandonedCartPageVisitTracker
[MAILPOET-3897]
2022-02-07 09:38:25 +01:00
Rostislav Wolny
f3208ca585 Use subscriber activity callback for postponing abandoned cart emails
[MAILPOET-3897]
2022-02-07 09:38:25 +01:00
Jan Jakes
9f790efbf0 Move plugin files to a subfolder
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00