cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Cronjob for Auto-placing a cart of Favourite Customer on 5th of every month

Former Member
0 Likes
239

How to create a cronjob for Auto-placing a cart of Favourite Customer on 5th of every month.

Scenario: 1) I need to get a list of favourite customers from the Database. 2) Then we need to get Cart for the particular Customer. ( I need to create a list of Products , may be a list of 5 Products) 3)Now we need to put the list of Products into the cart . 4) Finally we need to place the Order for that Cart.

Could someone help me here (Not exactly with the same logic mentioned here)?

View Entire Topic
Former Member
0 Likes

I do agree to the points you have provided. But i am facing problem in getting the Cart. If the Cart of that user already contains some different products then how to get a new Cart for the same Customer.

Former Member
0 Likes

Also not sure how to place Order for the new Cart (I was getting some exception which invoking at service layer)