Restrict item quantity per customer per day
I need to restrict customers to purchase one item quantity per day, currently I am using QTY_MIN and QTY_MAX column in PRC_DEAL_ITEM table for this but this is valid for per transaction. I need to restrict per day that customer can purchase only defined quantity of item per day.
My xstore version is 17.0.2.
Regards