Changeset 2806325
- Timestamp:
- 10/28/2022 08:08:59 AM (2 years ago)
- 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 179 179 180 180 <div class="wpallexport-free-edition-notice wpallexport-shop_order-export-notice"> 181 <p><?php esc_html_e('The WooCommerce Export Packageis 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"><?php183 _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> 184 184 </div> 185 185 … … 203 203 204 204 <div class="wpallexport-free-edition-notice wpallexport-product-export-notice"> 205 <p><?php esc_html_e('The WooCommerce Export Packageis 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"><?php207 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> 208 208 209 209 </div> -
wp-all-export/trunk/views/admin/export/index.php
r2654009 r2806325 179 179 180 180 <div class="wpallexport-free-edition-notice wpallexport-shop_order-export-notice"> 181 <p><?php esc_html_e('The WooCommerce Export Packageis 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"><?php183 _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> 184 184 </div> 185 185 … … 203 203 204 204 <div class="wpallexport-free-edition-notice wpallexport-product-export-notice"> 205 <p><?php esc_html_e('The WooCommerce Export Packageis 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"><?php207 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> 208 208 209 209 </div>
Note: See TracChangeset
for help on using the changeset viewer.