If you have a long sales page you may want to add an extra button somewhere in the middle.
To make the code below work you'll need:
-
course id
-
product id
-
a new "rich text block" on your sales page
Follow the steps below:
Step 1: Copy code from the source of your sales page
You can find it by previewing your course as an unenrolled user, and right clicking on your screen and choosing the "view page source" button (the one above what I highlighted below)
<form accept-charset="UTF-8" action="/purchase" class="sale_default" id="sale_default2" method="get" style="text-align: center;">
<input name="utf8" type="hidden" value="✓">
<input type="hidden" name="" value="">
<input id="course_id" name="course_id" type="hidden" value="15166">
<input id="coupon_code" name="coupon_code" type="hidden" style="display:none;">
<input id="school_domain" name="school_domain" type="hidden" value="portablebiz.club">
<input id="product_id" name="product_id" type="hidden" value="32081">
<button id="enroll-button-top" class="btn btn-hg btn-primary btn-header-enroll" type="submit">
<i class="fa fa-shopping-cart"></i>
Sign up for
<span class="default-product-price product_32081">$37</span>
<span class="coupon-price product_32081"></span>
</button>
</form>
Step 2: Add the code to a Rich Text Block on your sales page
Either paste the code you copied from your own sales page (easiest option) or copy the code I have above, and reeplace the highlighted parts into a new Rich Text Box (like you see in the picture below)
When you return back to the visual editor, you're button will look similar to this
Don't worry if it's not the same color as the buttons on your site. This is just the standard view for a teachable button. When you preview your course you'll see that the button has picked up your website theme colors.