Mooved tooltip
This commit is contained in:
@@ -21,8 +21,12 @@ $id = isset($customer_id) ? 'extras_customer_'.$customer_id : 'extras_default';
|
|||||||
</td>
|
</td>
|
||||||
<td><?php esc_html_e('Minimal sell price', 'wiaas') ?></td>
|
<td><?php esc_html_e('Minimal sell price', 'wiaas') ?></td>
|
||||||
<td><?php esc_html_e('Margin', 'wiaas') ?></td>
|
<td><?php esc_html_e('Margin', 'wiaas') ?></td>
|
||||||
<td><?php esc_html_e('Margin services', 'wiaas') ?></td>
|
<td><?php esc_html_e('Margin services', 'wiaas') ?>
|
||||||
<td><?php esc_html_e('Margin recurrent', 'wiaas') ?></td>
|
<?php echo wc_help_tip( __( 'Extra services and support recurrent commission', 'wiaas' ) );?>
|
||||||
|
</td>
|
||||||
|
<td><?php esc_html_e('Margin recurrent', 'wiaas') ?>
|
||||||
|
<?php echo wc_help_tip( __( 'Extra package recurrent commission', 'wiaas' ) );?>
|
||||||
|
</td>
|
||||||
<td><?php esc_html_e('Default price', 'wiaas') ?></td>
|
<td><?php esc_html_e('Default price', 'wiaas') ?></td>
|
||||||
<td><?php esc_html_e('Visible?', 'wiaas') ?>
|
<td><?php esc_html_e('Visible?', 'wiaas') ?>
|
||||||
<?php
|
<?php
|
||||||
@@ -95,12 +99,23 @@ $id = isset($customer_id) ? 'extras_customer_'.$customer_id : 'extras_default';
|
|||||||
type="text"
|
type="text"
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form-control">
|
||||||
|
<input
|
||||||
|
class="wiaas-cl-extra-input"
|
||||||
|
type="text"
|
||||||
|
style="visibility: hidden;"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="form-group">
|
<td class="form-group">
|
||||||
|
<div class="form-control">
|
||||||
|
<input
|
||||||
|
class="wiaas-cl-extra-input"
|
||||||
|
type="text"
|
||||||
|
style="visibility: hidden;"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
<div class="form-control">
|
<div class="form-control">
|
||||||
<label>+</label>
|
<label>+</label>
|
||||||
<input
|
<input
|
||||||
@@ -110,11 +125,18 @@ $id = isset($customer_id) ? 'extras_customer_'.$customer_id : 'extras_default';
|
|||||||
name="cl_extras[<?php esc_attr_e($extra_type, 'wiaas')?>][services]"
|
name="cl_extras[<?php esc_attr_e($extra_type, 'wiaas')?>][services]"
|
||||||
value="<?php esc_attr_e($cl_extras[$extra_type]['services'], 'wiaas') ?>"
|
value="<?php esc_attr_e($cl_extras[$extra_type]['services'], 'wiaas') ?>"
|
||||||
type="text"
|
type="text"
|
||||||
><?php echo wc_help_tip( __( 'Extra services and support recurrent commission', 'wiaas' ) );?>
|
>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="form-group">
|
<td class="form-group">
|
||||||
|
<div class="form-control">
|
||||||
|
<input
|
||||||
|
class="wiaas-cl-extra-input"
|
||||||
|
type="text"
|
||||||
|
style="visibility: hidden;"
|
||||||
|
>
|
||||||
|
</div>
|
||||||
<?php
|
<?php
|
||||||
if($configured_price['package_pay_period'] > 0) {
|
if($configured_price['package_pay_period'] > 0) {
|
||||||
?>
|
?>
|
||||||
@@ -128,7 +150,6 @@ $id = isset($customer_id) ? 'extras_customer_'.$customer_id : 'extras_default';
|
|||||||
value="<?php esc_attr_e($cl_extras[$extra_type]['recurrent'], 'wiaas') ?>"
|
value="<?php esc_attr_e($cl_extras[$extra_type]['recurrent'], 'wiaas') ?>"
|
||||||
type="text"
|
type="text"
|
||||||
>
|
>
|
||||||
<?php echo wc_help_tip( __( 'Extra package recurrent commission', 'wiaas' ) );?>
|
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user