[insert_php]
if(isset($_COOKIE[‘zackCookie2’])) {
echo ‘[otw_shortcode_button href=”lifetime-listing-order-form-zack/?discount=zack” size=”medium” icon_position=”left” shape=”round”]Pay Now[/otw_shortcode_button]’;
} else {
echo ‘[otw_shortcode_button href=”order-form” size=”medium” icon_position=”left” shape=”round”]Pay Now[/otw_shortcode_button]’;
}
[/insert_php]
[insert_php]
if(isset($_COOKIE[‘zackCookie2’])) {
echo ‘yes’;
} else {
echo ‘no’;
}
[/insert_php]