1
Your details
Enter Your Details Here
2
Payment options
Confirm Your Payment Option

* Denotes mandatory fields

Billing
We Respect Your Privacy & Information
Fortune Academy
 | Copyright ©2020 | All Rights Reserved
/************************** * Copyright 2019 CF Pro Tools, All Rights Reserved * Do not share, or distribute this code without author's consent. * This copyright notice must remain in place whenever using * this code - DO NOT REMOVE * Author: Jaime Smith * Website: https://cfprotools.com * Add-on: CF Bestseller Highlight * Version: 1.2 * Last Updated: 11/17/2019 **************************/ $(function() { var productId = "2805633"; //TODO: your product ID goes here var head = "SAVE INSTANT £200 TODAY!"; //TODO: change this text to whatever you like $('.elOrderProductOptinProductName input[value="'+productId+'"]').siblings('label').html(''+head+'
'+$('.elOrderProductOptinProductName input[value="'+productId+'"]').siblings('label').html()); $('.elOrderProductOptinProductName input[value="'+productId+'"]').closest('.elOrderProductOptinProducts').addClass('best-seller'); });