| Server IP : 5.129.245.98 / Your IP : 216.73.216.246 Web Server : Apache/2.4.66 (Debian) System : Linux 1b8c17c336b9 6.8.0-111-generic #111-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:16:02 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/html/wp-content/plugins/wp-all-import-pro/views/admin/import/ |
Upload File : |
<div id="post-preview" class="wpallimport-preview_prices">
<div class="title">
<div class="navigation">
<?php if ($tagno > 1): ?><a href="#prev" class="previous_element"> </a><?php else: ?><span class="previous_element"> </span><?php endif ?>
<?php printf(__('<strong><input type="text" value="%s" name="tagno" class="tagno"/></strong><span class="out_of"> of <strong class="pmxi_count">%s</strong></span>', 'wp-all-import-pro'), $tagno, PMXI_Plugin::$session->count); ?>
<?php if ($tagno < PMXI_Plugin::$session->count): ?><a href="#next" class="next_element"> </a><?php else: ?><span class="next_element"> </span><?php endif ?>
</div>
</div>
<div class="wpallimport-preview-content">
<?php if ($this->errors->get_error_codes()): ?>
<?php $this->error() ?>
<?php endif ?>
<h3><?php _e('Preview Prices', 'wp-all-import-pro'); ?></h3>
<p><?php _e('Regular Price', 'wp-all-import-pro'); ?>: <?php echo empty($product_regular_price) ? '' : wp_all_import_filter_html_kses($product_regular_price); ?></p>
<p><?php _e('Sale Price', 'wp-all-import-pro'); ?>: <?php echo empty($product_sale_price) || !empty($product_regular_price) && $product_sale_price > $product_regular_price ? '' : wp_all_import_filter_html_kses($product_sale_price); ?></p>
</div>
</div>