javascript - magento order status automatically update trigger or event -


i want set these: 1. when order not paid in 48 hours, automatically updated [cancelled] state. 2. when our paypal received chargeback, claim or dispute, automatically updated [on hold] state. 3. .....any trigger or event these. idea or tip okay me.

use cron job. create controller action can check order status , order placed time , based on change status. use url hit action in cronjob .


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -