class-zvc-admin-addons.php
3.66 KB
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
<?php
/**
* Class for displaying addons page
*
* @since 3.1.1
*/
class Zoom_Video_Conferencing_Admin_Addons {
public static function render() {
?>
<div class="video-conferencing-addons wrap">
<h1 class="border-padd">Get more features to your Meetings and Webinars !</h1>
<div class="video-conferencing-addons-flex">
<div class="video-conferencing-addons-box">
<div class="content">
<h2 style="line-height: 1.6;">WooCommerce Integration</h2>
<p>Integrate your Zoom Meetings directly to WooCommerce products. This integration allows you to seamlessly integrate your
WooCommerce product into a Zoom Meeting post created from your WordPress dashboard. To make zoom meeting a purchasable
product. You'll find an option in your <strong>Zoom Meeting > Add New page</strong>. Checking the option would convert
your normal meeting to purchasable meeting page.</p>
<a target="_blank" href="https://www.codemanas.com/downloads/zoom-meetings-for-woocommerce/" class="vczapi-button-primary">Learn More</a>
</div>
</div>
<div class="video-conferencing-addons-box">
<div class="content">
<h2 style="line-height: 1.6;">WooCommerce Booking Integration</h2>
<p>Integrate your Zoom Meetings directly to WooCommerce booking products. Zoom Integration for WooCommerce Booking allows you
to automate your zoom meetings directly from your WordPress dashboard by linking zoom meetings to your WooCommerce Booking
products automatically when a Booking Order is created. Users will receive join links in their booking confirmation
emails.</p>
<p><strong>This plugin includes WooCommerce Bookings as well as integration with only WooCommerce also as a bundle.</strong>
</p>
<a target="_blank" href="https://www.codemanas.com/downloads/zoom-integration-for-woocommerce-booking/" class="vczapi-button-primary">Learn More</a>
</div>
</div>
</div>
<div class="video-conferencing-addons-flex">
<div class="video-conferencing-addons-box">
<div class="content">
<h2 style="line-height: 1.6;">WCFM integration for Zoom</h2>
<p>Enables frontend integration for Zoom for WCFM. Zoom Integration for WCFM acts as a glue plugin for Zoom integration for
WooCommerce and WCFM. This add-on allows vendors to create and manage Zoom Meeting Products from the front end.</p>
<a target="_blank" href="https://www.codemanas.com/downloads/wcfm-integration-for-zoom/" class="vczapi-button-primary">Learn More</a>
</div>
</div>
<div class="video-conferencing-addons-box">
<div class="content">
<h2 style="line-height: 1.6;">Zoom Integration PRO</h2>
<p>Integration with PMI, Recurring Meetings, Registrations.</p>
<p>To use certain features this requires Zoom Pro Account enabled.</p>
<a target="_blank" href="https://www.codemanas.com/downloads/video-conferencing-with-zoom-pro/" class="vczapi-button-primary">Learn More</a>
</div>
</div>
</div>
</div>
<?php
}
}