|
@@ -584,7 +584,7 @@ class Info
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
if ($price_template['price_sell'] && $price_template['price_sell'] > 0) {
|
|
if ($price_template['price_sell'] && $price_template['price_sell'] > 0) {
|
|
- $info['price'] = $price_template['price_sell'];
|
|
+ $info['s_price'] = $info['price'] = $price_template['price_sell'];
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -778,7 +778,7 @@ class Info
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
if ($price_template['price_sell'] && $price_template['price_sell'] > 0) {
|
|
if ($price_template['price_sell'] && $price_template['price_sell'] > 0) {
|
|
- $v['price'] = $price_template['price_sell'];
|
|
+ $v['s_price'] = $v['price'] = $price_template['price_sell'];
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|