shop.bushwooddigital.com Open in urlscan Pro
2606:4700:3035::ac43:c727  Public Scan

URL: https://shop.bushwooddigital.com/
Submission: On June 21 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: paymentForm

<form id="paymentForm" name="paymentForm" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email" novalidate="novalidate">
  <h3 class="tpl-6__checkout__title mb-sm-24 mb-16">Checkout</h3>
  <h4 class="tpl-6__checkout__subtitle mb-sm-20 mb-16">Contact</h4>
  <div class="row mobile-display">
    <div class="col-sm-6 col-12">
      <div class="form-group d-flex flex-column">
        <input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.first_name !== ''}" autofill="" id="fname" name="fname" ng-model="order.customer.first_name"
          required="" spellcheck="false" value="" autocomplete="given-name">
        <label for="fname" class="order-1">First Name</label>
      </div>
    </div>
    <div class="col-sm-6 col-12">
      <div class="form-group d-flex flex-column">
        <input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.last_name !== ''}" autofill="" id="lname" name="lname" ng-model="order.customer.last_name"
          required="" spellcheck="false" value="" autocomplete="family-name">
        <label for="lname" class="order-1">Last Name</label>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-6 col-12">
      <div class="form-group d-flex flex-column">
        <input type="email" class="form-control form-control--icon form-control--email order-2 ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.email !== ''}" autofill="" id="email"
          name="email" ng-model="order.customer.email" required="" spellcheck="false" value="" autocomplete="email">
        <label for="email" class="order-1">Email Address</label>
      </div>
    </div>
    <div class="col-sm-6 col-12">
      <!-- ngIf: checkoutState.product.properties.phone_number_field -->
    </div>
  </div>
  <h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Payment Methods</h4>
  <div id="payments" class="tpl-6__payment mb-sm-34 mb-24 mx-sm-0 mx-n16 p-sm-24 p-16">
    <div class="row">
      <div class="col-sm-auto col-12 order-sm-1 mt-sm-0 mt-16 order-3 ml-20 pr-0">
        <div class="custom-control custom-radio m-0">
          <input type="radio" id="creditCardRadio" name="paymentMethods" data-toggle="collapse" data-target="#cards:not(.show)" class="custom-control-input" ng-click="setPaymentType('cc_processor')" aria-expanded="true" checked="">
          <label class="custom-control-label d-flex align-items-center" for="creditCardRadio">
            <div class="payment-method-label"><img class="sampay-icon" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/sampay-wallet.svg" alt="SamPay Wallet"><span>Card &amp; More</span></div>
          </label>
        </div>
      </div>
      <div id="cards" class="col-12 collapse order-sm-4 order-3  show " data-parent="#payments">
        <div class="payment-element-container">
          <div class="payment-form cc-processor-form sampay-processor-form" ng-show="processor_selection == 'cc_processor'">
            <!-- ngIf: renderingPaymentElement -->
            <!-- ngIf: !renderingPaymentElement -->
            <div ng-if="!renderingPaymentElement" class="ng-scope">
              <stripe-element id="payment-element" instance="paymentElement" class="stripe-payment-element ng-isolate-scope">
                <div stripe-element-decorator="" class="StripeElement">
                  <div class="__PrivateStripeElement"
                    style="margin: -4px 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important; clear: both !important; transition: height 0.35s ease 0s !important;">
                    <iframe name="__privateStripeFrame8528" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *; publickey-credentials-get *"
                      src="https://js.stripe.com/v3/elements-inner-payment-4b845374eab2872e29178bda67e45ea9.html#wait=true&amp;rtl=false&amp;publicOptions[paymentMethodOrder][0]=card&amp;publicOptions[paymentMethodOrder][1]=affirm&amp;publicOptions[paymentMethodOrder][2]=afterpay_clearpay&amp;publicOptions[paymentMethodOrder][3]=klarna&amp;publicOptions[terms][applePay]=never&amp;publicOptions[terms][auBecsDebit]=never&amp;publicOptions[terms][bancontact]=never&amp;publicOptions[terms][card]=never&amp;publicOptions[terms][cashapp]=never&amp;publicOptions[terms][googlePay]=never&amp;publicOptions[terms][ideal]=never&amp;publicOptions[terms][paypal]=never&amp;publicOptions[terms][sepaDebit]=never&amp;publicOptions[terms][sofort]=never&amp;publicOptions[terms][usBankAccount]=never&amp;publicOptions[wallets][applePay]=never&amp;publicOptions[wallets][googlePay]=never&amp;publicOptions[layout][type]=accordion&amp;publicOptions[layout][defaultCollapsed]=false&amp;publicOptions[layout][radios]=false&amp;publicOptions[layout][spacedAccordionItems]=true&amp;stripeAccount=acct_1MhyA32ufJ7h0MPt&amp;componentName=payment&amp;keyMode=live&amp;apiKey=pk_live_NNX27kZQDAPiNsF78lllGNd0&amp;referrer=https%3A%2F%2Fshop.bushwooddigital.com%2F&amp;controllerId=__privateStripeController8521"
                      title="Secure payment input frame"
                      style="border: 0px !important; margin: -4px; padding: 0px !important; width: calc(100% + 8px); min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: light only !important; height: 283.531px; opacity: 1; transition: opacity 0.4s ease 0.1s;"></iframe>
                  </div>
                </div>
              </stripe-element>
            </div><!-- end ngIf: !renderingPaymentElement -->
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="v2-horizontal-compact-container">
    <div class="order-bump-wrapper">
      <div class="order-bump-container" ng-style="{'background-color': resolveOrderBumpBackgroundColor(), 'border': resolveOrderBumpBorderStyle()}" style="background-color: rgb(255, 237, 225); border: 2px solid rgb(254, 194, 156);">
        <div class="custom-control custom-checkbox">
          <input type="checkbox" class="custom-control-input" ng-checked="order_bumps.has(819580)" id="order_bump_Endless Customer Pipeline Masterclass" ng-click="toggleOrderBumps(873811, 819580, false, false)">
          <label class="custom-control-label" for="order_bump_Endless Customer Pipeline Masterclass" ng-style="{'--color':resolveOrderBumpPriceColor()}" style="--color: #FF7A50;"></label>
        </div>
        <div class="content">
          <div class="header-content" ng-style="{'color': resolveOrderBumpTextColor()}" style="color: rgb(2, 27, 49);">
            <div class="order-bump-headline">
              <p ng-style="{'color': resolveOrderBumpHeadlineColor()}" class="h1" style="color: rgb(14, 111, 204);">Endless Customer Pipeline Masterclass</p>
            </div>
            <div class="order-bump-description"> This detailed Video Training takes our Checklist to the next level and shows you EXACTLY how to build your Endless Customer Pipeline. You'll sit over my shoulder as I walk you through every single step
              (This makes creating your Endless Customer Pipeline as quick and easy as possible).
              <b>Check the box to add to your order right now for just $47 (a savings of $100 off the regular price). <u>This price is only available on this page right now.</u></b>
            </div>
          </div>
          <div class="bump-content">
            <div class="pricing">
              <div ng-style="{'color': resolveOrderBumpPriceColor()}" style="color: rgb(255, 122, 80);">
                <strong class="ng-binding">$47.00</strong>
                <strike class="ng-binding">$147.00</strike>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="order-bump-wrapper">
      <div class="order-bump-container" ng-style="{'background-color': resolveOrderBumpBackgroundColor(), 'border': resolveOrderBumpBorderStyle()}" style="background-color: rgb(255, 237, 225); border: 2px solid rgb(254, 194, 156);">
        <div class="custom-control custom-checkbox">
          <input type="checkbox" class="custom-control-input" ng-checked="order_bumps.has(820087)" id="order_bump_5-Star Review Secrets" ng-click="toggleOrderBumps(873811, 820087, false, false)">
          <label class="custom-control-label" for="order_bump_5-Star Review Secrets" ng-style="{'--color':resolveOrderBumpPriceColor()}" style="--color: #FF7A50;"></label>
        </div>
        <div class="content">
          <div class="header-content" ng-style="{'color': resolveOrderBumpTextColor()}" style="color: rgb(2, 27, 49);">
            <div class="order-bump-headline">
              <p ng-style="{'color': resolveOrderBumpHeadlineColor()}" class="h1" style="color: rgb(14, 111, 204);">Reputation Secrets</p>
            </div>
            <div class="order-bump-description"> Your online reputation can be the difference between losing customers, and getting a tidal wave of new customers every month. If you're tired of awkwardly asking your customers for reviews, this
              Step-by-Step Video Training Course is here to save you! Learn how to use automated texts and emails to get more 5-Star Reviews month after month (includes high-converting copy/paste templates).&nbsp;<span
                style="font-weight: bolder;">Check the box to add to your order right now for just $37 (a savings of $60 off the regular price). <u>This price is only available on this page right now.</u></span>
            </div>
          </div>
          <div class="bump-content">
            <div class="pricing">
              <div ng-style="{'color': resolveOrderBumpPriceColor()}" style="color: rgb(255, 122, 80);">
                <strong class="ng-binding">$37.00</strong>
                <strike class="ng-binding">$97.00</strike>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Order Summary</h4>
  <div id="order-summary-widget" box-loading="contextRefresh">
    <div id="product-list" class="box">
      <!-- ngRepeat: invoiceItem in checkoutContext.order.invoice.items -->
      <div class="product-item ng-scope" ng-repeat="invoiceItem in checkoutContext.order.invoice.items">
        <div class="product-label-col">
          <span class="product-item-name ng-binding">Endless Customer Pipeline 22-Point Checklist</span>
          <!-- ngIf: subscriptionsByProductId[invoiceItem.product_id] -->
          <!-- ngIf: invoiceItem.type === 'bump' -->
        </div>
        <div class="product-price-col float-right text-right">
          <!-- ngIf: invoiceItem.quantity > 1 --><span class="unit-amount ng-binding">$7.00</span>
        </div>
      </div><!-- end ngRepeat: invoiceItem in checkoutContext.order.invoice.items -->
    </div>
    <div id="summary-totals" class="box">
      <div class="invoice-item subtotal-row ng-hide" ng-show="checkoutContext.order.invoice.subtotal !== checkoutContext.order.invoice.total">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Subtotal:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">$7.00</span>
        </div>
      </div>
      <div class="invoice-item tax-row ng-hide" ng-show="checkoutContext.order.invoice.tax !== 0">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Tax:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">$0.00</span>
        </div>
      </div>
      <div class="invoice-item shipping-row ng-hide" ng-show="checkoutContext.order.invoice.shipping !== 0">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Shipping:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">$0.00</span>
        </div>
      </div>
      <div class="invoice-item discount-row ng-hide" ng-show="checkoutContext.order.invoice.discount !== 0">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Discounts:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">-$0.00</span>
        </div>
      </div>
      <div class="invoice-item total-row">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Total:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding" id="total">$7.00 </span>
        </div>
      </div>
    </div>
  </div>
  <div class="tpl-6__order text-center pt-sm-30 py-24">
    <div class="g-recaptcha-container">
      <script type="text/javascript">
        var recaptchaChallengeSeen = false;
        var recaptchaCallback = function(response) {
          window.recaptchaResponse = response;
        };
        var onloadCallback = function() {
          window.recaptchaWidgetId = grecaptcha.render('submit', {
            'sitekey': '6LfyULUmAAAAAJld89qgZEGDDIGnjfWqZGBkXh3t',
            'callback': recaptchaCallback,
            'size': 'invisible'
          });
        };
        const domObserver = new MutationObserver(() => {
          const iframe = document.querySelector("iframe[src^=\"https://www.google.com/recaptcha\"][src*=\"bframe\"]");
          if (!iframe) {
            return;
          }
          domObserver.disconnect();
          const recaptchaContainerObserver = new MutationObserver(() => {
            if (iframe.parentNode.parentNode.style.visibility !== "visible") {
              return;
            }
            recaptchaContainerObserver.disconnect();
            recaptchaChallengeSeen = true;
          });
          recaptchaContainerObserver.observe(iframe.parentNode.parentNode, {
            attributes: true
          });
        });
        domObserver.observe(document.documentElement || document.body, {
          childList: true,
          subtree: true
        });
        window.resetRecaptcha = function() {
          window.recaptchaResponse = undefined;
          grecaptcha.reset(window.recaptchaWidgetId);
          recaptchaChallengeSeen = false;
          domObserver.observe(document.documentElement || document.body, {
            childList: true,
            subtree: true
          });
        }
      </script>
      <input id="submit" type="hidden" value="Submit" style="">
      <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&amp;render=explicit" async="" defer=""></script>
      <script>
        const sleepUntil = async (f, timeoutMs) => {
          return new Promise((resolve, reject) => {
            const timeWas = new Date();
            const wait = setInterval(function() {
              if (f()) {
                clearInterval(wait);
                resolve();
              } else if (new Date() - timeWas > timeoutMs) { // Timeout
                clearInterval(wait);
                reject();
              }
            }, 20);
          });
        }

        function fetchToken() {
          window.resetRecaptcha();
          return new Promise(async function(resolve, reject) {
            grecaptcha.reset();
            grecaptcha.execute(window.recaptchaWidgetId);
            var responseReceived = false;
            try {
              await sleepUntil(() => window.recaptchaResponse, 60000);
              responseReceived = true;
              resolve('');
            } catch {
              reject('reCAPTCHA timeout exceeded!');
            }
            snowplow('trackSelfDescribingEvent', {
              event: {
                schema: 'iglu:com.samcart/recaptcha_challenge_shown_event/jsonschema/1-0-0',
                data: {
                  shown: recaptchaChallengeSeen,
                }
              }
            });
            snowplow('trackSelfDescribingEvent', {
              event: {
                schema: 'iglu:com.samcart/recaptcha_challenge_response_received_event/jsonschema/1-0-0',
                data: {
                  response_received: responseReceived,
                }
              }
            });
          });
        }
      </script>
    </div>
    <!-- ngIf: processor_selection !== 'digital_wallet' --><button type="submit" class="btn btn-primary mx-auto mb-sm-12 mb-20 w-100 main-cta ng-scope" id="placeOrder" name="placeOrder" ng-click="placeOrder('cqdiCKxdkxzXScc7KPsC7tpc')"
      ng-disabled="shippingCountryIsRestricted || isProcessingOrder" ng-if="processor_selection !== 'digital_wallet'"> Get Instant Access! </button><!-- end ngIf: processor_selection !== 'digital_wallet' -->
    <div id="payment-request-button" class="mx-auto mb-sm-12 mb-20 ng-hide" ng-show="processor_selection === 'digital_wallet'"></div>
  </div>
