HEX
Server: LiteSpeed
System: Linux pulsar191.sitesanctuary.org 5.14.0-284.30.1.el9.tuxcare.els9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jan 10 17:34:05 UTC 2025 x86_64
User: lgooir (1604)
PHP: 8.1.32
Disabled: exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/lgooir/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( 'Seller name :','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( 'National id :','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][national_id]'); ?>" value="<?php echo isset( $options['seller_info']['national_id'] ) ? $options['seller_info']['national_id'] : '' ?>" >
   </div>
</div>

<div class="item br-bottom p-18">
   <span class="title"><?php esc_html_e( 'Registration id :','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( 'Company address :','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( 'Postal code :','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( 'Phone or Fax  :','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>
<div class="item br-bottom p-18">
   <span class="title"><?php esc_html_e('Manager note :','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][manager_note]'); ?>" value="<?php echo isset( $options['manager_note'] ) ? $options['manager_note'] : '' ?>" >
   </div>
</div>