| @@ -1,25 +1,41 @@ | ||
| 1 | 1 | <?php |
| 2 | -include_once TAGEMBED_PLUGIN_DIR_PATH . "views/includes/headView.php"; | |
| 3 | -include_once TAGEMBED_PLUGIN_DIR_PATH . "views/includes/headerView.php"; | |
| 4 | -wp_enqueue_script('__script-upgrade-js', TAGEMBED_PLUGIN_URL . '/assets/js/upgrade/tagembed.upgrade.script.js', ['jquery'], TAGEMBED_PLUGIN_VERSION, true); | |
| 2 | +if (!defined('ABSPATH')) : | |
| 3 | + exit; | |
| 4 | +endif; | |
| 5 | +include_once TAGEMBED_PLUGIN_DIR_PATH . 'views/includes/headView.php'; | |
| 6 | +include_once TAGEMBED_PLUGIN_DIR_PATH . 'views/includes/headerView.php'; | |
| 7 | +wp_enqueue_script('__tagembed__script-upgrade-js', TAGEMBED_PLUGIN_URL . '/assets/js/upgrade/tagembed.upgrade.script.js', ['jquery'], TAGEMBED_PLUGIN_VERSION, true); | |
| 5 | 8 | ?> |
| 6 | -<div class="__tagembed__sourcerow __tagembed__pricesection"> | |
| 7 | - <div class="__tagembed__tabheading"> | |
| 8 | - <h3>Plan Subscriptions</h3> | |
| 9 | - </div> | |
| 10 | - <div class="__tagembed__priceswitcher"> | |
| 11 | - <a href="javascript:void(0);" id="__tagembbed__monthely_price_button" onclick="__tagembed__manageSelectPlanPrice('monthely');">Monthly</a> | |
| 12 | - <a href="javascript:void(0);" id="__tagembbed__yearly_price_button" onclick="__tagembed__manageSelectPlanPrice('yearly');" class="__tagembed__active">Yearly (Save 20%)</a> | |
| 13 | - </div> | |
| 14 | - <div class="__tagembed__fourplan" id="__tagembed__plan"></div> | |
| 15 | - <!--Start--All Feature Section --> | |
| 16 | - <div id="__tagembed__all_feacture_section" class="__tagembed__planfeatures" style="display:none;"></div> | |
| 17 | - <div class="__tagembed__showallfeatures"> | |
| 18 | - <button id="__tagembed__all_feacture_button" onclick="__tagembed__manageAllFeactureHideShow();" class="__tagembed__btn">Show All Features</button> | |
| 19 | - </div> | |
| 20 | - <!--End--All Feature Section --> | |
| 9 | + | |
| 10 | +<div class="__tagembed__support" id="__tagembed__support_section" style="display: none;"> | |
| 11 | + <h3><span style="font-size: 12px;">🔗</span> <a href="https://tagembed.com/support/" target="_blank">We’re Here to Help You Succeed -</a></h3> | |
| 12 | + <p>You've signed up with Tagembed, and your upgrade will be managed from your Tagembed account. | |
| 13 | + To upgrade your plan, manage your subscription, or view billing details, please visit the Tagembed app.</p> | |
| 14 | + </br> | |
| 15 | + <a class="__tagembed__btn" href="https://app.tagembed.com/price" target="_blank" id="__tagembed__book_demo_free_btn"> Upgrade Now</a> | |
| 16 | + <a class="__tagembed__btn __tagembed__intercom_chat_btn" href="javascript:void(0);"> Chat with Us</a> | |
| 21 | 17 | </div> |
| 22 | -<!--Start--Account Upgrade Popup--> | |
| 23 | -<div id="__tagembed__upgrade_account_popup" class="__tagembed__overlay" style="display:none;"></div> | |
| 24 | -<!--End--Account Upgrade Popup--> | |
| 25 | -<?php include_once TAGEMBED_PLUGIN_DIR_PATH . "views/includes/footerView.php"; ?> | |
| 18 | + | |
| 19 | +<div id="__tagembed__upgrade_plan_section" style="display: none;"> | |
| 20 | + <div class="__tagembed__sourcerow __tagembed__pricesection"> | |
| 21 | + <div class="__tagembed__tabheading"> | |
| 22 | + <h3>Plan Subscriptions</h3> | |
| 23 | + </div> | |
| 24 | + <div class="__tagembed__priceswitcher"> | |
| 25 | + <a href="javascript:void(0);" id="__tagembbed__monthely_price_button" onclick="__tagembed__manageSelectPlanPrice('monthely');">Monthly</a> | |
| 26 | + <a href="javascript:void(0);" id="__tagembbed__yearly_price_button" onclick="__tagembed__manageSelectPlanPrice('yearly');" class="__tagembed__active">Yearly (Save 20%)</a> | |
| 27 | + </div> | |
| 28 | + <div class="__tagembed__fourplan" id="__tagembed__plan"></div> | |
| 29 | + <!--Start--All Feature Section --> | |
| 30 | + <div id="__tagembed__all_feacture_section" class="__tagembed__planfeatures" style="display:none;"></div> | |
| 31 | + <div class="__tagembed__showallfeatures"> | |
| 32 | + <button id="__tagembed__all_feacture_button" onclick="__tagembed__manageAllFeactureHideShow();" class="__tagembed__btn">Show All Features</button> | |
| 33 | + </div> | |
| 34 | + <!--End--All Feature Section --> | |
| 35 | + </div> | |
| 36 | + <!--Start--Account Upgrade Popup--> | |
| 37 | + <div id="__tagembed__upgrade_account_popup" class="__tagembed__overlay" style="display:none;"></div> | |
| 38 | + <!--End--Account Upgrade Popup--> | |
| 39 | +</div> | |
| 40 | + | |
| 41 | +<?php include_once TAGEMBED_PLUGIN_DIR_PATH . 'views/includes/footerView.php'; ?> | |