</form>

Text Content

0 people
are viewing this site


0 people
viewed this page
in the last





THE ENDLESS CUSTOMER PIPELINE 22-POINT CHECKLIST:


*USE THE SAME 22-POINT PROCESS WE USE TO GET OUR CLIENTS 3-6 NEW CUSTOMERS
SYSTEMATICALLY EVERY MONTH


(WITHOUT POSTING ON SOCIAL MEDIA, RUNNING ADS OR OFFERING DISCOUNTS)



Now you can follow the same system Kim uses to enjoy 24/7 growth without the
grind. Today she can focus on serving her customers instead of worrying about
her marketing.

And here's the really exciting part: I documented everything I did for Kim's
business and boiled it down into an easy to follow 22-Point Checklist that you
can use to set up your own Endless Customer Pipeline.

And now I've made this Checklist available to you for just $7. Click the button
below to get your copy right now:

"This has been a complete game changer for my business"

KIM ROBINS, OWNER, CORE WISDOM PILATES, BOULDER, COLORADO

KIM ROBINS

OWNER, CORE WISDOM PILATES, BOULDER, COLORADO

Get The Checklist Now For Just $7


HERE'S WHAT YOU'LL GET INSIDE THE ENDLESS CUSTOMER 22-POINT CHECKLIST:

