HomeHome Product Discus... Product Discus...SmithCartSmithCartIncorrect syntax near Incorrect syntax near '.0'. error in MyAccount search
Previous
 
Next
New Post
11/22/2010 11:47 AM
 

Hi,

In the MyAccount list, when doing a search entering some text, there is a "Incorrect syntax near '.0'." error.

Not sure where to fix this so I thought I wouild report it.

Steve

 
New Post
11/22/2010 11:51 AM
 

What version of the cart are you running?

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
11/22/2010 1:00 PM
 

Hi Scott,

It occured in 3.91 and subsequently 3.93.

It is not a showtopper, because most of our customers would never need to search anyway.

Thanks!

Steve

 
New Post
11/22/2010 1:26 PM
 

I just tested this on cart v3.93 as was able to replicate I am sending into programming to fix. Thanks for reporting it!

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
11/22/2010 1:55 PM
 

Programming has already fixed this it looks like it was a bug introduced in the recent localization we did on the cart. You can fix this in your current install by doing the following:

  1. Navigate to the \DesktopModules\Smith.MyAccount folder on your server
  2. Open up the "MyAccountManageOrders.ascx" file
  3. Go to line 37 and make the changes highlighted below:

<asp:ListItem resourcekey="Name" Value="Name"></asp:ListItem>
<asp:ListItem resourcekey="City" Value="City"></asp:ListItem>
<asp:ListItem resourcekey="State" Value="State"></asp:ListItem>
<asp:ListItem resourcekey="OrderID" Value="OrderID"></asp:ListItem>
<asp:ListItem resourcekey="Status" Value="Status"></asp:ListItem>


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartIncorrect syntax near Incorrect syntax near '.0'. error in MyAccount search