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>