5 simple changes that quickly increase your authority and credibility in your
local market, getting more new customers to call

14 tweaks that will immediately boost your visibility, so you never have to post
on Social Media or run ads again

3 secrets we've never revealed before that can transform you into a local
"celebrity", gaining instant followers and lifelong customers

BONUS: When You Order Today, You'll Also Receive Kim's Case Study: The Behind
The Scenes Blueprint Of Her Journey To More Than Doubling The Number Of New
Customers Coming Into Her Business Every Month.

Want to see proof that our Endless Customer Pipeline actually works? In this
exclusive 4-Video Series, you'll go behind the scenes to see exactly how we grew
Kim's over the course of 4 months. You'll see the reports and hear directly from
Kim as she shares how her results continued to improve month after month (and
still continue to this day!).

[$197 Value]



Now, You might be wondering, how much could you actually get out of a Checklist?
Well, this isn't some throwaway PDF.



This is different. This detailed Checklist was created by a Quality Assurance
Engineer with 24 years of experience working for Fortune 500 Companies. It has
everything you need to make this work.



You might also be wondering, “Why just $7?” Because we understand the challenges
you face, and we want to make it accessible to every local and service-based
business owner. The real-world value of this information is worth one hundred
times more than the price tag.



But here's the catch – you need to get your hands on this Checklist and build
your Endless Customer Pipeline before your competition does. Being first to
market in your local area is crucial to your success.



