remove all paypal purchase button
This commit is contained in:
parent
fb1f8726b7
commit
2ba75ad67f
|
|
@ -410,11 +410,6 @@
|
|||
<div class="price-period">/year</div>
|
||||
</div>
|
||||
|
||||
<a href="javascript:void(0)"
|
||||
ng-click="PaypalBuyNowBackup('{{ plans.0.name }}', '{{ plans.0.monthlyPrice }}', '{{ plans.0.yearlyPrice }}', 12)"
|
||||
class="cp-btn cp-btn-primary cp-btn-block mb-2">
|
||||
Yearly via PayPal
|
||||
</a>
|
||||
<a href="javascript:void(0)"
|
||||
ng-click="BuyNowBackupP('{{ plans.0.name }}', '{{ plans.0.monthlyPrice }}', '{{ plans.0.yearlyPrice }}', 12)"
|
||||
class="cp-btn cp-btn-outline cp-btn-block">
|
||||
|
|
@ -436,16 +431,6 @@
|
|||
<div class="price-period">/year</div>
|
||||
</div>
|
||||
|
||||
<a href="javascript:void(0)"
|
||||
ng-click="PaypalBuyNowBackup('{{ plans.1.name }}', '{{ plans.1.monthlyPrice }}', '{{ plans.1.yearlyPrice }}', 1)"
|
||||
class="cp-btn cp-btn-primary cp-btn-block mb-2">
|
||||
Monthly via PayPal
|
||||
</a>
|
||||
<a href="javascript:void(0)"
|
||||
ng-click="PaypalBuyNowBackup('{{ plans.1.name }}', '{{ plans.1.monthlyPrice }}', '{{ plans.1.yearlyPrice }}', 12)"
|
||||
class="cp-btn cp-btn-primary cp-btn-block mb-2">
|
||||
Yearly via PayPal
|
||||
</a>
|
||||
<a href="javascript:void(0)"
|
||||
ng-click="BuyNowBackupP('{{ plans.1.name }}', '{{ plans.1.monthlyPrice }}', '{{ plans.1.yearlyPrice }}', 1)"
|
||||
class="cp-btn cp-btn-outline cp-btn-block mb-2">
|
||||
|
|
@ -472,16 +457,6 @@
|
|||
<div class="price-period">/year</div>
|
||||
</div>
|
||||
|
||||
<a href="javascript:void(0)"
|
||||
ng-click="PaypalBuyNowBackup('{{ plans.2.name }}', '{{ plans.2.monthlyPrice }}', '{{ plans.2.yearlyPrice }}', 1)"
|
||||
class="cp-btn cp-btn-primary cp-btn-block mb-2">
|
||||
Monthly via PayPal
|
||||
</a>
|
||||
<a href="javascript:void(0)"
|
||||
ng-click="PaypalBuyNowBackup('{{ plans.2.name }}', '{{ plans.2.monthlyPrice }}', '{{ plans.2.yearlyPrice }}', 12)"
|
||||
class="cp-btn cp-btn-primary cp-btn-block mb-2">
|
||||
Yearly via PayPal
|
||||
</a>
|
||||
<a href="javascript:void(0)"
|
||||
ng-click="BuyNowBackupP('{{ plans.2.name }}', '{{ plans.2.monthlyPrice }}', '{{ plans.2.yearlyPrice }}', 1)"
|
||||
class="cp-btn cp-btn-outline cp-btn-block mb-2">
|
||||
|
|
@ -508,16 +483,6 @@
|
|||
<div class="price-period">/year</div>
|
||||
</div>
|
||||
|
||||
<a href="javascript:void(0)"
|
||||
ng-click="PaypalBuyNowBackup('{{ plans.3.name }}', '{{ plans.3.monthlyPrice }}', '{{ plans.3.yearlyPrice }}', 1)"
|
||||
class="cp-btn cp-btn-primary cp-btn-block mb-2">
|
||||
Monthly via PayPal
|
||||
</a>
|
||||
<a href="javascript:void(0)"
|
||||
ng-click="PaypalBuyNowBackup('{{ plans.3.name }}', '{{ plans.3.monthlyPrice }}', '{{ plans.3.yearlyPrice }}', 12)"
|
||||
class="cp-btn cp-btn-primary cp-btn-block mb-2">
|
||||
Yearly via PayPal
|
||||
</a>
|
||||
<a href="javascript:void(0)"
|
||||
ng-click="BuyNowBackupP('{{ plans.3.name }}', '{{ plans.3.monthlyPrice }}', '{{ plans.3.yearlyPrice }}', 1)"
|
||||
class="cp-btn cp-btn-outline cp-btn-block mb-2">
|
||||
|
|
@ -544,16 +509,6 @@
|
|||
<div class="price-period">/year</div>
|
||||
</div>
|
||||
|
||||
<a href="javascript:void(0)"
|
||||
ng-click="PaypalBuyNowBackup('{{ plans.4.name }}', '{{ plans.4.monthlyPrice }}', '{{ plans.4.yearlyPrice }}', 1)"
|
||||
class="cp-btn cp-btn-primary cp-btn-block mb-2">
|
||||
Monthly via PayPal
|
||||
</a>
|
||||
<a href="javascript:void(0)"
|
||||
ng-click="PaypalBuyNowBackup('{{ plans.4.name }}', '{{ plans.4.monthlyPrice }}', '{{ plans.4.yearlyPrice }}', 12)"
|
||||
class="cp-btn cp-btn-primary cp-btn-block mb-2">
|
||||
Yearly via PayPal
|
||||
</a>
|
||||
<a href="javascript:void(0)"
|
||||
ng-click="BuyNowBackupP('{{ plans.4.name }}', '{{ plans.4.monthlyPrice }}', '{{ plans.4.yearlyPrice }}', 1)"
|
||||
class="cp-btn cp-btn-outline cp-btn-block mb-2">
|
||||
|
|
|
|||
Loading…
Reference in New Issue