Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Shopping Cart login Page View modes: 
User avatar
Certified Developer v7
Certified  Developer v7
Gitesh - 8/22/2011 12:35:02 AM
   
Shopping Cart login Page
Hi guys,

I am using the default shopping cart login page that comes up while going through the checkout. If I try to login with a blank username and password it gives an error message, but if I try to login with any credentials(even wrong username and password) it will not give me an error message. It doesn't login but it doesn't show any error message.
e.g: It should say: Your login details are incorrect".

Has anyone find this problem before?

Thanks
Gitesh shah

User avatar
Member
Member
kentico_michal - 8/22/2011 4:09:33 AM
   
RE:Shopping Cart login Page
Hello,

Could you please make sure that there is a resource string called shoppingcartcheckregistration.loginfailed defined in the file ~/CMSResources/CMS.resx:

<data name="shoppingcartcheckregistration.loginfailed" xml:space="preserve">
<value>Your login attempt was not successful. Please try again.</value>
</data>



Best regards,
Michal Legen

User avatar
Certified Developer v7
Certified  Developer v7
Gitesh - 8/22/2011 5:58:20 PM
   
RE:Shopping Cart login Page
HI Michal,

Yes, that code is there in the cms.resx file.

I found the issue actually, it was in this file:
~CMSModules/Ecommerce/Controls/ShoppingCart/ShoppingCartCheckRegistration.ascx

There was an asp:panel which was having display:none

I removed it and it is working.

Thanks for your help michal.

Cheers
Gitesh shah