forked from mashshare/mashshare-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-bundle.php
144 lines (136 loc) · 9.75 KB
/
page-bundle.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<?php
/*
Template Name: page-bundle
*/
?>
<?php get_header(); ?>
<div id="page-wrap" class="container-fluid">
<div id="header-image"><!--start header-image-->
<div id="header-content" class="container"><!--start header-->
<div class="row"><!--start row-->
<div class="col-md-12" style="text-align: center;">
<h1>30 Day Money Back Guarantee</h1>
<h2>We stand behind our product 100% – see our <a href="<?php echo get_permalink('21306'); ?>">refund policy</a></h2>
</div>
</div><!--end row-->
</div><!--end header-->
</div><!--end header-image-->
<div class="decor-top container"><img src="<?php echo get_template_directory_uri(); ?>/images/decor_top.png" alt="blue" /></div>
<div class="row"><!-- start row -->
<div id="content" class="col-md-12 col-lg-12 col-xs-12">
<div class="container" style="margin-top:40px;">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3">
<div class="panel price fist_box">
<h3>Ultimate</h3>
<ul class="list-group list-group-flush text-center">
<li class="list-group-item">Unlimited Sites</li>
<li class="list-group-item mash_license">€ 339</li>
<li class="list-group-item mash_etc">Lifetime Updates & Support</li>
<li class="list-group-item mash_etc"><a href="https://www.mashshare.net/downloads/ultimate-license">12 (All) Add-Ons Included</a></strong></li>
<li class="list-group-item mash_etc"><a href="https://www.mashshare.net/downloads/videopost-popup/">Video Add-On Included </a></li>
<li class="list-group-item mash_btn"> <?php echo do_shortcode( '[purchase_link id="25692" text="Buy Now" style="button" direct="true"]' ) ?></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3">
<div class="panel price second_box">
<h3>Pro</h3>
<ul class="list-group list-group-flush text-center">
<li class="list-group-item">Unlimited Sites</li>
<li class="list-group-item mash_license"> € 199</li>
<li class="list-group-item mash_etc">1 Year of Updates & Support*</li>
<li class="list-group-item mash_etc"><a href="https://www.mashshare.net/downloads/pro-license/"><strong>12 (All) Add-Ons Included</strong></a></li>
<li class="list-group-item mash_etc"><a href="https://www.mashshare.net/downloads/videopost-popup/"><strong>Video Add-On Included</strong> </a></li>
<li class="list-group-item mash_btn"> <?php echo do_shortcode( '[purchase_link id="21347" text="Buy Now" style="button" direct="true"]' ) ?></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3">
<div class="panel price third_box">
<h3>Business</h3>
<ul class="list-group list-group-flush text-center">
<li class="list-group-item">5 Sites</li>
<li class="list-group-item mash_license">€ 119</li>
<li class="list-group-item mash_etc">1 Year of Updates & Support*</li>
<li class="list-group-item mash_etc"><a href="https://www.mashshare.net/downloads/business-license/">12 (All) Add-Ons Included</a></li>
<li class="list-group-item mash_etc"><a href="https://www.mashshare.net/downloads/videopost-popup/">Video Add-On Included </a></li>
<li class="list-group-item mash_btn"> <?php echo do_shortcode( '[purchase_link id="21345" text="Buy Now" style="button" direct="true"]' ) ?></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3">
<div class="panel price fist_box">
<h3>Personal</h3>
<ul class="list-group list-group-flush text-center">
<li class="list-group-item">1 Site</li>
<li class="list-group-item mash_license">€ 39</li>
<li class="list-group-item mash_etc">1 Year of Updates & Support*</li>
<li class="list-group-item mash_etc"><a href="https://www.mashshare.net/downloads/personal/">8 Add-Ons Included</a></strong></li>
<li class="list-group-item mash_etc"><a href="https://www.mashshare.net/downloads/videopost-popup/">Video Add-On Not Included </a></li>
<li class="list-group-item mash_btn"> <?php echo do_shortcode('[purchase_link id="21330" text="Buy Now" style="button" direct="true"]') ?></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container mash_star">
<div class="row">
<div class="col-md-12" style="text-align: center;">
<!--<p>*A license allows to install and use Mashshare and all Add-Ons on a site for an unlimited period of time. This is not a subscription!<br />
To continue to receive support and updates, all licenses must be renewed after one year (not compulsory).</p>//-->
<p>If you don't love it within your first 30 days, we'll gladly refund your purchase, no questions asked.</p>
<!--<p>Licenses subject to yearly renewal for support and updates</p>-->
<p>To continue to receive support and updates, all licenses (except Ultimate license) must be renewed after one year.</p>
</div>
</div>
</div>
<div class="container mash_police">
<div class="row">
<div class="mash_bundle col-md-6 col-sm-12 col-xs-12">
<h6>Do I need to renew my license?</h6>
<p>Your license key is valid for one year from the purchase date. You need an active license key for continued access to automatic updates and support. If you renew your license each year you’ll receive a huge 30% discount off the current price!</p>
</div>
<div class="mash_bundle col-md-6 col-sm-12 col-xs-12">
<h6>Do you have a refund policy?</h6>
<p><a href="<?php echo get_permalink('21306'); ?>" target="_blank">Yes we have.</a> We stand behind the quality of our product and will refund 100% of your money if you are unhappy with the plugin.</p>
</div>
</div>
<div class="row">
<div class="mash_bundle col-md-6 col-sm-12 col-xs-12">
<h6>Do I get access to add-ons?</h6>
<p>With your payment you can download all professional add-ons*. (Video Add-On only included in Pro and Business bundle). This add-ons can be also downloaded from your purchase account.</p>
</div>
<div class="mash_bundle col-md-6 col-sm-12 col-xs-12">
<h6>Do I get updates for the plugin?</h6>
<p>Yes, automatic updates are available free of charge to all users with a valid license key.</p>
</div>
</div>
<div class="row">
<div class="mash_bundle col-md-6 col-sm-12 col-xs-12">
<h6>Can I purchase the add-ons separately?</h6>
<p>Yes, you can purchase the add-ons separately.</p>
</div>
<div class="mash_bundle col-md-6 col-sm-12 col-xs-12">
<h6>Do you offer support if I need help?</h6>
<p>Yes, top-notch customer support is key for a quality product, so we’ll do our very best to resolve any issues you encounter via our support page.</p>
</div>
</div>
<div class="row">
<div class="mash_bundle col-md-6 col-sm-12 col-xs-12">
<h6>I have other pre-sale questions, can you help?</h6>
<p>Yes, you can ask us any question through our support page.</p>
</div>
<div class="mash_bundle col-md-6 col-sm-12 col-xs-12">
<h6>Terms and Conditions</h6>
<p>These are so simple: Read our <a href="https://www.mashshare.net/extensions-terms-conditions/" target="_blank">terms</a>. </p>
</div>
</div>
</div>
</div><!-- end container -->
</div> <!-- end content -->
</div><!-- end row -->
</div> <!-- end page-wrap -->
<?php do_action( 'rootstrap_post_after' ); ?>
<?php get_sidebar( 'home' ); ?>
<?php get_footer(); ?>