I notice that people have the option of signing up for an email list when they check out...but, I don't have anything right on my homepage for that. I would like it in my left sidebar where my catagory list is ....How in the world do I do that?
Thanks everyone!
How to put an Email sign up list on homepage?
-
- Ensign (ENS)
- Posts: 13
- Joined: Mon Sep 22, 2008 12:52 pm
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: How to put an Email sign up list on homepage?
I haven't done it yet, but look at putting [[Conlib:SubscribeToEmailList]] in the left nav.
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
-
- Ensign (ENS)
- Posts: 13
- Joined: Mon Sep 22, 2008 12:52 pm
Re: How to put an Email sign up list on homepage?
Dang...it didn't work. I put it in 'sidebar 1 I am assuming that is the left navigation bar?
Re: How to put an Email sign up list on homepage?
Check the id of EmailList which you want to be shown in the left side bar. Then instead of using
use
Place your id in place of {id here} for example for me it was 1
Code: Select all
[[Conlib:SubscribeToEmailList]]
Code: Select all
[[Conlib:SubscribeToEmailList EmailListId="{id here}"]]