get_order_number(); $email = $order->get_billing_email(); $country = $order->get_shipping_country() ?: $order->get_billing_country(); $delivery_date = date( 'Y-m-d', strtotime( '+5 days' ) ); // estimate 5 days, adjust as needed $gtin = '9781291779493'; // your ISBN without hyphens ?> add_action( 'woocommerce_thankyou', 'add_google_reviews_optin' ); function add_google_reviews_optin( $order_id ) { $order = wc_get_order( $order_id ); if ( ! $order ) { return; } $order_num = $order->get_order_number(); $email = $order->get_billing_email(); $country = $order->get_shipping_country() ?: $order->get_billing_country(); $delivery_date = date( 'Y-m-d', strtotime( '+5 days' ) ); $gtin = '9781291779493'; ?>

Forum

 
Notifications
Clear all

Akajiofo Press Forum

Main Category
Status
Author
Topics
Forum
Replies
Views
Last Post 
Share: