// ✅ Append custom input fields on single product page (for customer input) add_action('woocommerce_before_add_to_cart_button', function() { $custom_fields = [ 'show_team_name' => 'Team Name', 'show_number' => 'Front Number', 'show_back_name' => 'Back Name', 'show_back_number' => 'Back Number', 'show_logo_location' => 'Logo Location', 'show_logo_left_sleeve' => 'Logo Left Sleeve', 'show_logo_right_sleeve' => 'Logo Right Sleeve', 'show_logo_left_chest' => 'Logo Left Chest', 'show_logo_right_chest' => 'Logo Right Chest', 'show_logo_back_neck' => 'Logo Back Neck', 'show_logo_none' => 'No Logo', ]; echo '
'; echo '

Customize Your Shirt

'; foreach ($custom_fields as $key => $label) { echo '


'; echo '

'; } echo '
'; }); // ✅ Save custom meta from product to cart item add_filter('woocommerce_add_cart_item_data', function($cart_item_data, $product_id, $variation_id) { foreach ($_POST as $key => $value) { if (strpos($key, 'show_') === 0) { $cart_item_data[$key] = sanitize_text_field($value); } } return $cart_item_data; }, 10, 3); // ✅ Display custom meta in cart & checkout add_filter('woocommerce_get_item_data', function($item_data, $cart_item) { foreach ($cart_item as $key => $value) { if (strpos($key, 'show_') === 0 && !empty($value)) { $item_data[] = [ 'name' => ucwords(str_replace('_', ' ', str_replace('show_', '', $key))), 'value' => $value, ]; } } return $item_data; }, 10, 2); // ✅ Save to order meta add_action('woocommerce_checkout_create_order_line_item', function($item, $cart_item_key, $values, $order) { foreach ($values as $key => $value) { if (strpos($key, 'show_') === 0 && !empty($value)) { $item->add_meta_data($key, $value, true); } } }, 10, 4); Lamar Odom LA Clippers Mitchell & Ness Hardwood Classics 2000-01 Split Swingman Jersey – Royal/Red – Roserivierausa Shop

Lamar Odom LA Clippers Mitchell & Ness Hardwood Classics 2000-01 Split Swingman Jersey – Royal/Red

$59.99

Buy More Save More!
- 2 items get 7% OFF on cart total.
- 3+ items get 10% OFF on cart total.
- 5+ items get 15% OFF on cart total.
- FREE SHIPPING for orders over $99.
Lamar Odom LA Clippers Mitchell & Ness Hardwood Classics 2000-01 Split Swingman Jersey – Royal/Red

$59.99

Gender: Men
  • Men
  • Women
  • Youth
Size: S
  • S
  • M
  • L
  • XL
  • 2XL
  • 3XL
  • 4XL
  • 5XL
Optional: Custom text
Optional: Custom image (allow: png, jpg, gif)
  1. CUT-OFF time for Christmas orders: Kindly be advised that orders placed after December 4nd cannot be guaranteed to deliver on time for Christmas.