|
@@ -161,8 +161,8 @@ class Order extends Base
|
|
/*$cityId = $address['city_id'] ? $address['city_id'] : 0;
|
|
/*$cityId = $address['city_id'] ? $address['city_id'] : 0;
|
|
$delivery = (new DeliveryRuleModel())->getDelivetyByArea($cityId);*/
|
|
$delivery = (new DeliveryRuleModel())->getDelivetyByArea($cityId);*/
|
|
|
|
|
|
- $order_price = 0;
|
|
|
|
- $delivery_price = 0;
|
|
|
|
|
|
+ $order_price = '0';
|
|
|
|
+ $delivery_price = '0';
|
|
|
|
|
|
foreach ($productData as &$product) {
|
|
foreach ($productData as &$product) {
|
|
$product['image'] = Config::getImagesFullUrl($product['image']);
|
|
$product['image'] = Config::getImagesFullUrl($product['image']);
|