
I’m so excited that we’re continuing to work together, having accountability, a sounding board and outside support to your business is one of the easiest and most important ways to keep you and your business growing. I’m so glad that you’ve chosen me as someone to work with and I am honoured!
Simply click the button below to purchase your subscription of a monthly payment of €197. You get one 60-minute call per month with notes and ongoing email support. Let’s keep doing this!
<!-- Load Stripe.js on your website. --><!-- [et_pb_line_break_holder] --><script src="https://js.stripe.com/v3"></script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- Create a button that your customers click to complete their purchase. Customize the styling to suit your branding. --><!-- [et_pb_line_break_holder] --><button<!-- [et_pb_line_break_holder] --> style="background-color:#000000;color:#FFF;padding:12px 16px;border:0;border-radius:4px;font-size:1em"<!-- [et_pb_line_break_holder] --> id="checkout-button-plan_GFvX4uArVzDn0C"<!-- [et_pb_line_break_holder] --> role="link"<!-- [et_pb_line_break_holder] -->><!-- [et_pb_line_break_holder] --> Mentoring Subscription Checkout<!-- [et_pb_line_break_holder] --></button><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><div id="error-message"></div><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->(function() {<!-- [et_pb_line_break_holder] --> var stripe = Stripe('pk_live_DS36CH4p73rhYyvTgBvLPJh7');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> var checkoutButton = document.getElementById('checkout-button-plan_GFvX4uArVzDn0C');<!-- [et_pb_line_break_holder] --> checkoutButton.addEventListener('click', function () {<!-- [et_pb_line_break_holder] --> // When the customer clicks on the button, redirect<!-- [et_pb_line_break_holder] --> // them to Checkout.<!-- [et_pb_line_break_holder] --> stripe.redirectToCheckout({<!-- [et_pb_line_break_holder] --> items: [{plan: 'plan_GFvX4uArVzDn0C', quantity: 1}],<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> // Do not rely on the redirect to the successUrl for fulfilling<!-- [et_pb_line_break_holder] --> // purchases, customers may not always reach the success_url after<!-- [et_pb_line_break_holder] --> // a successful payment.<!-- [et_pb_line_break_holder] --> // Instead use one of the strategies described in<!-- [et_pb_line_break_holder] --> // https://stripe.com/docs/payments/checkout/fulfillment<!-- [et_pb_line_break_holder] --> successUrl: 'https://firechildphotography.com/mentoring-sub-success/',<!-- [et_pb_line_break_holder] --> cancelUrl: 'https://firechildphotography.com/payment-cancellation/',<!-- [et_pb_line_break_holder] --> })<!-- [et_pb_line_break_holder] --> .then(function (result) {<!-- [et_pb_line_break_holder] --> if (result.error) {<!-- [et_pb_line_break_holder] --> // If `redirectToCheckout` fails due to a browser or network<!-- [et_pb_line_break_holder] --> // error, display the localized error message to your customer.<!-- [et_pb_line_break_holder] --> var displayError = document.getElementById('error-message');<!-- [et_pb_line_break_holder] --> displayError.textContent = result.error.message;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] -->})();<!-- [et_pb_line_break_holder] --></script>
