646 users online

2.4 Bug? My Account page empty

Posted: 3 months ago Quote
After upgrading to 2.4 the "My account" page is empty. 2.3 doesn't have a "Myaccount.cs" page. It does have a controller for it but that redirects to info

return RedirectToAction("info");

In 2.4 the controller returns the CustomerNavigationModel, but then doesn't do anything with it.

Is this a bug or am I missing something?

Darren



@model Nop.Web.Models.Customer.CustomerNavigationModel
@using Nop.Web.Framework;
@{
    Layout = "~/Views/Shared/_ColumnsTwo.cshtml";

    //title
    Html.AddTitleParts(T("PageTitle.Account").Text);
}
@*Desktop version doesn't have config page
Empty page is required in case if redirection is made from mobile version ('View full' link clicked)*@
This post/answer is useful
0
This post/answer is not useful

Please login or register
to vote for this post.

(click on this box to dismiss)
Darren Pegram
www.inkredible.co.uk

Follow me on twitter for thoughts and insight into how I run my business and generally live through life

@darrenpegram
Posted: 3 months ago Quote
No, it's not the bug. Actually the desktop version doesn't this page (there's no any link to it). In 2.4 "my account" menu item has a link to http://www.yourStore.com/customer/info page (not to http://www.yourStore.com/myaccount/ which is empty in desktop version). But it's not empty in the mobile version.
This post/answer is useful
0
This post/answer is not useful

Please login or register
to vote for this post.

(click on this box to dismiss)
Andrei Mazoulnitsyn,
LinkedIn - http://ru.linkedin.com/in/mazoulnitsyn

Twitter - http://twitter.com/#!/nopCommerce
Facebook community page - http://www.facebook.com/pages/NopCommerce/108282972527146
Google+ page - https://plus.google.com/100073150079669136049
Posted: 3 months ago Quote
a.m. wrote:
No, it's not the bug. Actually the desktop version doesn't this page (there's no any link to it). In 2.4 "my account" menu item has a link to http://www.yourStore.com/customer/info page (not to http://www.yourStore.com/myaccount/ which is empty in desktop version). But it's not empty in the mobile version.


Must be something to do with the theme I'm using
This post/answer is useful
0
This post/answer is not useful

Please login or register
to vote for this post.

(click on this box to dismiss)
Darren Pegram
www.inkredible.co.uk

Follow me on twitter for thoughts and insight into how I run my business and generally live through life

@darrenpegram
Posted: 3 months ago Quote
Is'possible from the admin panel, change the layout of the site ?
This post/answer is useful
0
This post/answer is not useful

Please login or register
to vote for this post.

(click on this box to dismiss)
Posted: 3 months ago Quote
totti240282 wrote:
Is'possible from the admin panel, change the layout of the site ?

Admin area > Configuration > Settings > General And Miscellaneous Settings > Desktop store theme
This post/answer is useful
0
This post/answer is not useful

Please login or register
to vote for this post.

(click on this box to dismiss)
Andrei Mazoulnitsyn,
LinkedIn - http://ru.linkedin.com/in/mazoulnitsyn

Twitter - http://twitter.com/#!/nopCommerce
Facebook community page - http://www.facebook.com/pages/NopCommerce/108282972527146
Google+ page - https://plus.google.com/100073150079669136049
Posted: 3 months ago Quote
I was referring to the fact of using the layout with two, three or more columns.
This post/answer is useful
0
This post/answer is not useful

Please login or register
to vote for this post.

(click on this box to dismiss)
Posted: 3 months ago Quote
totti240282 wrote:
I was referring to the fact of using the layout with two, three or more columns.

No, you have to modify the source code in this case
This post/answer is useful
1
This post/answer is not useful

Please login or register
to vote for this post.

(click on this box to dismiss)
Andrei Mazoulnitsyn,
LinkedIn - http://ru.linkedin.com/in/mazoulnitsyn

Twitter - http://twitter.com/#!/nopCommerce
Facebook community page - http://www.facebook.com/pages/NopCommerce/108282972527146
Google+ page - https://plus.google.com/100073150079669136049