diff --git a/common/widgets/Mailer.php b/common/widgets/Mailer.php
index 497b8e7..a1dd04d 100755
--- a/common/widgets/Mailer.php
+++ b/common/widgets/Mailer.php
@@ -38,11 +38,13 @@ class Mailer extends Widget{
$mail->CharSet = 'UTF-8';
$mail->Username = "";
$mail->Password = "";
- $mail->SetFrom('Rukzachok.com.ua@gmail.com');
+ $mail->SetFrom('order@rukzachok.com.ua');
$mail->Subject = $this->subject;
$mail->MsgHTML($this->render($this->type, ['params' => $this->params]));
$address = "Rukzachok.com.ua@gmail.com";
+ $address_new = "order@rukzachok.com.ua";
$mail->AddAddress($address);
+ $mail->AddAddress($address_new);
$mail->AddAddress($this->email);
if(!$mail->send()) {
diff --git a/common/widgets/views/order.php b/common/widgets/views/order.php
index fe7d6ec..e3bb7e7 100755
--- a/common/widgets/views/order.php
+++ b/common/widgets/views/order.php
@@ -113,7 +113,10 @@
width: 100%; margin: 20px 0;">
- +38 (067) 395 65 73
+ +38 (093) 911 05 03
+ +38 (095) 004 56 55
+ +38 (068) 083 62 01
+
|
rukzachok.com.ua
diff --git a/common/widgets/views/registration.php b/common/widgets/views/registration.php
index 636cb3f..d9e5095 100755
--- a/common/widgets/views/registration.php
+++ b/common/widgets/views/registration.php
@@ -37,7 +37,9 @@
width: 100%; margin: 20px 0;">
|
- +38 (067) 000 00 00
+ +38 (093) 911 05 03
+ +38 (095) 004 56 55
+ +38 (068) 083 62 01
|
rukzachok.com.ua
diff --git a/frontend/controllers/BasketController.php b/frontend/controllers/BasketController.php
index ceeb021..40f39cb 100755
--- a/frontend/controllers/BasketController.php
+++ b/frontend/controllers/BasketController.php
@@ -121,7 +121,7 @@ class BasketController extends Controller
]
]);
- $text = "# zakaz: ". $order->id .". V blijayshee vremya menedjer svyajetsya s Vami. (044) 303 90 15";
+ $text = "# zakaz: ". $order->id .". V blijayshee vremya menedjer svyajetsya s Vami.";
Yii::$app->sms->send($order->phone, $text);
Yii::$app->session['order_data']= ['order' => $order,'variants'=>$productV];
diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php
index f98ede9..4b9cff0 100755
--- a/frontend/views/layouts/main.php
+++ b/frontend/views/layouts/main.php
@@ -180,12 +180,12 @@ $this->registerJs("
@@ -427,13 +427,13 @@ $this->registerJs("
- (044) 303 90 15
+
(093) 911 05 03
(095) 004 56 55
(068) 083 62 01
-
+
--
libgit2 0.21.4 |