London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi,
My project have "auto-schedule Place order for customer" function. Requirement is apply all coupon codes if they are still valid when schedule job place order for customer.
The issue here is I can not apply "Visitor Group Coupons" for cart. I get "MissingVistorGroup" when run PromoEngine. I understand that there are some Visitor Groups can only evaluate with real user HttpContext but there are also some that don't required to (For example: last login <= 1 day).
Is there anyway that I can apply "Visitor Group Coupon" when run in schedule job context?
Any help will be appreciated, thank you!