Private Note
-
Hi team,
Previously a solution was recommended for setting the tracking number note to from public to private in Woocommerce orders, seen here:
https://www.ads-software.com/support/topic/can-shipstation-order-note-be-private-instead-of-public/
I note that with the most recent update the line (313) has the following:
$is_customer_note = ( WC_ShipStation_Integration::$shipped_status !== $current_status ) ? 1 : 0;
Can this be replaced with the following:
$is_customer_note = 0;
if we don’t want the note to be set to public?
Cheers! – Jonty
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Private Note’ is closed to new replies.