646 users online
Register
Log in
Shopping Cart
(0)
Home
Product
Overview
Features
Store demo
Screenshots
Showcase - live shops
Copyright Notice Removal
System Requirements
Roadmap
Contribute
Team Members
License
Downloads
Download nopCommerce
Extensions
Release Notes
Support
Documentation
Forums
Partners
Recommended Hosting
Solution Partners
Become a Partner
Community sponsorship program
My Account
Contacts
Tweet
Home
/
Forums
/
General
/
nopCommerce Upgrades
/
2.4 Bug? My Account page empty
2.4 Bug? My Account page empty
Reply
wunpac
Total Posts:
276
Karma:
3260
Joined:
10/26/2011
Location:
United Kingdom
PM
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)*@
0
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
a.m.
Total Posts:
6513
Karma:
44347
Joined:
10/22/2008
Location:
Russia
PM
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.
0
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
wunpac
Total Posts:
276
Karma:
3260
Joined:
10/26/2011
Location:
United Kingdom
PM
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
0
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
totti240282
Total Posts:
61
Karma:
339
Joined:
11/4/2011
Location:
Italy
PM
Posted:
3 months ago
Quote
Is'possible from the admin panel, change the layout of the site ?
0
Please
login or register
to vote for this post.
(click on this box to dismiss)
a.m.
Total Posts:
6513
Karma:
44347
Joined:
10/22/2008
Location:
Russia
PM
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
0
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
totti240282
Total Posts:
61
Karma:
339
Joined:
11/4/2011
Location:
Italy
PM
Posted:
3 months ago
Quote
I was referring to the fact of using the layout with two, three or more columns.
0
Please
login or register
to vote for this post.
(click on this box to dismiss)
a.m.
Total Posts:
6513
Karma:
44347
Joined:
10/22/2008
Location:
Russia
PM
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
1
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