email list functionality
-
- Ensign (ENS)
- Posts: 17
- Joined: Mon Sep 03, 2007 7:16 pm
- Contact:
email list functionality
Hi,
What AC 7 functionality/control library can I use to populate the email list table w/o the need of creating a new control lib? We just want the customer to enter their email address and then we'll store it in the database .
Thanks,
Tomas
What AC 7 functionality/control library can I use to populate the email list table w/o the need of creating a new control lib? We just want the customer to enter their email address and then we'll store it in the database .
Thanks,
Tomas
- Shopping Cart Admin
- AbleCommerce Admin
- Posts: 3055
- Joined: Mon Dec 01, 2003 8:41 pm
- Location: Vancouver, WA
- Contact:
Hello,
This one:
This one:
Code: Select all
SubscribeToEmailList
Summary:Displays a simple email list signup form. This form can be added to side bars.
Usage: [[ConLib:SubscribeToEmailList Caption="Subscribe To Email List" EmailListId="0"]]
Properties:
Caption
Possible value can be any string. Title of the control.
EmailListId
Possible value can be any integer. This is the ID of the Email List to be subscribed to. If no email list is specified the store's default email list is used.
- nborelli
- Lieutenant, Jr. Grade (LT JG)
- Posts: 25
- Joined: Sat Nov 17, 2007 2:03 pm
- Location: Soquel, CA
- Contact:
Cannot find this control
Hi Mike,
I am running build 8272 which I upgraded from build 7973. I cannot find the SubscribeToEmailList control in the ConLib directory that you referenced. Is it possibly in a later build?
-Neal
I am running build 8272 which I upgraded from build 7973. I cannot find the SubscribeToEmailList control in the ConLib directory that you referenced. Is it possibly in a later build?
-Neal
- Shopping Cart Admin
- AbleCommerce Admin
- Posts: 3055
- Joined: Mon Dec 01, 2003 8:41 pm
- Location: Vancouver, WA
- Contact:
-
- Ensign (ENS)
- Posts: 17
- Joined: Mon Sep 03, 2007 7:16 pm
- Contact:
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Looking in the folder ConLib, I have a SubscribetoEmailList.ascx, but not a
SubscribetoEmailList.ascx.cs like the other files there have.
Maybe that is the problem.
SubscribetoEmailList.ascx.cs like the other files there have.
Maybe that is the problem.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
In ASP.NET 2 we can have code behind either in a separate file or embedded in same aspx (or ascx) file. We have chosen to have all the controls in ConLib to have separate code behind file. The above file is an anomaly... but its not a bug. The code behind still exists but inside the same file.jmestep wrote:Looking in the folder ConLib, I have a SubscribetoEmailList.ascx, but not a
SubscribetoEmailList.ascx.cs like the other files there have.
Maybe that is the problem.
We will have the code behind moved in a separate file in next update.
-
- Ensign (ENS)
- Posts: 17
- Joined: Mon Sep 03, 2007 7:16 pm
- Contact:
- nborelli
- Lieutenant, Jr. Grade (LT JG)
- Posts: 25
- Joined: Sat Nov 17, 2007 2:03 pm
- Location: Soquel, CA
- Contact:
Hi Mike,
As I mentioned before, I downloaded the ac7_b8272.zip file from the orders page and it clearly does not contain this file. I was under the impression that build 8272 was RC1. When I look in the ConLib folder of the ZIP file, I cannot find the SubscribeToEmailList.ascx file. The closest file name is SubscriptionPage.ascx.
What is the next step? I would like to finish up the site and this is the last remaining open issue.
Is there any chance you can post the file or e-mail it to me?
-Neal
As I mentioned before, I downloaded the ac7_b8272.zip file from the orders page and it clearly does not contain this file. I was under the impression that build 8272 was RC1. When I look in the ConLib folder of the ZIP file, I cannot find the SubscribeToEmailList.ascx file. The closest file name is SubscriptionPage.ascx.
What is the next step? I would like to finish up the site and this is the last remaining open issue.
Is there any chance you can post the file or e-mail it to me?
-Neal
Neal,
The download file ac_b8272.zip is a fresh-install zip of AC7. If the file isn't contained there, that's an oversight on Able's part.
You are correct that Build 8272 is RC1.
It's in the ac_upgrade_b8272.zip file...just checked mine.
Download the upgrade flavor of the zip file and you'll find the file there. I can email you mine if you need it in a hurry. Just pm me with your email address.
The download file ac_b8272.zip is a fresh-install zip of AC7. If the file isn't contained there, that's an oversight on Able's part.
You are correct that Build 8272 is RC1.
It's in the ac_upgrade_b8272.zip file...just checked mine.
Download the upgrade flavor of the zip file and you'll find the file there. I can email you mine if you need it in a hurry. Just pm me with your email address.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com