PluginProbe
MxChat – AI Chatbot & Content Generation for WordPress / 3.1.1
MxChat – AI Chatbot & Content Generation for WordPress v3.1.1
3.2.21 3.2.20 3.2.19 3.2.18 3.2.17 3.2.16 3.2.15 3.2.14 3.2.12 3.2.13 3.2.11 3.2.10 3.2.9 3.2.8 3.2.7 3.2.6 3.2.5 3.2.4 3.2.3 3.2.2 3.2.1 2.0.3 2.0.4 2.0.5 2.0.6 All 152 releases
← All changes | includes/admin-pro-page.php +8 -7 3.2.213.1.1 View file →
@@ -165,12 +165,12 @@
165 165 <main class="mxch-content mxch-pro-content">
166 166 <?php if (!$is_activated): ?>
167 167 <div class="mxch-pro-banner">
168 168 <div class="mxch-pro-banner-content">
169 - <h3 class="mxch-pro-banner-title"><?php esc_html_e('Stop paying $50–200/month for AI chatbot tools.', 'mxchat'); ?></h3>
170 - <p class="mxch-pro-banner-text"><?php esc_html_e('One payment unlocks every MxChat Pro add-on for life — MCP server access for Claude / ChatGPT / Claude Code, WooCommerce sales, Google Search Console insights, AI-generated chatbot themes, lead-capture forms, unlimited bots, image analysis, and more. No renewals. No surprise bills.', 'mxchat'); ?></p>
169 + <h3 class="mxch-pro-banner-title"><?php esc_html_e('Unlock All Premium Features', 'mxchat'); ?></h3>
170 + <p class="mxch-pro-banner-text"><?php esc_html_e('Get MxChat Pro for unlimited access to powerful add-ons including Admin AI Assistant, Forms Builder, AI Theme Generator, and more!', 'mxchat'); ?></p>
171 171 </div>
172 - <a href="https://mxchat.ai/" target="_blank" class="mxch-pro-banner-btn"><span><?php esc_html_e('Get Lifetime Access →', 'mxchat'); ?></span></a>
172 + <a href="https://mxchat.ai/" target="_blank" class="mxch-pro-banner-btn"><span><?php esc_html_e('Get Pro', 'mxchat'); ?></span></a>
173 173 </div>
174 174 <?php endif; ?>
175 175
176 176 <!-- Overview Section -->
@@ -176,9 +176,9 @@
176 176 <!-- Overview Section -->
177 177 <div id="overview" class="mxch-section active">
178 178 <div class="mxch-content-header">
179 179 <h1 class="mxch-content-title"><?php esc_html_e('Pro & Extensions', 'mxchat'); ?></h1>
180 - <p class="mxch-content-subtitle"><?php esc_html_e('Manage your license and extend MxChat with powerful add-ons. All add-ons are available for download from the Downloads page in your MxChat account.', 'mxchat'); ?></p>
180 + <p class="mxch-content-subtitle"><?php esc_html_e('Manage your license and extend MxChat with powerful add-ons.', 'mxchat'); ?></p>
181 181 </div>
182 182
183 183 <!-- License Management Card -->
184 184 <div class="mxch-card mxch-license-mgmt-card">
@@ -348,11 +348,12 @@
348 348 <a href="<?php echo esc_url($status['action_url']); ?>" class="mxch-btn mxch-btn-primary mxch-btn-lg">
349 349 <?php esc_html_e('Activate Extension', 'mxchat'); ?>
350 350 </a>
351 351 <?php elseif ($is_activated): ?>
352 - <!-- Has Pro license but extension not installed - the installable ZIPs live on My Account > Downloads -->
353 - <a href="https://mxchat.ai/my-account/downloads/" target="_blank" class="mxch-btn mxch-btn-primary mxch-btn-lg">
354 - <?php esc_html_e('Get the ZIP from My Account', 'mxchat'); ?>
352 + <!-- Has Pro license but extension not installed - Download -->
353 + <?php $download_link = !empty($addon['download_url']) ? $addon['download_url'] : $addon['url']; ?>
354 + <a href="<?php echo esc_url($download_link); ?>" target="_blank" class="mxch-btn mxch-btn-primary mxch-btn-lg">
355 + <?php esc_html_e('Download Add-on', 'mxchat'); ?>
355 356 </a>
356 357 <?php else: ?>
357 358 <!-- No Pro license - Purchase -->
358 359 <a href="https://mxchat.ai/" target="_blank" class="mxch-btn mxch-btn-primary mxch-btn-lg">