View Single Post
  #22  
Old 04-30-2008, 12:45 PM
 
robertswww robertswww is offline
 

X-Adept
  
Join Date: Jul 2003
Posts: 586
 

Default Re: Static Page for newsletter subscription or unsubscription

Quote:
Originally Posted by 2coolbaby
I am like everyone else. 4.1.x has NO subscribe.php. This prevents being able to use this code, which I have on EVERY page of my website.
This is an easy fix...

just change the ../mail/subscribe.php line to news.php as follows:
(note: modified file path from original posts #3 & #eight)

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

Tested and works fine in Static Pages in 4.1.9

Robert
__________________
X-cart 4.1.10
Reply With Quote