coopcycle / coopcycle-plugins

Plugins for WooCommerce & PrestaShop
8 stars 4 forks source link

Send task status to WooCommerce #3

Open couleurmate opened 5 years ago

couleurmate commented 5 years ago

When a courier has done a task, a new order_status delivered in wc-order-status should be displayed.

When a courier has failed a task, aorder_status failed in wc-order-status should be displayed

PasLoin commented 4 years ago

will be also great to send to WooCommerce the proof of delivery (or a link to)

PasLoin commented 4 years ago

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.