PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wp-all-export2
/
views
/
admin
/
export
<h2 class="wpallexport-wp-notices"></h2> <div class="wpallexport-wrapper"> <div class="wpallexport-header"> <div class="wpallexport-logo"></div> <div class="wpallexport-title"> <h2><?php _e('Drag & Drop', 'wp_all_export_plugin'); ?></h2> </div> <div class="wpallexport-links"> <a href="http://www.wpallimport.com/support/?utm_source=export-plugin-free&utm_medium=help&utm_campaign=premium-support" target="_blank"><?php _e('Support', 'wp_all_export_plugin'); ?></a> | <a href="http://www.wpallimport.com/documentation/?utm_source=export-plugin-free&utm_medium=help&utm_campaign=docs" target="_blank"><?php _e('Documentation', 'wp_all_export_plugin'); ?></a> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> <div class="wpallexport-content-section wpallexport-console" style="display: block; margin-bottom: 10px;"> <div class="ajax-console"> <div class="founded_records"> <div class="wp_all_export_preloader"></div> <h4><?php _e("Drag & drop data to include in the export file."); ?></h4> </div> </div> </div> <?php \Wpae\Pro\Filtering\FilteringFactory::render_filtering_block( $engine, $this->isWizard, $post, true ); ?> <table class="wpallexport-layout wpallexport-export-template"> <tr> <td class="left"> <?php do_action('pmxe_template_header', $this->isWizard, $post); ?> <?php if ($this->errors->get_error_codes()): ?> <?php $this->error(); ?> <?php endif ?> <form class="wpallexport-template <?php echo ! $this->isWizard ? 'edit' : '' ?> wpallexport-step-3" method="post" style="display:none;" id="templateForm"> <input type="hidden" class="hierarhy-output" name="filter_rules_hierarhy" value="<?php echo esc_html($post['filter_rules_hierarhy']);?>"/> <input type="hidden" name="taxonomy_to_export" value="<?php echo $post['taxonomy_to_export'];?>"> <input type="hidden" name="export_only_modified_stuff" value="<?php echo $post['export_only_modified_stuff'];?>" /> <input type="hidden" name="export_only_new_stuff" value="<?php echo $post['export_only_new_stuff'];?>" /> <?php $addons = new \Wpae\App\Service\Addons\AddonService(); $selected_post_type = ''; if ($addons->isUserAddonActive() && XmlExportUser::$is_active): $selected_post_type = empty($post['cpt'][0]) ? 'users' : $post['cpt'][0]; endif; if (XmlExportComment::$is_active): $selected_post_type = 'comments'; endif; if (empty($selected_post_type) and ! empty($post['cpt'][0])) { $selected_post_type = $post['cpt'][0]; } ?> <input type="hidden" name="selected_post_type" value="<?php echo $selected_post_type; ?>"/> <input type="hidden" name="export_type" value="<?php echo $post['export_type']; ?>"/> <div class="wpallexport-collapsed wpallexport-section wpallexport-simple-xml-template"> <div class="wpallexport-content-section" style="margin-bottom: 10px;"> <div class="wpallexport-collapsed-content"> <fieldset class="optionsset" style="padding: 10px 20px 0px;"> <div id="columns_to_export"> <div class="columns-to-export-content" style="padding-right: 8px;"> <ol id="columns" class="rad4" style="margin-bottom:0;"> <?php $i = 0; $new_export = false; if ( ! empty($post['ids']) ) { foreach ($post['ids'] as $ID => $value) { if (is_numeric($ID)){ if (empty($post['cc_name'][$ID])) continue; ?> <li> <div class="custom_column" rel="<?php echo ($i + 1);?>"> <?php $field_label = (!empty($post['cc_name'][$ID])) ? $post['cc_name'][$ID] : $post['cc_label'][$ID]; $field_name = (!empty($post['cc_name'][$ID])) ? $post['cc_name'][$ID] : trim(str_replace(" ", "_", $post['cc_label'][$ID])); $field_type = $post['cc_type'][$ID]; $field_options = esc_html($post['cc_options'][$ID]); ?> <label class="wpallexport-xml-element"><?php echo (strtolower($field_label) == "id") ? "ID" : $field_label; ?></label> <input type="hidden" name="ids[]" value="1"/> <input type="hidden" name="cc_label[]" value="<?php echo (!empty($post['cc_label'][$ID])) ? $post['cc_label'][$ID] : ''; ?>"/> <input type="hidden" name="cc_php[]" value="<?php echo (!empty($post['cc_php'][$ID])) ? $post['cc_php'][$ID] : 0; ?>"/> <input type="hidden" name="cc_code[]" value="<?php echo (!empty($post['cc_code'][$ID])) ? $post['cc_code'][$ID] : ''; ?>"/> <input type="hidden" name="cc_sql[]" value="<?php echo (!empty($post['cc_sql'][$ID])) ? $post['cc_sql'][$ID] : 0; ?>"/> <input type="hidden" name="cc_type[]" value="<?php echo $field_type; ?>"/> <input type="hidden" name="cc_options[]" value="<?php echo (!empty($field_options)) ? $field_options : 0; ?>"/> <input type="hidden" name="cc_value[]" value="<?php echo esc_attr($post['cc_value'][$ID]); ?>"/> <input type="hidden" name="cc_name[]" value="<?php echo XmlExportEngine::sanitizeFieldName(esc_attr($field_name)); ?>"/> <input type="hidden" name="cc_settings[]" value="<?php echo (!empty($post['cc_settings'][$ID])) ? esc_attr($post['cc_settings'][$ID]) : 0; ?>"/> </div> </li> <?php $i++; } } } elseif ($this->isWizard) { $new_export = true; if ( empty($post['cpt']) and $addons->isWooCommerceAddonActive() and ! XmlExportWooCommerceOrder::$is_active and ($addons->isUserAddonActive() and ! XmlExportUser::$is_active) and ! XmlExportComment::$is_active ){ $init_fields[] = array( 'label' => 'post_type', 'name' => 'post_type', 'type' => 'post_type' ); } foreach ($init_fields as $k => $field) { ?> <li> <div class="custom_column" rel="<?php echo ($i + 1);?>"> <label class="wpallexport-xml-element"><?php echo XmlExportEngine::sanitizeFieldName($field['name']); ?></label> <input type="hidden" name="ids[]" value="1"/> <input type="hidden" name="cc_label[]" value="<?php echo $field['label']; ?>"/> <input type="hidden" name="cc_php[]" value="0"/> <input type="hidden" name="cc_code[]" value=""/> <input type="hidden" name="cc_sql[]" value="0"/> <input type="hidden" name="cc_options[]" value="<?php echo (empty($field['options'])) ? 0 : $field['options']; ?>"/> <input type="hidden" name="cc_type[]" value="<?php echo $field['type']; ?>"/> <input type="hidden" name="cc_value[]" value="<?php echo $field['label']; ?>"/> <input type="hidden" name="cc_name[]" value="<?php echo (strtoupper($field['name']) == 'ID') ? 'id' : $field['name'];?>"/> <input type="hidden" name="cc_settings[]" value="0"/> </div> </li> <?php $i++; } } ?> <li class="placeholder" <?php if ( ! empty($post['ids']) and count($post['ids']) > 1 or $new_export) echo 'style="display:none;"'; ?>><?php _e("Drag & drop data from \"Available Data\" on the right to include it in the export or click \"Add Field To Export\" below.", "wp_all_export_plugin"); ?></li> <?php ?> </ol> </div> </div> <div class="custom_column template"> <label class="wpallexport-xml-element"></label> <input type="hidden" name="ids[]" value="1"/> <input type="hidden" name="cc_label[]" value=""/> <input type="hidden" name="cc_php[]" value="0"/> <input type="hidden" name="cc_code[]" value=""/> <input type="hidden" name="cc_sql[]" value="0"/> <input type="hidden" name="cc_type[]" value=""/> <input type="hidden" name="cc_options[]" value="0"/> <input type="hidden" name="cc_value[]" value=""/> <input type="hidden" name="cc_name[]" value=""/> <input type="hidden" name="cc_settings[]" value="0"/> </div> <!-- Warning Messages --> <?php if ( $addons->isWooCommerceAddonActive() && ! XmlExportWooCommerceOrder::$is_active && ! XmlExportComment::$is_active && ! XmlExportTaxonomy::$is_active ) : ?> <div class="wp-all-export-warning" <?php if ( empty($post['ids']) or count($post['ids']) > 1 ) echo 'style="display:none;"'; ?>> <p></p> <input type="hidden" id="warning_template" value="<?php _e("Warning: without %s you won't be able to re-import this data back to this site using WP All Import.", "wp_all_export_plugin"); ?>"/> <button class="notice-dismiss" type="button"><span class="screen-reader-text">Dismiss this notice.</span></button> </div> <?php endif; ?> <?php if ( $addons->isWooCommerceAddonActive() && XmlExportWooCommerce::$is_active ) : ?> <input type="hidden" id="is_product_export" value="1"/> <?php endif; ?> <?php if ( empty($post['cpt']) and ! ($addons->isWooCommerceAddonActive() && XmlExportWooCommerceOrder::$is_active) and ! ($addons->isUserAddonActive() && XmlExportUser::$is_active) and ! XmlExportComment::$is_active and ! XmlExportTaxonomy::$is_active ) : ?> <input type="hidden" id="is_wp_query" value="1"/> <?php endif; ?> </fieldset> <!-- Add New Field Button --> <div class="input" style="display:inline-block; margin: 20px 0 10px 20px;"> <input type="button" value="<?php _e('Add Field', 'wp_all_export_plugin'); ?>" class="add_column" style="float:left;"> <input type="button" value="<?php _e('Add All', 'wp_all_export_plugin'); ?>" class="wp_all_export_auto_generate_data"> <input type="button" value="<?php _e('Clear All', 'wp_all_export_plugin'); ?>" class="wp_all_export_clear_all_data"> </div> <!-- Preview a Row Button --> <div class="input" style="float:right; margin: 20px 20px 10px 0;"> <input type="button" value="<?php _e('Preview', 'wp_all_export_plugin'); ?>" class="preview_a_row"> </div> </div> <?php include('variation_options_common.php');?> <div class="wpallexport-collapsed closed wpallexport-section wpallexport-xml-advanced-options" <?php if ($post['export_to'] !== 'xml') { ?> style="display: none;" <?php }?> > <div class="wpallexport-content-section rad0" style="margin:0; border-top:1px solid #ddd; border-bottom: none; border-right: none; border-left: none; background: #f1f2f2; padding-bottom: 15px; margin-top: 5px;"> <div class="wpallexport-collapsed-header"> <h3 style="color:#40acad;"><?php _e('Advanced Options','wp_all_export_plugin');?></h3> <hr style="display:none; margin-right:25px;"/> </div> <div class="wpallexport-collapsed-content" style="padding:0 0 0 5px;"> <div class="wpallexport-collapsed-content-inner"> <div class="simple_xml_template_options" style="margin-top:20px;"> <div class="input" style="display: inline-block; max-width: 360px; width: 40%; margin-right: 10px;"> <label for="main_xml_tag" style="float: left;"><?php _e('Root XML Element','wp_all_export_plugin');?></label> <div class="input"> <input type="text" name="main_xml_tag" style="vertical-align:middle; background:#fff !important; width: 100%; margin-left:0;" value="<?php echo esc_attr($post['main_xml_tag']) ?>" /> </div> </div> <div class="input" style="display: inline-block; max-width: 360px; width: 40%; "> <?php $post_type_details = ( ! empty($post['cpt'])) ? get_post_type_object( $post['cpt'][0] ) : ''; ?> <label for="record_xml_tag" style="float: left;"><?php printf(__('Single %s XML Element','wp_all_export_plugin'), empty($post_type_details) ? 'Record' : $post_type_details->labels->singular_name); ?></label> <div class="input"> <input type="text" name="record_xml_tag" style="vertical-align:middle; background:#fff !important; width: 100%; margin-left:0;" value="<?php echo esc_attr($post['record_xml_tag']) ?>" /> </div> </div> </div> <input type="hidden" id="custom_xml_cdata_logic" value="<?php echo $post['custom_xml_cdata_logic']; ?>" name="custom_xml_cdata_logic" /> <input type="hidden" id="show_cdata_in_preview" value="<?php echo $post['show_cdata_in_preview']; ?>" name="show_cdata_in_preview" /> <div><?php include('variation_options.php'); ?></div> <div class="wp-all-export-product-bundle-warning warning-only-export-parent-products" style="display:none;"> <p><?php _e("You will not be able to reimport data to the product variations, and you will not be able to import these products to another site.", 'wp_all_export_plugin'); ?></p> </div> <div class="wp-all-export-product-bundle-warning warning-only-export-product-variations" style="display:none;"> <p><?php _e("You will not be able to reimport data to the parent products, and you will not be able to import these products to another site.", 'wp_all_export_plugin'); ?></p> </div> <div class="input cdata"> <h4 style="margin-top: 20px;">CDATA</h4> <p style="font-size: 12px;margin-top: 10px;"><?php echo sprintf(__("There are certain characters that cannot be included in an XML file unless they are wrapped in CDATA tags.<br/>Read more about CDATA tags: <a target='_blank' href='%s' style='font-size: 12px;'>%s</a>.", 'wp_all_export_plugin'), 'https://en.wikipedia.org/wiki/CDATA', 'https://en.wikipedia.org/wiki/CDATA'); ?></p> <div class="input" style="margin: 8px 0;"> <input type="radio" id="simple_custom_xml_cdata_logic_auto" name="simple_custom_xml_cdata_logic" value="auto" checked="checked" <?php echo ( "auto" == $post['custom_xml_cdata_logic'] ) ? 'checked="checked"': '' ?> class="switcher cdata"/> <label for="simple_custom_xml_cdata_logic_auto"><?php _e('Automatically wrap data in CDATA tags when it contains illegal characters', 'wp_all_export_plugin') ?></label> </div> <div class="input" style="margin: 8px 0;"> <input type="radio" id="simple_custom_xml_cdata_logic_all" name="simple_custom_xml_cdata_logic" value="all" <?php echo ( "all" == $post['custom_xml_cdata_logic'] ) ? 'checked="checked"': '' ?> class="switcher cdata" /> <label for="simple_custom_xml_cdata_logic_all"><?php _e('Always wrap data in CDATA tags', 'wp_all_export_plugin') ?></label> </div> <div class="input" style="margin: 8px 0;"> <input type="radio" id="simple_custom_xml_cdata_logic_never" name="simple_custom_xml_cdata_logic" value="never" <?php echo ( "never" == $post['custom_xml_cdata_logic'] ) ? 'checked="checked"': '' ?> class="switcher cdata"/> <label for="simple_custom_xml_cdata_logic_never"><?php _e('Never wrap data in CDATA tags', 'wp_all_export_plugin') ?></label> <div class="switcher-target-simple_custom_xml_cdata_logic_never"> <p style="font-size: 12px;margin-top: 8px;"><?php _e('Warning: This may result in an invalid XML file', 'wp_all_export_plugin');?></p> </div> </div> <div class="input" style="margin: 16px 4px;"> <input type="checkbox" value="1" id="simple_show_cdata_in_preview" <?php echo ( 1 == $post['show_cdata_in_preview'] ) ? 'checked="checked"': '' ?> class="show_cdata_in_preview" /> <label for="simple_show_cdata_in_preview">Show CDATA tags in XML preview</label> </div> </div> </div> </div> </div> </div> <!-- ExportToCsvBegin --> <div class="wpallexport-collapsed closed wpallexport-section wpallexport-csv-advanced-options export_to_csv" <?php if ($post['export_to'] == 'xml') : ?> style="display: none;" <?php endif; ?> > <div class="wpallexport-content-section rad0" style="margin:0; border-top:1px solid #ddd; border-bottom: none; border-right: none; border-left: none; background: #f1f2f2; padding-bottom: 15px; margin-top: 5px;"> <div class="wpallexport-collapsed-header"> <h3 style="color:#40acad;"><?php _e('Advanced Options','wp_all_export_plugin');?></h3> <hr style="display:none; margin-right:25px;"/> </div> <div class="wpallexport-collapsed-content" style="padding:0 0 0 5px;"> <div class="wpallexport-collapsed-content-inner" style="padding-left: 5px;"> <div class="simple_xml_template_options csv_delimiter" style="margin-top:20px;"> <div class="input" style="display: inline-block; max-width: 360px; width: 40%; margin-right: 10px;"> <label style="width: 80px; margin-left: 20px;"><?php _e('Separator:','wp_all_export_plugin');?></label> <input type="text" name="delimiter" value="<?php echo esc_attr($post['delimiter']) ?>" style="width: 40px; height: 30px; top: 0px; text-align: center;"/> </div> </div> <?php if (class_exists('SitePress')): ?> <div class="wp-all-export-wpml-options" style="margin-left:20px;"> <h4><?php _e('Language', 'wp_all_export_plugin'); ?></h4> <div class="input"> <?php foreach ($wpml_options as $key => $value):?> <div class="input"> <input type="radio" id="wpml_lang_<?php echo $key;?>" name="wpml_lang" value="<?php echo $key; ?>" <?php if ($post['wpml_lang'] == $key):?>checked="checked"<?php endif; ?> class="switcher"/> <label for="wpml_lang_<?php echo $key;?>"><?php echo $value; ?></label> </div> <?php endforeach; ?> </div> </div> <?php endif; ?> <div style="margin-left:20px;"> <?php include('variation_options.php'); ?> </div> <div class="wp-all-export-product-bundle-warning" style="display:none;"> <p><?php _e("You will not be able to reimport data to the product variations, and you will not be able to import these products to another site.", 'wp_all_export_plugin'); ?></p> </div> <!-- Display each product in its own row --> <?php if ( ($addons->isWooCommerceAddonActive() && XmlExportWooCommerceOrder::$is_active) ): ?> <div class="input" style="float: left; margin-top: 15px; margin-left:20px;" id="woo_commerce_order"> <input type="hidden" name="order_item_per_row" value="0"/> <input type="checkbox" id="order_item_per_row" name="order_item_per_row" value="1" <?php if ($post['order_item_per_row']):?>checked="checked"<?php endif; ?> class="switcher"/> <label for="order_item_per_row"><?php _e("Display each product in its own row", "wp_all_export_plugin"); ?></label> <a href="#help" class="wpallexport-help" style="position: relative; top: 0px;" title="<?php _e('If an order contains multiple products, each product will have its own row. If disabled, each product will have its own column.', 'wp_all_export_plugin'); ?>">?</a> <div class="input switcher-target-order_item_per_row" style="margin-top: 10px; text-align:left;"> <input type="hidden" name="order_item_fill_empty_columns" value="0"/> <input type="checkbox" id="order_item_fill_empty_columns" name="order_item_fill_empty_columns" value="1" <?php if ($post['order_item_fill_empty_columns']):?>checked="checked"<?php endif; ?>/> <label for="order_item_fill_empty_columns"><?php _e("Fill in empty columns", "wp_all_export_plugin"); ?></label> <a href="#help" class="wpallexport-help" style="position: relative; top: 0px;" title="<?php _e('If enabled, each order item will appear as its own row with all order info filled in for every column. If disabled, order info will only display on one row with only the order item info displaying in additional rows.', 'wp_all_export_plugin'); ?>">?</a> </div> </div> <div class="clear"></div> <?php endif; ?> </div> </div> </div> </div> <!-- ExporToCsvEnd --> </div> </div> <div class="wpallexport-collapsed wpallexport-section wpallexport-file-options closed" style="margin-top: 0px;"> <div class="wpallexport-content-section" style="padding-bottom: 15px; margin-bottom: 10px;"> <div class="wpallexport-collapsed-header" style="padding-left: 25px;"> <h3><?php _e('Export Type','wp_all_export_plugin');?></h3> </div> <div class="wpallexport-collapsed-content" style="padding: 0; overflow: hidden;"> <div class="wpallexport-collapsed-content-inner"> <div class="wpallexport-choose-data-type"> <h3 style="margin-top: 10px; margin-bottom: 40px;"><?php _e('Choose your export type', 'wp_all_export_plugin'); ?></h3> <a href="javascript:void(0);" class="wpallexport-import-to-format rad4 wpallexport-csv-type <?php if ($post['export_to'] != XmlExportEngine::EXPORT_TYPE_XML) echo 'selected'; ?>"> <span class="wpallexport-import-to-title"><?php _e('Spreadsheet', 'wp_all_export_plugin'); ?></span> <span class="wpallexport-import-to-arrow"></span> </a> <a href="javascript:void(0);" class="wpallexport-import-to-format rad4 wpallexport-xml-type <?php if ($post['export_to'] == XmlExportEngine::EXPORT_TYPE_XML) echo 'selected'; ?>" style="margin-right:0;"> <span class="wpallexport-import-to-title"><?php _e('Feed', 'wp_all_export_plugin'); ?></span> <span class="wpallexport-import-to-arrow"></span> </a> </div> <div class="wpallexport-all-options"> <input type="hidden" name="export_to" value="<?php echo $post['export_to']; ?>"/> <div class="wpallexport-file-format-options"> <div class="wpallexport-csv-options" style="<?php if ($post['export_to'] == XmlExportEngine::EXPORT_TYPE_XML || $post['export_to'] == XmlExportEngine::EXPORT_TYPE_GOOLE_MERCHANTS) echo 'display:none;'; ?>"> <!-- Export File Format --> <div class="input"> <select name="export_to_sheet" id="export_to_sheet"> <option value="csv" <?php if ($post['export_to_sheet'] == 'csv') echo 'selected="selected"';?>><?php _e('CSV File', 'wp_all_export_plugin'); ?></option> <option value="xls" <?php if ($post['export_to_sheet'] == 'xls') echo 'selected="selected"';?>><?php _e('Excel File (XLS)', 'wp_all_export_plugin'); ?></option> <option value="xlsx" <?php if ($post['export_to_sheet'] == 'xlsx') echo 'selected="selected"';?>><?php _e('Excel File (XLSX)', 'wp_all_export_plugin'); ?></option> </select> </div> <div class="clear"></div> <div class="wpallexport-clear"></div> <div class="input export_to_xls_upgrade_notice" style="vertical-align:middle; position: relative; margin-top: 48px;"> <span class="wpallexport-free-edition-notice"> <a class="upgrade_link" target="_blank" href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=2707173&edd_options%5Bprice_id%5D=1&utm_source=export-plugin-free&utm_medium=upgrade-notice&utm_campaign=export-excel"><?php _e('Upgrade to the Pro edition of WP All Export to Export to Excel','wp_all_export_plugin');?></a> <p><?php _e('If you already own it, remove the free edition and install the Pro edition.','wp_all_export_plugin');?></p> </span> </div> </div> <div class="wpallexport-xml-options" <?php if ($post['export_to'] != XmlExportEngine::EXPORT_TYPE_XML) echo 'style="display:none;"'; ?>> <div class="input"> <select name="xml_template_type" class="xml_template_type"> <option value="simple" <?php if ($post['xml_template_type'] == 'simple') echo 'selected="selected"';?>><?php _e('Simple XML Feed', 'wp_all_export_plugin'); ?></option> <option value="custom" <?php if ($post['xml_template_type'] == 'custom') echo 'selected="selected"';?>><?php _e('Custom XML Feed', 'wp_all_export_plugin'); ?></option> <?php if(in_array('product', $post['cpt'])) { ?> <option value="<?php echo XmlExportEngine::EXPORT_TYPE_GOOLE_MERCHANTS; ?>" <?php if ($post['xml_template_type'] == XmlExportEngine::EXPORT_TYPE_GOOLE_MERCHANTS) echo 'selected="selected"';?>><?php _e('Google Merchant Center Product Feed', 'wp_all_export_plugin'); ?></option> <?php } ?> </select> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Google Merchants --> <?php include(__DIR__.'/google.php'); ?> <div class="error inline" id="validationError" style="display: none;"> <p> </p> </div> <div class="wpallexport-collapsed wpallexport-section wpallexport-custom-xml-template"> <div class="wpallexport-content-section" style="padding-bottom: 0; margin-bottom: 10px;"> <div class="wpallexport-collapsed-header" style="margin-bottom: 15px;"> <h3><?php _e('XML Editor', 'wp_all_export_plugin'); ?></h3> </div> <div class="wpallexport-collapsed-content" style="padding: 0;"> <div class="wpallexport-collapsed-content-inner" style="padding-top: 5px;"> <?php $default_template = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<data>\n\t<!-- BEGIN LOOP -->\n\t<post>\n\n\t</post>\n\t<!-- END LOOP -->\n</data>";?> <textarea id="wp_all_export_custom_xml_template" name="custom_xml_template"><?php echo (empty($post['custom_xml_template'])) ? $default_template : esc_textarea($post['custom_xml_template']);?></textarea> <div class="input" style="overflow: hidden; margin-top: 10px; margin-bottom: -20px;"> <!-- Help Button --> <div class="input" style="float: left;"> <input type="button" value="<?php _e('Help', 'wp_all_export_plugin'); ?>" class="help_custom_xml"> </div> <!-- Preview a Row Button --> <div class="input" style="float: right;"> <input type="button" value="<?php _e('Preview', 'wp_all_export_plugin'); ?>" class="preview_a_custom_xml_row"> </div> </div> </div> <div class="wpallexport-collapsed closed wpallexport-section"> <div class="wpallexport-content-section rad0" style="margin:0; border-top:1px solid #ddd; border-bottom: none; border-right: none; border-left: none; background: #f1f2f2; padding-bottom: 15px; margin-top: 5px;"> <div class="wpallexport-collapsed-header"> <h3 style="color:#40acad;"><?php _e('Advanced Options','wp_all_export_plugin');?></h3> <hr style="display: none; margin-right: 25px;"/> </div> <div class="wpallexport-collapsed-content" style="padding: 0 0 0 5px;"> <div class="wpallexport-collapsed-content-inner"> <div class="input cdata"> <h4 style="margin-top: 20px;">CDATA</h4> <p style="font-size: 12px;margin-top: 8px;"><?php echo sprintf(__("There are certain characters that cannot be included in an XML file unless they are wrapped in CDATA tags.<br/>Read more about CDATA tags: <a target='_blank' href='%s' style='font-size: 12px;'>%s</a>.", 'wp_all_export_plugin'), 'https://en.wikipedia.org/wiki/CDATA', 'https://en.wikipedia.org/wiki/CDATA'); ?></p> <div class="input" style="margin: 8px 0;"> <input type="radio" id="custom_xml_cdata_logic_auto" name="custom_custom_xml_cdata_logic" value="auto" <?php echo ("auto" == $post['custom_xml_cdata_logic']) ? 'checked="checked"' : '' ?> class="switcher"/> <label for="custom_xml_cdata_logic_auto"><?php _e('Automatically wrap data in CDATA tags when it contains illegal characters', 'wp_all_export_plugin') ?></label> </div> <div class="input" style="margin: 8px 0;"> <input type="radio" id="custom_custom_xml_cdata_logic_all" name="custom_custom_xml_cdata_logic" value="all" <?php echo ("all" == $post['custom_xml_cdata_logic']) ? 'checked="checked"' : '' ?> class="switcher cdata"/> <label for="custom_custom_xml_cdata_logic_all"><?php _e('Always wrap data in CDATA tags', 'wp_all_export_plugin') ?></label> </div> <div class="input" style="margin: 8px 0;"> <input type="radio" id="custom_custom_xml_cdata_logic_never" name="custom_custom_xml_cdata_logic" value="never" <?php echo ("never" == $post['custom_xml_cdata_logic']) ? 'checked="checked"' : '' ?> class="switcher cdata"/> <label for="custom_custom_xml_cdata_logic_never"><?php _e('Never wrap data in CDATA tags', 'wp_all_export_plugin') ?></label> <div class="switcher-target-simple_custom_xml_cdata_logic_never"> <p style="font-size: 12px;margin-top: 8px;"><?php _e('Warning: This may result in an invalid XML file', 'wp_all_export_plugin');?></p> </div> </div> <div class="input" style="margin: 16px 4px;"> <input type="checkbox" value="1" name="custom_show_cdata_in_preview" id="custom_show_cdata_in_preview" <?php echo (1 == $post['show_cdata_in_preview']) ? 'checked="checked"' : '' ?> class="show_cdata_in_preview"/> <label for="custom_show_cdata_in_preview">Show CDATA tags in XML preview</label> </div> </div> </div> </div> </div> </div> </div> </div> </div> <?php $uploads = wp_upload_dir(); $functions = $uploads['basedir'] . DIRECTORY_SEPARATOR . WP_ALL_EXPORT_UPLOADS_BASE_DIRECTORY . DIRECTORY_SEPARATOR . 'functions.php'; ?> <div class="wpallexport-collapsed closed wpallexport-section wpallexport-custom-xml-template"> <div class="wpallexport-content-section" style="padding-bottom: 15px; margin-bottom: 10px;"> <div class="wpallexport-collapsed-header"> <h3><?php _e('Function Editor', 'wp_all_export_plugin'); ?></h3> </div> <div class="wpallexport-collapsed-content" style="padding: 0;"> <div class="wpallexport-collapsed-content-inner"> <textarea id="wp_all_export_main_code" name="wp_all_export_main_code"><?php echo "<?php\n\n?>";?></textarea> <div class="wpallexport-free-edition-notice" style="margin: 15px 0;"> <a class="upgrade_link" target="_blank" href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=2707173&edd_options%5Bprice_id%5D=1&utm_source=export-plugin-free&utm_medium=upgrade-notice&utm_campaign=custom-php"><?php _e('Upgrade to the Pro edition of WP All Export to use Custom PHP Functions','wp_all_export_plugin');?></a> <p><?php _e('If you already own it, remove the free edition and install the Pro edition.','wp_all_export_plugin');?></p> </div> <div class="input" style="margin-top: 10px;"> <div class="input" style="display:inline-block; margin-right: 20px;"> <input type="button" class="button-primary wp_all_export_save_functions wp_all_export_save_main_code" value="<?php _e("Save Functions", 'wp_all_export_plugin'); ?>" disabled="disabled"/> <a href="#help" class="wpallexport-help" title="<?php printf(__("Add functions here for use during your export. You can access this file at %s", "wp_all_export_plugin"), preg_replace("%.*wp-content%", "wp-content", $functions));?>" style="top: 0;">?</a> <div class="wp_all_export_functions_preloader"></div> </div> <div class="input wp_all_export_saving_status"></div> </div> </div> </div> </div> </div> <hr> <div class="input wpallexport-section load-template-container" style="padding-bottom: 8px; padding-left: 8px;"> <p style="margin: 11px; float: left;"> <input type="hidden" name="save_template_as" value="0" /> <input type="checkbox" id="save_template_as" name="save_template_as" class="switcher-horizontal fix_checkbox" value="1" <?php echo (!empty($post['save_template_as'])) ? 'checked="checked"' : '' ?> /> <label for="save_template_as"><?php _e('Save settings as a template', 'wp_all_export_plugin'); ?></label> </p> <div class="switcher-target-save_template_as" style="float: left; overflow: hidden;"> <input type="text" name="name" placeholder="<?php _e('Template name...', 'wp_all_export_plugin') ?>" style="vertical-align:middle; line-height: 26px;" value="<?php echo esc_attr($post['name']) ?>"/> </div> <?php $templates = new PMXE_Template_List(); ?> <div class="load-template"> <select name="load_template" id="load_template"> <option value=""><?php _e('Load Template...', 'wp_all_export_plugin') ?></option> <?php foreach ($templates->getBy()->convertRecords() as $t): ?> <?php // When creating a new export you should be able to select existing saved export templates that were created for the same post type. if ( $t->options['cpt'] != $post['cpt'] ) continue; ?> <option value="<?php echo $t->id ?>"><?php echo $t->name ?></option> <?php endforeach ?> </select> </div> </div> <hr> <div class="input custom_xml_upgrade_notice wpallexport-custom-xml-template" style="vertical-align:middle; position: relative; top: -5px;"> <span class="wpallexport-free-edition-notice" style="margin: 0 0 10px;"> <a class="upgrade_link" target="_blank" href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=2707173&edd_options%5Bprice_id%5D=1&utm_source=export-plugin-free&utm_medium=upgrade-notice&utm_campaign=custom-xml"><?php _e('Upgrade to the Pro edition of WP All Export to Export Custom XML','wp_all_export_plugin');?></a> <p><?php _e('If you already own it, remove the free edition and install the Pro edition.','wp_all_export_plugin');?></p> </span> </div> <div class="input custom_xml_upgrade_notice wpallexport-google-merchants-template" style="vertical-align:middle; position: relative; top: -5px;"> <span class="wpallexport-free-edition-notice" style="margin: 0 0 10px;"> <a class="upgrade_link" target="_blank" href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=2707173&edd_options%5Bprice_id%5D=1&utm_source=export-plugin-free&utm_medium=upgrade-notice&utm_campaign=google-merchant-center"><?php _e('Upgrade to the Pro edition of WP All Export to Export To Google Merchant Center','wp_all_export_plugin');?></a> <p><?php _e('If you already own it, remove the free edition and install the Pro edition.','wp_all_export_plugin');?></p> </span> </div> <div class="wpallexport-submit-buttons"> <div style="text-align:center; width:100%;"> <?php wp_nonce_field('template', '_wpnonce_template'); ?> <input type="hidden" name="is_submitted" value="1" /> <input type="hidden" id="dismiss_warnings" value="<?php echo esc_attr($dismiss_warnings); ?>"/> <?php if ( ! $this->isWizard ): ?> <a href="<?php echo remove_query_arg('id', remove_query_arg('action', $this->baseUrl)); ?>" class="back rad3" style="float:none;"><?php _e('Back to Manage Exports', 'wp_all_export_plugin') ?></a> <?php else: ?> <a href="<?php echo add_query_arg('action', 'index', $this->baseUrl); ?>" class="back rad3"><?php _e('Back', 'wp_all_export_plugin') ?></a> <?php endif; ?> <input type="submit" class="button button-primary button-hero wpallexport-large-button" value="<?php _e(($this->isWizard) ? 'Continue' : 'Update Template', 'wp_all_export_plugin') ?>"/> </div> </div> <a href="http://soflyy.com/" target="_blank" class="wpallexport-created-by"><?php _e('Created by', 'wp_all_export_plugin'); ?> <span></span></a> </form> </td> <td class="right template-sidebar" style="position: relative; width: 18%; right: 0px; padding: 0;"> <fieldset id="available_data" class="optionsset rad4 wpae_available_data"> <div class="title"><?php _e('Available Data', 'wp_all_export_plugin'); ?></div> <div class="wpallexport-xml resetable"> <ul> <?php echo $available_data_view; ?> </ul> </div> </fieldset> </td> </tr> </table> <fieldset class="optionsset column rad4 wp-all-export-edit-column"> <div class="title"><span class="wpallexport-add-row-title" style="font-size: 14px;"><?php _e('Add Field To Export', 'wp_all_export_plugin'); ?></span><span class="wpallexport-edit-row-title" style="font-size: 14px;"><?php _e('Edit Export Field', 'wp_all_export_plugin'); ?></span></div> <?php include_once 'template/add_new_field.php'; ?> </fieldset> <fieldset class="optionsset column rad4 wp-all-export-custom-xml-help"> <div class="title"><span style="font-size:1.5em;" class="wpallexport-add-row-title"><?php _e('Custom XML Feeds', 'wp_all_export_plugin'); ?></span><span class="wpallexport-edit-row-title"><?php _e('Edit Export Field', 'wp_all_export_plugin'); ?></span></div> <?php include_once 'template/custom_xml_help.php'; ?> </fieldset> <div class="wpallexport-overlay"></div>
[+]
..
[-] variation_options_common.php
[edit]
[-] success_page.php
[edit]
[-] index.php
[edit]
[-] template.php
[edit]
[-] options.php
[edit]
[-] variation_options.php
[edit]
[-] google.php
[edit]
[+]
options
[-] process.php
[edit]
[+]
template
[+]
blocks