File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
app/design/frontend/Magento/blank/Magento_Theme/web/js
tests/app/code/Magento/Theme/view/frontend/web/js Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ define([
17
17
} ) ;
18
18
19
19
$ ( '.panel.header > .header.links' ) . clone ( ) . appendTo ( '#store\\.links' ) ;
20
- $ ( '#store\\.links .customer-menu li a' ) . each ( function ( ) {
20
+ $ ( '#store\\.links li a' ) . each ( function ( ) {
21
21
var id = $ ( this ) . attr ( 'id' ) ;
22
22
23
23
if ( id !== undefined ) {
Original file line number Diff line number Diff line change 17
17
< span > Change</ span >
18
18
</ button >
19
19
</ span >
20
-
20
+ <!-- Markup portion for Logged in customer -->
21
21
< div class ="customer-menu " data-target ="dropdown " aria-hidden ="false ">
22
22
< ul class ="header links ">
23
23
< li >
37
37
</ li >
38
38
</ ul >
39
39
</ div >
40
+ < li class ="link authorization-link " data-label ="or ">
41
+ < a href ="http://magento.store/customer/account/logout/ "> Sign Out</ a >
42
+ </ li >
40
43
</ li >
44
+ <!-- Markup portion for Logged out customer -->
41
45
< li class ="link authorization-link " data-label ="or ">
42
- < a href ="http://magento.store/customer/account/logout/ "> Sign Out</ a >
46
+ < a href ="http://magento.store/customer/account/login/ "> Sign In</ a >
47
+ </ li >
48
+ < li >
49
+ < a href ="http://magento.store/customer/account/create/ " id ="create-account "> Create an Account</ a >
43
50
</ li >
44
51
</ ul >
45
52
</ div >
Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ define([
53
53
{
54
54
id : '#my-addresses' + suffix ,
55
55
link : 'http://magento.store/addresses/'
56
+ } ,
57
+ {
58
+ id : '#create-account' + suffix ,
59
+ link : 'http://magento.store/customer/account/create/'
56
60
}
57
61
] ;
58
62
You can’t perform that action at this time.
0 commit comments