From 9537a122dcfe2fad4642e3686ec51476e8251f56 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 12 May 2017 18:39:41 +0300 Subject: [PATCH] -Some bug fixes --- frontend/views/account/order.php | 19 ++++++++++++++++--- frontend/views/layouts/main.php | 222 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------------------------------------------------------------------------- 2 files changed, 86 insertions(+), 155 deletions(-) diff --git a/frontend/views/account/order.php b/frontend/views/account/order.php index 17f5a2e..d932229 100644 --- a/frontend/views/account/order.php +++ b/frontend/views/account/order.php @@ -2,6 +2,7 @@ use artbox\core\helpers\ImageHelper; use artbox\order\models\Order; + use yii\helpers\Url; use yii\web\View; /** @@ -37,7 +38,9 @@ _________________________________________________________ --> ?> and is currently label->lang->title ?>.

If you have any questions, please feel free to - contact us, our customer service center is working for you 24/7.

+ contact us, our customer service center is working for you 24/7.

@@ -58,7 +61,12 @@ _________________________________________________________ --> ?> - + variant ? $product->variant->product->image->getPath( ) : '@frontend/web/img/no-image.png' @@ -71,7 +79,12 @@ _________________________________________________________ --> ) ?> - variant->product->lang->title ?> + variant->product->lang->title ?> count ?> price ?> diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 5749a15..b668093 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -391,17 +391,17 @@ _________________________________________________________ --> echo $login->field($loginForm, 'rememberMe') ->checkbox(); ?> -
- 'btn btn-success', - ] - ); - $login::end(); - ?> -
+
+ 'btn btn-success', + ] + ); + $login::end(); + ?> +

@@ -546,170 +546,86 @@ _________________________________________________________ -->