Skip to content

Commit

Permalink
customer account,address,order,edit,product review,product favorite a…
Browse files Browse the repository at this point in the history
…dd breadcrumbs
  • Loading branch information
fancyecommerce committed Mar 4, 2019
1 parent 17cee20 commit 348c9a2
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*/
?>
<div class="main container one-column">
<?= Yii::$service->page->widget->render('flashmessage'); ?>

<?= Yii::$service->page->widget->render('breadcrumbs',$this); ?>
<?= Yii::$service->page->widget->render('flashmessage'); ?>
<div class="account-create">
<div class="page-title">
<h1><?= Yii::$service->page->translate->__('Forgot Password'); ?></h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
?>
<div class="main container one-column">
<?= Yii::$service->page->widget->render('breadcrumbs',$this); ?>
<?php if(!empty($identity)): ?>
<div>
<?= Yii::$service->page->translate->__('We\'ve sent a message to the email address'); ?> <?= $identity['email'] ?>
Expand Down
1 change: 1 addition & 0 deletions app/appfront/theme/base/front/customer/account/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
?>
<div class="main container two-columns-left">
<?= Yii::$service->page->widget->render('breadcrumbs',$this); ?>
<div class="col-main account_center">
<div class="std">
<div style="margin:4px 0 0">
Expand Down
4 changes: 3 additions & 1 deletion app/appfront/theme/base/front/customer/account/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
*/
?>
<div class="main container one-column">
<?= Yii::$service->page->widget->render('flashmessage'); ?>
<?= Yii::$service->page->widget->render('breadcrumbs',$this); ?>
<?= Yii::$service->page->widget->render('flashmessage'); ?>

<div class="account-login">
<div class="page-title">
<h1><?= Yii::$service->page->translate->__('Login or Create an Account'); ?></h1>
Expand Down
3 changes: 2 additions & 1 deletion app/appfront/theme/base/front/customer/account/register.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
*/
?>
<div class="main container one-column">
<?= Yii::$service->page->widget->render('flashmessage'); ?>
<?= Yii::$service->page->widget->render('breadcrumbs',$this); ?>
<?= Yii::$service->page->widget->render('flashmessage'); ?>
<div class="account-register">
<div class="page-title">
<h1><?= Yii::$service->page->translate->__('Create an Account'); ?></h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
*/
?>
<div class="main container one-column">
<?= Yii::$service->page->widget->render('flashmessage'); ?>
<?= Yii::$service->page->widget->render('breadcrumbs',$this); ?>
<?= Yii::$service->page->widget->render('flashmessage'); ?>
<?php if(!empty($identity)): ?>
<div class="account-create">
<div class="page-title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
?>
<div class="main container one-column">
<?= Yii::$service->page->widget->render('breadcrumbs',$this); ?>
<?php
$param = ['logUrlB' => '<a href="'.$loginUrl.'">','logUrlE' => '</a> '];
?>
Expand Down
1 change: 1 addition & 0 deletions app/appfront/theme/base/front/customer/address/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use fec\helpers\CRequest;
?>
<div class="main container two-columns-left">
<?= Yii::$service->page->widget->render('breadcrumbs',$this); ?>
<?= Yii::$service->page->widget->render('flashmessage'); ?>
<div class="col-main account_center">
<div class="std">
Expand Down
1 change: 1 addition & 0 deletions app/appfront/theme/base/front/customer/address/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use fec\helpers\CRequest;
?>
<div class="main container two-columns-left">
<?= Yii::$service->page->widget->render('breadcrumbs',$this); ?>
<div class="col-main account_center">
<div class="std">
<div style="margin:4px 0 0">
Expand Down
2 changes: 1 addition & 1 deletion app/appfront/theme/base/front/customer/contacts/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</ul>
</div>
<div class="buttons-set">
<button type="submit" title="Save" class="button" ><span><span><?= Yii::$service->page->translate->__('Contact Us'); ?></span></span></button>
<button type="submit" title="Save" class="button " ><span><span><?= Yii::$service->page->translate->__('Contact Us'); ?></span></span></button>
</div>
</form>
</div>
Expand Down
3 changes: 2 additions & 1 deletion app/appfront/theme/base/front/customer/editaccount/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
*/
?>
<div class="main container two-columns-left">
<?= Yii::$service->page->widget->render('flashmessage'); ?>
<?= Yii::$service->page->widget->render('breadcrumbs',$this); ?>
<?= Yii::$service->page->widget->render('flashmessage'); ?>
<div class="col-main account_center">
<div class="std">
<div style="margin:4px 0 0">
Expand Down
3 changes: 2 additions & 1 deletion app/appfront/theme/base/front/customer/order/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
*/
?>
<div class="main container two-columns-left">
<?= Yii::$service->page->widget->render('flashmessage'); ?>
<?= Yii::$service->page->widget->render('breadcrumbs',$this); ?>
<?= Yii::$service->page->widget->render('flashmessage'); ?>
<div class="col-main account_center">
<div class="std">
<div style="margin:4px 0 0">
Expand Down
1 change: 1 addition & 0 deletions app/appfront/theme/base/front/customer/order/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use fecshop\app\appfront\helper\Format;
?>
<div class="main container two-columns-left">
<?= Yii::$service->page->widget->render('breadcrumbs',$this); ?>
<div class="col-main account_center">
<div class="std">
<div style="margin:19px 0 0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use fec\helpers\CRequest;
?>
<div class="main container two-columns-left">
<?= Yii::$service->page->widget->render('breadcrumbs',$this); ?>
<div class="col-main account_center">
<div class="std">
<div style="margin:4px 0 0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
?>
<div class="main container two-columns-left">
<?= Yii::$service->page->widget->render('breadcrumbs',$this); ?>
<div class="col-main account_center">
<div class="account_review_product">
<div style="margin:4px 0 0">
Expand Down

0 comments on commit 348c9a2

Please sign in to comment.