// ---- Show add-ons in customer & admin emails ---- add_filter( 'woocommerce_order_item_name', function( $item_name, $item, $is_visible ) { $addons = wc_get_order_item_meta( $item->get_id(), '_extra_addons', true ); if ( $addons ) { $addons = json_decode( $addons, true ); if ( is_array( $addons ) && ! empty( $addons ) ) { $item_name .= ''; } } return $item_name; }, 10, 3 ); My account – Food is Ready

Food is Ready

FREE LAGOS DELIVERY

Login

Register


Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.