HomeHome Product Discus... Product Discus...SmithCartSmithCartForgot Password link doeForgot Password link doe't work
Previous
 
Next
New Post
10/12/2010 11:24 AM
 

I can use the Forgot Password link in the DNN login and it works fine.

BUT when the Smith Cart registration page appears after clicking Add to Cart and you click the Forgot Password link for someone who already has an account, nothing happens. Is this a bug?

 
New Post
10/12/2010 12:01 PM
 

To add the link to your forgot password page you need to open SignInPage.ascx in your \desktopmodules\smith.buynow folder and add the link.

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
10/12/2010 7:04 PM
 

I downloaded that file via ftp and added the link to the forget password page and uploaded it. I deleted the cache in Host Settings > Performance.

I refreshed to page in the browser and still when you scroll over the link it doesn't show the new link and clicking it - nothing still happens. Does something else need to happen?

 
New Post
10/12/2010 10:53 PM
 

Can you post the anchor tag you added


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
10/13/2010 8:00 AM
 

<a href="../Home/tabid/40/ctl/SendPassword/Default.aspx?returnurl=http://kleinsclasses.com/Home.aspx">Forgot password?</a>

 
New Post
10/13/2010 10:10 AM
 

Try the full url including the http. Go to the forgot password screen and cut and paste the url from your browser and use that as your href.

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
10/14/2010 11:31 AM
 

No change. I ftped the revised page to the server but if you go to: http://kleinsclasses.com/BuyNow/tabid... and scroll over Forgot Password it still shows the wrong URL even after clearing cache in Host > Performance???

 
New Post
10/14/2010 2:14 PM
 

Try this:

<a href="http://kleinsclasses.com/Home/tabid/40/ctl/SendPassword/Default.aspx">Forgot password?</a>


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
10/14/2010 7:33 PM
 

Nope - still no change - scroll over the link and it still shows "http://kleinsclasses.com/BuyNow/tabid/65/ctl/RegistrationCart/mid/447/Default.aspx#"

Are you sure its using DesktopModules > Smith.BuyNow > SignInPage.ascx? the link is still showing the default link not any revised version - even after clearing cache.

 
New Post
10/14/2010 8:52 PM
 

Yes its SignInPage.ascx. I just added it to one of our sites http://www.coastpayments.com/Products... and it works. Its just a regular html link no code behind no magic.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
10/15/2010 12:24 PM
 

I think we are dealing with TWO different pages (that look eactly the same):

Yours is: http://www.coastpayments.com/Products/ctl/signinpage/mid/400.aspx ...

Mine is: http://kleinsclasses.com/BuyNow/tabid/65/ctl/RegistrationCart/mid/447/Default.aspx

I can change the background color on the page by change module.css - so I know I'm connected to the right server :)

but If I change the link or wording on SignInPage.aspx and ftp that to the site - no change shows up on Registration Cart.

So WHERE dowes that page view get updated.

 
New Post
10/15/2010 12:45 PM
 

Ok so you would modify the RegistrationCart.ascx page. Same instructions in the thread above apply.

To find the correct page name to modify it will always be in the url as highlighted below:

http://kleinsclasses.com/BuyNow/tabid/65/ctl/RegistrationCart/mid/447/Default.aspx

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartForgot Password link doeForgot Password link doe't work