| @@ -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"> |