Backoffice - max cost margin #31

Merged
bilal.catic merged 22 commits from backoffice-max-cost-margin into master 2018-10-15 00:24:34 +02:00
Showing only changes of commit 57d61918b9 - Show all commits

View File

@@ -144,6 +144,20 @@ if ( ! defined( 'ABSPATH' ) ) {
});
</script>
<div class="options_group">
<?php
woocommerce_wp_text_input(
array(
'id' => '_wiaas_minimum_cost_margin',
'name' => 'wiaas_minimum_cost_margin',
'value' => $minimum_cost_margin,
'label' => __( 'Minimum cost margin:', 'wiaas' ),
'type' => 'number',
)
);
?>
</div>
<div class="options_group">
<?php
woocommerce_wp_text_input(