Your order has been declined. Please double check your Credit Card Details or contact support for information.
Item
amount
Dynamically Updated
$XX.00
ONE TIME OFFER: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut, quod hic expedita consectetur vitae nulla sint adipisci cupiditate at. Commodi, dolore hic eaque tempora a repudiandae obcaecati deleniti mollitia possimus.
/**************************
* 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');
});