Open couleurmate opened 5 years ago
will be also great to send to WooCommerce the proof of delivery (or a link to)
It's custom order status : https://rudrastyh.com/woocommerce/order-statuses.html And this must implemented in function.php of the childtheme.
Shop manager use this status for internal process ; so i suggest to use custom field like shipping_date is used actualy ; adding a shipping status field.
BUT the problem is also that coopcycle instance has no direct link to woocomerce ; so the call must be implemented by a cron job or maybe a custom action from the shop manager (give me the status of this order).
Maybe just the coopcycle public tracking link is sufficient.
When a courier has done a task, a new
order_status
delivered inwc-order-status
should be displayed.When a courier has failed a task, a
order_status
failed inwc-order-status
should be displayed