HEX
Server: LiteSpeed
System: Linux linux31.centraldnserver.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: salamatk (1501)
PHP: 8.1.33
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home/salamatk/www/wp-content/plugins/woodmart-plus/template/options/new_options/seller_info.php
<?php $options = wplus_helper::get_setting('factor',[]); ?>
<div class="item br-bottom p-18">
   <span class="title"><?php esc_html_e( 'فروشنده / فروشگاه :','woodmartplus' ); ?></span>
   <p class="des"><?php esc_html_e('نام فروشنده یا فروشگاه را وارد کنید','woodmartplus'); ?></p>
   <div class="suggestion-inputs gray-inp">
      <input type="text" class="left-text" name="<?php echo wplus_helper::generate_option('[factor][seller_info][seller_name]'); ?>" value="<?php echo isset( $options['seller_info']['seller_name'] ) ? $options['seller_info']['seller_name'] : '' ?>" >
   </div>
</div>
<div class="item br-bottom p-18">
   <span class="title"><?php esc_html_e( 'شماره ثبت/ملی :','woodmartplus' ); ?> </span>
   <p class="des"><?php esc_html_e('شماره ثبت/ملی  خود را برای درج در فاکتور وارد کنید.','woodmartplus'); ?></p>
   <div class="suggestion-inputs gray-inp">
      <input type="text" class="left-text" name="<?php echo wplus_helper::generate_option('[factor][seller_info][registration_id]'); ?>" value="<?php echo isset( $options['seller_info']['registration_id'] ) ? $options['seller_info']['registration_id'] : '' ?>" >
   </div>
</div>
<div class="item br-bottom p-18">
   <span class="title"><?php esc_html_e( 'آدرس فروشگاه :','woodmartplus' ); ?> </span>
   <p class="des"><?php esc_html_e('آدرس فروشگاه خود را برای درج در فاکتور وارد کنید.','woodmartplus'); ?></p>
   <div class="suggestion-inputs gray-inp">
      <input type="text" class="left-text" name="<?php echo wplus_helper::generate_option('[factor][seller_info][company_address]'); ?>" value="<?php echo isset( $options['seller_info']['company_address'] ) ? $options['seller_info']['company_address'] : '' ?>" >
   </div>
</div>
<div class="item br-bottom p-18">
   <span class="title"><?php esc_html_e( 'کد پستی :','woodmartplus' ); ?> </span>
   <p class="des"><?php esc_html_e('کد پستی فروشگاه خود را برای درج در فاکتور وارد کنید.','woodmartplus'); ?></p>
   <div class="suggestion-inputs gray-inp">
      <input type="text" class="left-text" name="<?php echo wplus_helper::generate_option('[factor][seller_info][postal_code]'); ?>" value="<?php echo isset( $options['seller_info']['postal_code'] ) ? $options['seller_info']['postal_code'] : '' ?>" >
   </div>
</div>
<div class="item br-bottom p-18">
   <span class="title"><?php esc_html_e( 'شماره تماس / فکس :','woodmartplus' ); ?> </span>
   <p class="des"><?php esc_html_e('شماره تماس خود را برای درج در فاکتور وارد کنید.','woodmartplus'); ?></p>
   <div class="suggestion-inputs gray-inp">
      <input type="text" class="left-text" name="<?php echo wplus_helper::generate_option('[factor][seller_info][phon_fax]'); ?>" value="<?php echo isset( $options['seller_info']['phon_fax'] ) ? $options['seller_info']['phon_fax'] : '' ?>" >
   </div>
</div>