View Single Post
  #8  
Old 01-09-2006, 08:42 PM
  thundernugs's Avatar 
thundernugs thundernugs is offline
 

Senior Member
  
Join Date: May 2003
Location: Bend, OR
Posts: 117
 

Default

i found the fix for the Subscribe/Unsubscribe page by Boomer:

"You have specified an Incorrect e-mail address"

in the subscribe part, change this

Code:
To subscribe to the newsletter, enter your email address and click "Subscribe". <form action="/store/mail/subscribe.php" method=get name=subscribeform2> <input type="text" name="email" size="40">Subscribe <input type=hidden name=redirect value="customer"> </form>

to this

Code:
To subscribe to the newsletter, enter your email address and click "Subscribe". <form action="/store/mail/subscribe.php" method=get name=subscribeform2> <input type="text" name="newsemail" size="40">Subscribe <input type=hidden name=redirect value="customer"> </form>

notice the name changed from email to newsemail

this fix worked with my version 4.0.17
__________________
X-Cart Gold 4.0.17 & 4.0.18
Linux Server
Hands-On Hosting
http://www.CoreCases.com - Ipod Cases
http://www.InnovativeOutlet.com - Pet Plants and other cool stuff you need
Reply With Quote