Time is ticking, and your business can't afford to miss out. Get the Checklist
today and watch everything change.



Worried about taking the leap? We've got you covered with our 90-Day Money-Back
Guarantee. You've got nothing to lose and everything to gain. Grab your copy and
secure your studio's future today!


FREQUENTLY ASKED QUESTIONS:


WHO IS THIS FOR?

Local and Service-Based Business Owners that are tired of relying on tedious
social media posts, paid ads, word of mouth referrals, networking or offering
discounts in order to attract new customers.


WHY TYPES OF BUSINESSES DOES THIS WORK FOR?

Our Endless Customer Pipeline work wonders for: General Contractors, Roofers,
Landscaping, Lighting and Sprinkler Installation, Lawn Care, Plumbers, HVAC,
Carpet Cleaning, Painting, Chiropractors, Gyms, Personal Trainers, Yoga,
Pilates, Physical Therapy, Dentists, Doctors, Therapists and many more.


I'M NOT A TECHIE, CAN I DO THIS MYSELF?

Yep! Most of the steps in our Checklist are as simple as filling out an online
form. A few steps are a bit more technical, so if you're looking for video
instruction be sure to add our Endless Customer Pipeline Masterclass to your
order. It covers everything in the Checklist in easy to follow step-by-step
tutorials.


