This is the scenario: Customers will order off our website and received an order confirmation, but these 3 pages (MyAccount.aspx, Myorder.aspx & Receipt.aspx tell our customers they don't have any orders, and their orders have not been placed. But, they will get an email receipt and I can see their order in ViewOrder.aspx in the admin.
Am I correct in deducing that
a.) The OrderID for these "error orders" is valid, and any data that correctly shows up in the ViewOrder.aspx proves that the database is recording order information correctly from the checkout page.
b.) That if a.) is correct, the problem must lie in how the 3 trouble pages (MyAccount, MyOrder & Receipt) are recalling this database data?
c.) In the code of all the 2 trouble pages the...(if (_Order == null) Response.Redirect......redirects us to pages that basically say tells us nothing is ordered - BUT, the Order is not null...because this same redirect code exists in the ViewOrder.aspx.cs code in line 57. Am I right that this is the bottom line problem, this trigger doesn't give the pages a chance to pull the database data stored by order id's?
- Why would it do that? Why would some pages (MyAccount.aspx, MyOrder.aspx & Receipt.aspx) think the Order ID doesn't exist, but ViewOrder.aspx sees it?
- Why does this only happen to unlucky customers?
- Is it because ViewOrder is in the Admin Panel?
Would anyone agree that factors seem to be ruled out now because of the above:
- Customer ineptitude at placing orders
- Browser Versions / Operating System Versions / Software Updates
- Errors thrown because of Shared-Hosting woes and possible low system resources
Any comments or insite is greatly Greatly appreciated!
MyAccount, MyOrder & Receipt is Blank! but ViewOrder OK?
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: MyAccount, MyOrder & Receipt is Blank! but ViewOrder OK?
When you go to the admin and fine the user, then click to log in as that user and go to their MyOrder page, can you see anything?
Have you customized those pages any?
Check your email links- one time we didn't have a / after the store url in the store settings and that was why the link wouldn't work.
Have you customized those pages any?
Check your email links- one time we didn't have a / after the store url in the store settings and that was why the link wouldn't work.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: MyAccount, MyOrder & Receipt is Blank! but ViewOrder OK?
- When I log in as the user, the MyAccunt.aspx is blank...even if I see their order clearly in admin.
- These pages were not customized until after the error was occurring...I put in a little text to explain that if they experienced the error, not to panic but to call/email.
- The store's address does contain a "/" at the end.
Thanks for your help in continuing to brain storm this with me...I'm working with our hosting company to see if there are possible reasons for this on their side as well.
- These pages were not customized until after the error was occurring...I put in a little text to explain that if they experienced the error, not to panic but to call/email.
- The store's address does contain a "/" at the end.
Thanks for your help in continuing to brain storm this with me...I'm working with our hosting company to see if there are possible reasons for this on their side as well.
Re: MyAccount, MyOrder & Receipt is Blank! but ViewOrder OK?
Any other ideas on why the MyAccount would show blank but the Admin Orders would show the order?
Re: MyAccount, MyOrder & Receipt is Blank! but ViewOrder OK?
Give a try by removing css classes on MyAccountPage.ascx like 'class="content"' etc
hope this helps!
__________________
s_ismail

AbleCommerce Customization
Free Plugins and Add-Ons
AbleCommerce Plugins and Add-Ons
Plugables Blog
__________________
s_ismail


AbleCommerce Customization
Free Plugins and Add-Ons
AbleCommerce Plugins and Add-Ons
Plugables Blog