Skip to content
Home
About us
Products
Cart
Home
About us
Products
Cart
“Lifetime Horoscope (100 Years)” has been added to your cart.
Continue shopping
Remove item
Thumbnail image
Product
Price
Quantity
Subtotal
Lifetime Horoscope (100 Years)
$
299.00
Lifetime Horoscope (100 Years) quantity
$
299.00
Coupon:
Apply coupon
Update cart
Cart totals
Subtotal
$
299.00
Total
$
299.00
Proceed to checkout
/** * Add a custom field (in an order) to the emails */ add_filter( 'woocommerce_email_order_meta_fields', 'custom_woocommerce_email_order_meta_fields', 10, 3 ); function custom_woocommerce_email_order_meta_fields( $fields, $sent_to_admin, $order ) { $fields['hear_about_us'] = array( 'label' => __( 'Date Of Birth' ), 'value' => get_post_meta( $order->id, 'additional_wooccm0', true ), ); return $fields; }
✕
Scroll to Top