WooCommerce Subscription Order ID
Budget: $15 – $25 USD
This is the piece of code supplied by ShipStation, I need to identify orders that are new subscriptions and subscription renewals to tag as "Subscription" for use at ShipStation.
// Add this code to your theme functions.php file or a custom plugin
add_filter( 'woocommerce_shipstation_export_custom_field_2', 'shipstation_custom_field_2' ); function shipstation_custom_field_2() {
return '_meta_key'; // Replace this with the key of your custom field
}
// Add this code to your theme functions.php file or a custom plugin
add_filter( 'woocommerce_shipstation_export_custom_field_2', 'shipstation_custom_field_2' ); function shipstation_custom_field_2() {
return '_meta_key'; // Replace this with the key of your custom field
}