Hi there,
Hope you are doing well. I followed the steps to install the cron and it even showed in the ‚scheduled_task‘ table in database. when I execute the cron & consumer manually using the CLI it keeps on executing although I have a dump statemenet in my cron but nothing gets printed in the CLI.
Also I have one more issue. I have to work with order events
- Order written event (OrderEvents::ORDER_WRITTEN_EVENT)
- Order state change event (OrderEvents::ORDER_STATE_WRITTEN_EVENT)
The first event i found is working perfectly and it dumps the data as expected but the 2nd event doesnt work when I change order_state. Am I using wrong event for Order state Change if not can you tell me what can be wrong with it ?
Last but not least. I need to extract the complete link of the display image of the product description page. I cant find its path in the DataBase tables media, product_media. Where can I find the complete path to the uploaded product image.