HOW LONG DOES IT TAKE TO START SEEING RESULTS?

It depends on where your business is at right now, but we've seen our changes
make a difference in as little as 24 hours. Longer term changes may take 30-90
days to kick in, but they are long-lasting. In fact, Kim's Endless Customer
Pipeline just enjoyed a huge bump in performance a full 9 months since we first
built it!


DO YOU OFFER A MONEY BACK GUARANTEE?

Yep! We stand behind our products and offer a lifetime 100% money back
guarantee.

Get The Checklist Now For Just $7


YOU'RE BACKED BY OUR UNCONDITIONAL 100% LIFETIME MONEY-BACK GUARANTEE

If you're still on the fence, remember...this purchase is 100% Risk Free. I am
confident that our training will help you grow your business and create a
long-lasting and predictable stream of new customers. But if you're unsatisfied
for any reason, just shoot us an email and we'll refund 100% of your purchase.


HERE'S HOW TO GET INSTANT ACCESS RIGHT NOW FOR JUST $7

To get Endless Customer Pipeline 22-Point Checklist, just fill out the form
below. After your purchase is complete, you'll be given access to our Private
Members Area where the Checklist, the Case Study and any additional trainings
you purchase will be instantly available. I'll see you inside!


CHECKOUT

CONTACT

First Name
Last Name
Email Address


PAYMENT METHODS

Card & More


Endless Customer Pipeline Masterclass

This detailed Video Training takes our Checklist to the next level and shows you
EXACTLY how to build your Endless Customer Pipeline. You'll sit over my shoulder
as I walk you through every single step (This makes creating your Endless
Customer Pipeline as quick and easy as possible). Check the box to add to your
order right now for just $47 (a savings of $100 off the regular price). This
price is only available on this page right now.
$47.00 $147.00

Reputation Secrets

Your online reputation can be the difference between losing customers, and
getting a tidal wave of new customers every month. If you're tired of awkwardly
asking your customers for reviews, this Step-by-Step Video Training Course is
here to save you! Learn how to use automated texts and emails to get more 5-Star
Reviews month after month (includes high-converting copy/paste templates). Check
the box to add to your order right now for just $37 (a savings of $60 off the
regular price). This price is only available on this page right now.
$37.00 $97.00

ORDER SUMMARY

Endless Customer Pipeline 22-Point Checklist
$7.00
Subtotal:
$7.00
Tax:
$0.00
Shipping:
$0.00
Discounts:
-$0.00
Total:
$7.00

Get Instant Access!


*Earnings, income and client performance representations made by Steve Pavilanis
and Bushwood Digital Inc., and their advertisers/sponsors are aspirational
statements only of your earnings and performance potential. These results are
not typical and results will vary. The results on this page are OUR results and
are a product of our expertise from years of testing and experimenting. We can
in NO way guarantee you will get similar results.



This site is not a part of the Facebook website or Facebook, Inc. or the Google
website or Google, LLC or Alphabet Inc., or TikTok, Inc. or ByteDance, Inc.
Additionally, this website is NOT endorsed by Facebook in any way, or the Google
website or Google, LLC. or Alphabet Inc. Facebook is a trademark of FACEBOOK,
INC., or TikTok, Inc. or ByteDance, Inc. or any affiliated companies.

Terms
Privacy Policy
Support

© 2024 Bushwood Digital Inc.. All Rights Reserved.






PROCESSING