PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wp-all-import2
/
views
/
admin
/
import
<!-- Preload Images --> <img src="<?php echo PMXI_Plugin::ROOT_URL . '/static/img/soflyy-logo.png'; ?>" class="wpallimport-preload-image"/> <script type="text/javascript"> var plugin_url = '<?php echo WP_ALL_IMPORT_ROOT_URL; ?>'; </script> <table class="wpallimport-layout wpallimport-step-1"> <tr> <td class="left"> <div class="wpallimport-wrapper"> <h2 class="wpallimport-wp-notices"></h2> <div class="wpallimport-header"> <div class="wpallimport-logo"></div> <div class="wpallimport-title"> <p><?php _e('WP All Import', 'wp_all_import_plugin'); ?></p> <h2><?php _e('Import XML / CSV', 'wp_all_import_plugin'); ?></h2> </div> <div class="wpallimport-links"> <a href="http://www.wpallimport.com/support/?utm_source=import-plugin-free&utm_medium=help&utm_campaign=premium-support" target="_blank"><?php _e('Support', 'wp_all_import_plugin'); ?></a> | <a href="http://www.wpallimport.com/documentation/?utm_source=import-plugin-free&utm_medium=help&utm_campaign=docs" target="_blank"><?php _e('Documentation', 'wp_all_import_plugin'); ?></a> </div> </div> <div class="clear"></div> <?php if ($this->errors->get_error_codes()): ?> <?php $this->error() ?> <?php endif ?> <?php //do_action('pmxi_choose_file_header'); ?> <form method="post" class="wpallimport-choose-file" enctype="multipart/form-data" autocomplete="off"> <div class="wpallimport-upload-resource-step-one"> <input type="hidden" name="is_submitted" value="1" /> <div class="clear"></div> <div class="wpallimport-import-types"> <?php if (empty($_GET['deligate'])): ?> <h2><?php _e('First, specify how you want to import your data', 'wp_all_import_plugin'); ?></h2> <?php else: ?> <h2 style="margin-bottom: 10px;"><?php _e('First, specify previously exported file', 'wp_all_import_plugin'); ?></h2> <h2 class="wp_all_import_subheadline"><?php _e('The data in this file can be modified, but the structure of the file (column/element names) should not change.', 'wp_all_import_plugin'); ?></h2> <?php endif; ?> <a class="wpallimport-import-from wpallimport-upload-type <?php echo ('upload' == $post['type'] and ! empty($_POST)) ? 'selected' : '' ?>" rel="upload_type" href="javascript:void(0);"> <span class="wpallimport-icon"></span> <span class="wpallimport-icon-label"><?php _e('Upload a file', 'wp_all_import_plugin'); ?></span> </a> <a class="wpallimport-import-from wpallimport-url-type <?php echo 'url' == $post['type'] ? 'selected' : '' ?>" rel="url_type" href="javascript:void(0);"> <span class="wpallimport-icon"></span> <span class="wpallimport-icon-label"><?php _e('Download from URL', 'wp_all_import_plugin'); ?></span> </a> <a class="wpallimport-import-from wpallimport-file-type <?php echo 'file' == $post['type'] ? 'selected' : '' ?>" rel="file_type" href="javascript:void(0);"> <span class="wpallimport-icon"></span> <span class="wpallimport-icon-label"><?php _e('Use existing file', 'wp_all_import_plugin'); ?></span> </a> </div> <input type="hidden" value="<?php echo $post['type']; ?>" name="type"/> <div class="wpallimport-upload-type-container" rel="upload_type"> <div id="plupload-ui" class="wpallimport-file-type-options"> <div> <input type="hidden" name="filepath" value="<?php echo $post['filepath'] ?>" id="filepath"/> <a id="select-files" href="javascript:void(0);" <?php if (empty($post['filepath'])):?>style="display:none;"<?php endif; ?> /><?php _e('Click here to select file from your computer...', 'wp_all_import_plugin'); ?></a> <div id="progressbar" class="wpallimport-progressbar"> <?php if (!empty($post['filepath'])):?> <span><?php _e('Upload Complete', 'wp_all_import_plugin');?></span> - <?php echo basename($post['filepath']); ?> <?php endif; ?> </div> <div id="progress" class="wpallimport-progress" <?php if (!empty($post['filepath'])):?>style="visibility: visible; display: block;"<?php endif; ?>> <?php if (!empty($post['filepath'])):?> <div class="wpallimport-upload-process ui-progressbar ui-widget ui-widget-content ui-corner-all" id="upload_process" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="100"><div class="ui-progressbar-value ui-widget-header ui-corner-left ui-corner-right" style="width: 100%;"></div></div> <?php else: ?> <div id="upload_process" class="wpallimport-upload-process"></div> <?php endif; ?> </div> </div> </div> <div class="wpallimport-note" style="margin: 0 auto; font-size: 13px;"><span></span></div> </div> <div class="wpallimport-upload-type-container" rel="url_type"> <div class="wpallimport-file-type-options"> <span class="wpallimport-url-icon"></span> <input type="text" class="regular-text" name="url" value="<?php echo ( ! empty($post['url'])) ? esc_attr($post['url']) : ''; ?>" placeholder="Enter a web address to download the file from..."/> <a class="wpallimport-download-from-url rad4" href="javascript:void(0);"><?php _e('Download', 'wp_all_import_plugin'); ?></a> <span class="img_preloader" style="top:0; left: 5px; visibility: hidden; display: inline;"></span> </div> <div class="wpallimport-note" style="margin: 20px auto 0; font-size: 13px;"> <?php _e('<strong>Hint:</strong> After you create this import, you can schedule it to run automatically, on a pre-defined schedule, with cron jobs.', 'wp_all_import_plugin'); ?> <div class="wpallimport-free-edition-notice" style="display:none;"> <a href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=1748&edd_options%5Bprice_id%5D=0&utm_source=import-plugin-free&utm_medium=upgrade-notice&utm_campaign=download-from-url" target="_blank" class="upgrade_link"><?php _e('Upgrade to the Pro edition of WP All Import to Download from URL', 'wp_all_import_plugin');?></a> <p><?php _e('If you already own it, remove the free edition and install the Pro edition.', 'wp_all_import_plugin'); ?></p> </div> </div> <input type="hidden" name="downloaded" value="<?php echo $post['downloaded']; ?>"/> </div> <div class="wpallimport-upload-type-container" rel="file_type"> <?php $upload_dir = wp_upload_dir(); ?> <div class="wpallimport-file-type-options"> <div id="file_selector" class="dd-container dd-disabled" style="width: 600px;"> <div class="dd-select" style="width: 600px; background: none repeat scroll 0% 0% rgb(238, 238, 238);"> <input type="hidden" class="dd-selected-value" value=""> <a class="dd-selected" style="color: rgb(207, 206, 202);"> <label class="dd-selected-text "><?php _e('Select a previously uploaded file', 'wp_all_import_plugin');?></label> </a> <span class="dd-pointer dd-pointer-down"></span> </div> </div> <input type="hidden" name="file" value="<?php echo esc_attr($post['file']); ?>"/> <div class="wpallimport-note" style="margin: 0 auto; font-size: 13px;"> <?php printf(__('Files uploaded to <strong>%s</strong> will appear in this list.', 'wp_all_import_plugin'), $upload_dir['basedir'] . '/wpallimport/files') ?> <div class="wpallimport-free-edition-notice"> <a href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=1748&edd_options%5Bprice_id%5D=0&utm_source=import-plugin-free&utm_medium=upgrade-notice&utm_campaign=use-existing-file" target="_blank" class="upgrade_link"><?php _e('Upgrade to the Pro edition of WP All Import to Use Existing Files', 'wp_all_import_plugin');?></a> <p><?php _e('If you already own it, remove the free edition and install the Pro edition.', 'wp_all_import_plugin'); ?></p> </div> </div> </div> </div> <div id="wpallimport-url-upload-status"></div> <?php if (empty($_GET['deligate'])): ?> <div class="wpallimport-upload-resource-step-two"> <div class="wpallimport-choose-post-type"> <input type="hidden" name="wizard_type" value="<?php echo $post['wizard_type']; ?>"/> <h2 style="margin-top:0;"><?php _e('Import data from this file into...', 'wp_all_import_plugin'); ?></h2> <div class="wpallimport-choose-data-type"> <a class="wpallimport-import-to rad4 wpallimport-to-new-items <?php if ($post['wizard_type'] == 'new') echo 'wpallimport-import-to-checked'; ?>" rel="new" href="javascript:void(0);"> <span class="wpallimport-import-to-title"><?php _e('New Items', 'wp_all_import_plugin'); ?></span> <span class="wpallimport-import-to-arrow"></span> </a> <a class="wpallimport-import-to rad4 wpallimport-to-existing-items <?php if ($post['wizard_type'] == 'matching') echo 'wpallimport-import-to-checked'; ?>" rel="matching" href="javascript:void(0);"> <span class="wpallimport-import-to-title"><?php _e('Existing Items', 'wp_all_import_plugin'); ?></span> <span class="wpallimport-import-to-arrow"></span> </a> </div> <?php $all_types = array(); $sort_order = array(); $hiddenPosts = array( 'attachment', 'revision', 'nav_menu_item', 'shop_webhook', 'import_users', 'wp-types-group', 'wp-types-user-group', 'wp-types-term-group', 'acf-field', 'acf-field-group', 'custom_css', 'customize_changeset', 'oembed_cache' ); $custom_types = get_post_types(array('_builtin' => true), 'objects') + get_post_types(array('_builtin' => false, 'show_ui' => true), 'objects'); foreach ($custom_types as $key => $ct) { if (in_array($key, $hiddenPosts)) unset($custom_types[$key]); } $custom_types = apply_filters( 'pmxi_custom_types', $custom_types, 'custom_types' ); $sorted_cpt = array(); foreach ($custom_types as $key => $cpt){ $sorted_cpt[$key] = $cpt; // Put users & comments & taxonomies after Pages if ( ! empty($custom_types['page']) && $key == 'page' || empty($custom_types['page']) && $key == 'post' ){ $sorted_cpt['taxonomies'] = new stdClass(); $sorted_cpt['taxonomies']->labels = new stdClass(); $sorted_cpt['taxonomies']->labels->name = __('Taxonomies','wp_all_export_plugin'); $sorted_cpt['import_users'] = new stdClass(); $sorted_cpt['import_users']->labels = new stdClass(); $sorted_cpt['import_users']->labels->name = __('Users','wp_all_export_plugin'); // if ( class_exists('WooCommerce') ) { // $sorted_cpt['shop_customer'] = new stdClass(); // $sorted_cpt['shop_customer']->labels = new stdClass(); // $sorted_cpt['shop_customer']->labels->name = __('WooCommerce Customers','wp_all_export_plugin'); // } break; } } $order = array('shop_order', 'shop_coupon', 'shop_customer', 'product'); foreach ($order as $cpt){ if (!empty($custom_types[$cpt])) $sorted_cpt[$cpt] = $custom_types[$cpt]; } uasort($custom_types, "wp_all_import_cmp_custom_types"); foreach ($custom_types as $key => $cpt) { if (empty($sorted_cpt[$key])){ $sorted_cpt[$key] = $cpt; } } $hidden_post_types = get_post_types(array('_builtin' => false, 'show_ui' => false), 'objects'); foreach ($hidden_post_types as $key => $ct) { if (in_array($key, $hiddenPosts)) unset($hidden_post_types[$key]); } $hidden_post_types = apply_filters( 'pmxi_custom_types', $hidden_post_types, 'hidden_post_types' ); ?> <div class="wpallimport-choose-import-direction"> <div class="wpallimport-extra-text-left"> <div class="wpallimport-new-records"><?php _e('Create new', 'wp_all_import_plugin'); ?></div> <div class="wpallimport-existing-records"><?php _e('Import to existing', 'wp_all_import_plugin'); ?></div> </div> <div class="wpallimport-extra-text-right"> <div class="wpallimport-new-records"><?php _e('for each record in my data file.', 'wp_all_import_plugin'); ?> <a class="wpallimport-help" href="#help" style="position: relative; top: -2px;" original-title="The New Items option is commonly used to import new posts or products to your site without touching the existing records.<br/><br/>If the import is later run again with modified data, WP All Import will only update/remove posts created by this import.">?</a> </div> <div class="wpallimport-existing-records"><?php _e('and update some or all of their data.', 'wp_all_import_plugin'); ?> <a class="wpallimport-help" href="#help" style="position: relative; top: -2px;" original-title="The Existing Items option is commonly used to update existing products with new stock quantities while leaving all their other data alone, update properties on your site with new pricing, etc. <br/><br/> In Step 4, you will map the records in your file to the existing items on your site and specify which data points will be updated and which will be left alone.">?</a> </div> </div> <select name="custom_type_selector" id="custom_type_selector" class="wpallimport-post-types"> <?php // ***************************************************** // **************** START CPT LOOP ********************* // ***************************************************** ?> <?php $known_imgs = array( 'post', 'page', 'product', 'import_users', 'shop_order', 'shop_coupon', 'shop_customer', 'users', 'comments', 'taxonomies' ); $all_posts = array_merge( $sorted_cpt, $hidden_post_types ); $all_posts = apply_filters( 'pmxi_custom_types', $all_posts, 'all_types' ); $ordered_posts = array( 0 => 'post', 1 => 'page', 2 => 'taxonomies', 3 => 'import_users', 4 => 'shop_order', 5 => 'shop_coupon', 6 => 'product', 7 => 'shop_customer' ); foreach ( $all_posts as $key => $post_obj ) { if ( ! in_array( $key, $ordered_posts ) ) { array_push( $ordered_posts, $key ); } } $order_arr = apply_filters( 'pmxi_post_list_order', $ordered_posts ); $image_data = apply_filters( 'wp_all_import_post_type_image', array() ); foreach ( $order_arr as $key => $post_name ) { if ( array_key_exists( $post_name, $all_posts ) ) { $post_obj = $all_posts[ $post_name ]; if ( in_array( $post_name, $known_imgs ) ) { $image_src = 'dashicon-' . $post_name; } else { $image_src = 'dashicon-cpt'; } if ( ! empty( $image_data ) && array_key_exists( $post_name, $image_data ) ) { $custom_img_defined = true; } else { $custom_img_defined = false; } $original_image_src = $image_src; $cpt = $post_name; $cpt_label = $post_obj->labels->name; $custom_selected_post = apply_filters( 'wpai_custom_selected_post', false, $post, $cpt, 'step1' ); $img_to_echo = 'dashicon '; if ( $custom_img_defined === true ) { $img_to_echo .= $image_data[ $cpt ]['image']; } else { $img_to_echo .= $image_src; } ?> <option value="<?php echo $cpt; ?>" data-imagesrc="<?php echo $img_to_echo; ?>" <?php if ( $custom_selected_post === true ):?>selected="selected"<?php else: if ( $cpt == $post['custom_type'] ):?>selected="selected"<?php endif; endif; ?>><?php echo $cpt_label; ?></option> <?php } } ?> </select> <?php // ***************************************************** // **************** FINISH CPT LOOP ******************** // ***************************************************** ?> <?php if ( ! class_exists('PMUI_Plugin') ): ?> <div class="wpallimport-upgrade-notice" rel="import_users"> <p><?php _e('The User Add-On is Required to Import Users', 'wp_all_import_plugin'); ?></p> <a href="https://www.wpallimport.com/checkout/?edd_action=purchase_collection&taxonomy=download_category&terms=40&utm_source=import-plugin-free&utm_medium=upgrade-notice&utm_campaign=import-users" target="_blank" class="upgrade_link"><?php _e('Purchase the User Add-On', 'wp_all_import_plugin');?></a> </div> <?php endif; ?> <?php if ( class_exists('WooCommerce') && ! class_exists('PMWI_Plugin') ): ?> <div class="wpallimport-upgrade-notice" rel="product"> <p><?php _e('The WooCommerce Add-On is Required to Import Products', 'wp_all_import_plugin'); ?></p> <a href="https://www.wpallimport.com/checkout/?edd_action=purchase_collection&taxonomy=download_category&terms=14&utm_source=import-plugin-free&utm_medium=upgrade-notice&utm_campaign=import-wooco-products" target="_blank" class="upgrade_link"><?php _e('Purchase the WooCommerce Add-On', 'wp_all_import_plugin');?></a> </div> <?php endif; ?> <?php if ( class_exists('WooCommerce') && ( ! class_exists('PMWI_Plugin') || class_exists('PMWI_Plugin') && PMWI_EDITION == 'free') ): ?> <div class="wpallimport-upgrade-notice" rel="shop_order"> <?php if (class_exists('PMWI_Plugin') && PMWI_EDITION == 'free'): ?> <p><?php _e('The Pro version of the WooCommerce Add-On is required to Import Orders, but you have the free version installed.', 'wp_all_import_plugin'); ?></p> <?php else: ?> <p><?php _e('The WooCommerce Add-On Pro is Required to Import Orders', 'wp_all_import_plugin'); ?></p> <?php endif; ?> <a href="https://www.wpallimport.com/checkout/?edd_action=purchase_collection&taxonomy=download_category&terms=14&utm_source=import-plugin-free&utm_medium=upgrade-notice&utm_campaign=import-wooco-orders" target="_blank" class="upgrade_link"><?php _e('Purchase the WooCommerce Add-On', 'wp_all_import_plugin');?></a> </div> <div class="wpallimport-upgrade-notice" rel="shop_coupon"> <?php if (class_exists('PMWI_Plugin') && PMWI_EDITION == 'free'): ?> <p><?php _e('The Pro version of the WooCommerce Add-On is required to Import Coupons, but you have the free version installed.', 'wp_all_import_plugin'); ?></p> <?php else: ?> <p><?php _e('The WooCommerce Add-On Pro is Required to Import Coupons', 'wp_all_import_plugin'); ?></p> <?php endif; ?> <a href="https://www.wpallimport.com/checkout/?edd_action=purchase_collection&taxonomy=download_category&terms=14&utm_source=import-plugin-free&utm_medium=upgrade-notice&utm_campaign=import-wooco-coupons" target="_blank" class="upgrade_link"><?php _e('Purchase the WooCommerce Add-On', 'wp_all_import_plugin');?></a> </div> <?php endif; ?> <div class="wpallimport-upgrade-notice" rel="taxonomies"> <p><?php _e('WP All Import Pro is Required to Import Taxonomies', 'wp_all_import_plugin'); ?></p> <a href="https://www.wpallimport.com/checkout/?edd_action=add_to_cart&download_id=1748&edd_options%5Bprice_id%5D=0&utm_source=import-plugin-free&utm_medium=upgrade-notice&utm_campaign=import-taxonomies" target="_blank" class="upgrade_link"><?php _e('Purchase WP All Import Pro', 'wp_all_import_plugin');?></a> </div> <?php if ( class_exists('WooCommerce') && ! class_exists('PMUI_Plugin') ): ?> <div class="wpallimport-upgrade-notice" rel="shop_customer"> <p><?php _e('The User Add-On is Required to Import Customers', 'wp_all_import_plugin'); ?></p> <a href="https://www.wpallimport.com/checkout/?edd_action=purchase_collection&taxonomy=download_category&terms=40&utm_source=import-plugin-free&utm_medium=upgrade-notice&utm_campaign=import-users"><?php _e('Purchase the User Add-On', 'wp_all_import_plugin');?></a> </div> <?php endif; ?> </div> <div class="clear wpallimport-extra-text-below"> <!--div class="wpallimport-existing-records"> <p><?php _e('In Step 4, you will map the records in your file to the existing items on your site and specify which data points will be updated and which will be left alone.', 'wp_all_import_plugin'); ?></p> <p><?php _e('The Existing Items option is commonly used to update existing products with new stock quantities while leaving all their other data alone, update properties on your site with new pricing, etc.', 'wp_all_import_plugin'); ?></p> </div--> </div> </div> </div> <?php endif; ?> </div> <div class="rad4 first-step-errors error-upload-rejected"> <div class="wpallimport-notify-wrapper"> <div class="error-headers exclamation"> <h3><?php _e('File upload rejected by server', 'wp_all_import_plugin');?></h3> <h4><?php _e("Contact your host and have them check your server's error log.", "wp_all_import_plugin"); ?></h4> </div> </div> <a class="button button-primary button-hero wpallimport-large-button wpallimport-notify-read-more" href="http://www.wpallimport.com/documentation/troubleshooting/problems-with-import-files/?utm_source=import-plugin-free&utm_medium=error&utm_campaign=docs" target="_blank"><?php _e('Read More', 'wp_all_import_plugin');?></a> </div> <div class="rad4 first-step-errors error-file-validation" <?php if ( ! empty($upload_validation) ): ?> style="display:block;" <?php endif; ?>> <div class="wpallimport-notify-wrapper"> <div class="error-headers exclamation"> <h3><?php _e('There\'s a problem with your import file', 'wp_all_import_plugin');?></h3> <h4> <?php if ( ! empty($upload_validation) ): $file_type = strtoupper(pmxi_getExtension($post['file'])); printf(__('Please verify that the file you using is a valid %s file.', 'wp_all_import_plugin'), $file_type); endif; ?> </h4> </div> </div> <a class="button button-primary button-hero wpallimport-large-button wpallimport-notify-read-more" href="http://www.wpallimport.com/documentation/troubleshooting/problems-with-import-files/#invalid?utm_source=import-plugin-free&utm_medium=error&utm_campaign=docs" target="_blank"><?php _e('Read More', 'wp_all_import_plugin');?></a> </div> <p class="wpallimport-submit-buttons"> <input type="hidden" name="custom_type" value="<?php echo $post['custom_type'];?>"> <input type="hidden" name="is_submitted" value="1" /> <input type="hidden" name="auto_generate" value="0" /> <?php wp_nonce_field('choose-file', '_wpnonce_choose-file'); ?> <a href="javascript:void(0);" class="back rad3 auto-generate-template" style="float:none; background: #e4e6e6; padding: 0 50px;"><?php _e('Skip to Step 4', 'wp_all_import_plugin'); ?></a> <input type="submit" class="button button-primary button-hero wpallimport-large-button" value="<?php _e('Continue to Step 2', 'wp_all_import_plugin') ?>" id="advanced_upload"/> </p> <table><tr><td class="wpallimport-note"></td></tr></table> </form> <a href="http://soflyy.com/" target="_blank" class="wpallimport-created-by"><?php _e('Created by', 'wp_all_import_plugin'); ?> <span></span></a> </div> </td> </tr> </table>
[+]
..
[-] confirm.php
[edit]
[-] evaluate.php
[edit]
[-] tag.php
[edit]
[-] process.php
[edit]
[-] preview_images.php
[edit]
[+]
options
[-] index.php
[edit]
[-] error.php
[edit]
[-] template.php
[edit]
[-] element.php
[edit]
[-] preview_taxonomies.php
[edit]
[+]
template
[-] preview.php
[edit]
[-] options.php
[edit]
[-] preview_prices.php
[edit]
[-] warning.php
[edit]
[-] process-complete.php
[edit]
[-] evaluate_variations.php
[edit]