← All changes
|
includes/Admin/Product/elements/SingleProduct/Tab.php
+3
-3
1.9.0
→
1.10.21
View file →
| @@ -41,10 +41,10 @@ | ||
| 41 | 41 | |
| 42 | 42 | echo '</div>'; |
| 43 | 43 | echo '<div class="options_group">'; |
| 44 | 44 | |
| 45 | - // Product-specific price increase field | |
| 46 | - PriceIncreaseField::renderField(); | |
| 45 | + // Product-specific price change field | |
| 46 | + PriceChangeField::renderField(); | |
| 47 | 47 | |
| 48 | 48 | echo '</div>'; |
| 49 | 49 | echo '<div class="options_group">'; |
| 50 | 50 | |
| @@ -59,8 +59,8 @@ | ||
| 59 | 59 | { |
| 60 | 60 | MobileFields::saveCheckbox($post_id); |
| 61 | 61 | GoldFields::saveCheckbox($post_id); |
| 62 | 62 | TypeFields::saveCheckbox($post_id); |
| 63 | - PriceIncreaseField::saveField($post_id); | |
| 63 | + PriceChangeField::saveField($post_id); | |
| 64 | 64 | WholesaleField::saveCheckbox($post_id); |
| 65 | 65 | } |
| 66 | 66 | } |