← All changes
|
includes/Admin/Product/elements/SingleProduct/Tab.php
+10
-3
1.8.8
→
1.10.21
View file →
| @@ -29,8 +29,14 @@ | ||
| 29 | 29 | |
| 30 | 30 | echo '</div>'; |
| 31 | 31 | echo '<div class="options_group">'; |
| 32 | 32 | |
| 33 | + // Gold Product Field | |
| 34 | + GoldFields::renderCheckbox(); | |
| 35 | + | |
| 36 | + echo '</div>'; | |
| 37 | + echo '<div class="options_group">'; | |
| 38 | + | |
| 33 | 39 | // Product Type Field |
| 34 | 40 | TypeFields::renderCheckbox(); |
| 35 | 41 | |
| 36 | 42 | echo '</div>'; |
| @@ -35,10 +41,10 @@ | ||
| 35 | 41 | |
| 36 | 42 | echo '</div>'; |
| 37 | 43 | echo '<div class="options_group">'; |
| 38 | 44 | |
| 39 | - // Product-specific price increase field | |
| 40 | - PriceIncreaseField::renderField(); | |
| 45 | + // Product-specific price change field | |
| 46 | + PriceChangeField::renderField(); | |
| 41 | 47 | |
| 42 | 48 | echo '</div>'; |
| 43 | 49 | echo '<div class="options_group">'; |
| 44 | 50 | |
| @@ -51,9 +57,10 @@ | ||
| 51 | 57 | |
| 52 | 58 | public static function saveTabData($post_id) |
| 53 | 59 | { |
| 54 | 60 | MobileFields::saveCheckbox($post_id); |
| 61 | + GoldFields::saveCheckbox($post_id); | |
| 55 | 62 | TypeFields::saveCheckbox($post_id); |
| 56 | - PriceIncreaseField::saveField($post_id); | |
| 63 | + PriceChangeField::saveField($post_id); | |
| 57 | 64 | WholesaleField::saveCheckbox($post_id); |
| 58 | 65 | } |
| 59 | 66 | } |