Plugin Directory

Changeset 2806325


Ignore:
Timestamp:
10/28/2022 08:08:59 AM (2 years ago)
Author:
soflyy
Message:

Provide an install popup instead of linking to wp.org

Location:
wp-all-export
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-all-export/tags/1.3.7/views/admin/export/index.php

    r2654009 r2806325  
    179179
    180180                                <div class="wpallexport-free-edition-notice wpallexport-shop_order-export-notice">
    181                                     <p><?php esc_html_e('The WooCommerce Export Package is Required to Export Orders.', 'wp_all_export_plugin'); ?></p>
    182                                     <a class="upgrade_link" target="_blank" href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=4206899&edd_options%5Bprice_id%5D=1&utm_source=export-plugin-free&utm_medium=upgrade-notice&utm_campaign=export-orders"><?php
    183                                         _e('Purchase the WooCommerce Export Package','wp_all_export_plugin');?></a>
     181                                    <p><?php esc_html_e('The Order Export Add-On is Required to Export Orders.', 'wp_all_export_plugin'); ?></p>
     182                                    <a class="upgrade_link thickbox open-plugin-details-modal" target="_blank" href="<?php echo admin_url('plugin-install.php?tab=plugin-information&plugin=order-export-for-woocommerce&TB_iframe=true&width=772&height=978');?>"><?php
     183                                        _e('Download the Order Export Add-On','wp_all_export_plugin');?></a>
    184184                                </div>
    185185
     
    203203
    204204                                <div class="wpallexport-free-edition-notice wpallexport-product-export-notice">
    205                                     <p><?php esc_html_e('The WooCommerce Export Package is Required to Export WooCommerce Products.', 'wp_all_export_plugin'); ?></p>
    206                                      <a class="upgrade_link" target="_blank" href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=4206899&edd_options%5Bprice_id%5D=1&utm_source=export-plugin-free&utm_medium=upgrade-notice&utm_campaign=export-products"><?php
    207                                          esc_html_e('Purchase the WooCommerce Export Package','wp_all_export_plugin');?></a>
     205                                    <p><?php esc_html_e('The Product Export Add-On is Required to Export WooCommerce Products.', 'wp_all_export_plugin'); ?></p>
     206                                     <a class="upgrade_link thickbox open-plugin-details-modal" target="_blank" href="<?php echo admin_url('plugin-install.php?tab=plugin-information&plugin=product-export-for-woocommerce&TB_iframe=true&width=772&height=978');?>"><?php
     207                                         esc_html_e('Download the Product Export Add-On','wp_all_export_plugin');?></a>
    208208
    209209                                </div>
  • wp-all-export/trunk/views/admin/export/index.php

    r2654009 r2806325  
    179179
    180180                                <div class="wpallexport-free-edition-notice wpallexport-shop_order-export-notice">
    181                                     <p><?php esc_html_e('The WooCommerce Export Package is Required to Export Orders.', 'wp_all_export_plugin'); ?></p>
    182                                     <a class="upgrade_link" target="_blank" href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=4206899&edd_options%5Bprice_id%5D=1&utm_source=export-plugin-free&utm_medium=upgrade-notice&utm_campaign=export-orders"><?php
    183                                         _e('Purchase the WooCommerce Export Package','wp_all_export_plugin');?></a>
     181                                    <p><?php esc_html_e('The Order Export Add-On is Required to Export Orders.', 'wp_all_export_plugin'); ?></p>
     182                                    <a class="upgrade_link thickbox open-plugin-details-modal" target="_blank" href="<?php echo admin_url('plugin-install.php?tab=plugin-information&plugin=order-export-for-woocommerce&TB_iframe=true&width=772&height=978');?>"><?php
     183                                        _e('Download the Order Export Add-On','wp_all_export_plugin');?></a>
    184184                                </div>
    185185
     
    203203
    204204                                <div class="wpallexport-free-edition-notice wpallexport-product-export-notice">
    205                                     <p><?php esc_html_e('The WooCommerce Export Package is Required to Export WooCommerce Products.', 'wp_all_export_plugin'); ?></p>
    206                                      <a class="upgrade_link" target="_blank" href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=4206899&edd_options%5Bprice_id%5D=1&utm_source=export-plugin-free&utm_medium=upgrade-notice&utm_campaign=export-products"><?php
    207                                          esc_html_e('Purchase the WooCommerce Export Package','wp_all_export_plugin');?></a>
     205                                    <p><?php esc_html_e('The Product Export Add-On is Required to Export WooCommerce Products.', 'wp_all_export_plugin'); ?></p>
     206                                     <a class="upgrade_link thickbox open-plugin-details-modal" target="_blank" href="<?php echo admin_url('plugin-install.php?tab=plugin-information&plugin=product-export-for-woocommerce&TB_iframe=true&width=772&height=978');?>"><?php
     207                                         esc_html_e('Download the Product Export Add-On','wp_all_export_plugin');?></a>
    208208
    209209                                </div>
Note: See TracChangeset for help on using the changeset viewer.