ConnectionIcon.php
4 weeks ago
ManualScheduling.php
4 weeks ago
SaveSchedulingButton.php
4 weeks ago
SchedulingActiveSitesLimitUI.php
4 weeks ago
SchedulingSubscribeUI.php
4 weeks ago
SchedulingUI.php
4 weeks ago
SchedulingSubscribeUI.php
87 lines
| 1 | <?php |
| 2 | |
| 3 | defined( 'ABSPATH' ) || exit; |
| 4 | |
| 5 | |
| 6 | ?> |
| 7 | |
| 8 | <div class="subscribe" id="scheduling-subscribe-group" style="margin-left: 5px; position: relative; margin-bottom: 20px;"> |
| 9 | <div class="tiered-pricing-options"> |
| 10 | <h3 class="subscribe-heading">Reliable, simple, and powerful. Get started with Automatic Scheduling right now.</h3> |
| 11 | <span class=""> |
| 12 | No complicated cron jobs, no flakey wp-cron, and no more terminated exports, regardless of host. Set up your schedules right here in WP All Export, and we'll make sure they run.</span> |
| 13 | <div style="display: flex;"> |
| 14 | <div style="flex: 1; padding-right: 10px;" class="pricing-plans"> |
| 15 | <h3>Pricing</h3> |
| 16 | <label class="checked"> |
| 17 | <span class="input-desc"> |
| 18 | <input type="radio" name="pricing_plan" value="unlimited_sites" checked> |
| 19 | <span class="description">Unlimited Sites</span></span><span class="price-term"><span class="price">$19</span><span class="term">/mo</span></span> |
| 20 | </label> |
| 21 | <div class="plans-include"> |
| 22 | <h3>Includes</h3> |
| 23 | <ul> |
| 24 | <li>Unlimited Scheduled Imports & Exports</li> |
| 25 | <li>Unlimited Runs per Import & Export</li> |
| 26 | <li>100% Satisfaction Money Back Guarantee</li> |
| 27 | </ul> |
| 28 | </div> |
| 29 | </div> |
| 30 | <div class="faq-container"> |
| 31 | <h3>Frequently Asked Questions</h3> |
| 32 | <div class="faq-divs"> |
| 33 | <div class="faq-section collapsed-header open" onclick="toggleSection('faq1')"> |
| 34 | <h4><?php esc_html_e('How does it work?', 'wp-all-export'); ?></h4> |
| 35 | </div> |
| 36 | <div class="faq-answer" id="faq1" style="display:block;"> |
| 37 | <span><?php esc_html_e('When you set an export to run on a schedule, our servers will contact your site to make sure that your export starts when you want it to. Our servers will check back every minute to make sure that the export is still running, and will continue doing so until it finishes.', 'wp-all-export'); ?></span> |
| 38 | </div> |
| 39 | <div class="faq-section collapsed-header closed" onclick="toggleSection('faq2')"> |
| 40 | <h4><?php esc_html_e('Why does it cost money?', 'wp-all-export'); ?></h4> |
| 41 | </div> |
| 42 | <div class="faq-answer" id="faq2" style="display: none;"> |
| 43 | <span><?php esc_html_e('Your data is very important to us. We have a very resilient, scalable cluster of servers powering Automatic Scheduling. Our highly qualified team is on call 24hrs a day, 7 days a week to make sure your exports run when you need them to run.', 'wp-all-export');?></span> |
| 44 | </div> |
| 45 | <div class="faq-section collapsed-header closed" onclick="toggleSection('faq3')"> |
| 46 | <h4><?php esc_html_e('What do I get?', 'wp-all-export'); ?></h4> |
| 47 | </div> |
| 48 | <div class="faq-answer" id="faq3" style="display: none;"> |
| 49 | <span><?php esc_html_e('You\'ll receive a license key for Automatic Scheduling that you can use in WP All Import and WP All Export. You can set up as many imports and exports as you like on unlimited sites.', 'wp-all-export'); ?></span> |
| 50 | </div> |
| 51 | <div class="faq-section collapsed-header closed" onclick="toggleSection('faq4')"> |
| 52 | <h4><?php esc_html_e('What information is shared with Soflyy?', 'wp-all-export'); ?></h4> |
| 53 | </div> |
| 54 | <div class="faq-answer" id="faq4" style="display: none;"> |
| 55 | <span><?php esc_html_e('When you set an export to run on a schedule, WP All Export will open an encrypted connection to our servers and send your license key, your site URL, the ID of the export you want to run, the export security key, and the times that you want the export to run.', 'wp-all-export');?></span> |
| 56 | </div> |
| 57 | </div> |
| 58 | </div> |
| 59 | </div> |
| 60 | <span class="button-and-text-container" id="scheduling-button-and-text-container"> |
| 61 | <span class="register-site-group hidden" id="register-site-group"> |
| 62 | <span class="activate-button-group"> |
| 63 | <button class="activate-license" id="activate-license">Activate License |
| 64 | </button> |
| 65 | <span class="loader" style="position: absolute;left: 55px;bottom: 54px;display:none;"></span> |
| 66 | </span> |
| 67 | <span class="activate-license-entry-group"> |
| 68 | <input type="password" id="add-subscription-field" |
| 69 | placeholder="<?php esc_attr_e('Enter your license', 'wp-all-export'); ?>"/> |
| 70 | <span id="find-subscription-link"><a |
| 71 | href="http://www.wpallimport.com/portal/automatic-scheduling/" |
| 72 | target="_blank"><?php esc_html_e('Find your license', 'wp-all-export'); ?></a></span> |
| 73 | </span> |
| 74 | </span> |
| 75 | <span class="subscribe-button-group" id="subscribe-button-group"> |
| 76 | <button type="button" class="subscribe" id="subscribe"><span>Subscribe Now</span></button> |
| 77 | <?php if( $showAlreadyLicensed ?? true ) { ?> |
| 78 | <span class="already-licensed" id="scheduling-already-licensed">Already have a license?</span> |
| 79 | <?php } ?> |
| 80 | </span> |
| 81 | <span class="checkout-trust-group" id="checkout-trust-group"> |
| 82 | |
| 83 | </span> |
| 84 | </span> |
| 85 | </div> |
| 86 | </div> |
| 87 |