Profit Email Workbook

Profit Email Workbook

**BUY NOW FOR ONLY $9**

If you are confused about where to begin or frustrated because your list isn’t making you any money? It’s time to start with the basics and then accelerate.

YOUR GUIDE TO CREATING A EMAIL LIST THAT PROFITS. THIS WORKBOOK WILL WALK YOU THROUGH THE STEPS TO BUILD A LIST THAT KEEPS ON GIVING.

  • Understand the basics of a funnel
  • Identify your client persona
  • Develop the RIGHT lead magnet for your audience
  • Layout a welcome sequence that will grab your audience attention
  • Track your success

 

[purchase_link id=”2277″ style=”button” color=”green” text=”Purchase Download”]

<!– Load Stripe.js on your website. –>
<script src=”https://js.stripe.com/v3″></script>

<!– Create a button that your customers click to complete their purchase. Customize the styling to suit your branding. –>
<button
style=”background-color:#6772E5;color:#FFF;padding:8px 12px;border:0;border-radius:4px;font-size:1em”
id=”checkout-button-sku_H1i8islP4YLz88″
role=”link”
>
Checkout
</button>

<div id=”error-message”></div>

<script>
(function() {
var stripe = Stripe(‘pk_live_KKH6owEvkznoevUzwRfB8gMh’);

var checkoutButton = document.getElementById(‘checkout-button-sku_H1i8islP4YLz88’);
checkoutButton.addEventListener(‘click’, function () {
// When the customer clicks on the button, redirect
// them to Checkout.
stripe.redirectToCheckout({
items: [{sku: ‘sku_H1i8islP4YLz88’, quantity: 1}],

// Do not rely on the redirect to the successUrl for fulfilling
// purchases, customers may not always reach the success_url after
// a successful payment.
// Instead use one of the strategies described in
// https://stripe.com/docs/payments/checkout/fulfillment
successUrl: ‘https://cignalpartners.com/success’,
cancelUrl: ‘https://cignalpartners.com/canceled’,
})
.then(function (result) {
if (result.error) {
// If `redirectToCheckout` fails due to a browser or network
// error, display the localized error message to your customer.
var displayError = document.getElementById(‘error-message’);
displayError.textContent = result.error.message;
}
});
});
})();
</script>