How to put an Email sign up list on homepage?

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
jdepplover
Ensign (ENS)
Ensign (ENS)
Posts: 13
Joined: Mon Sep 22, 2008 12:52 pm

How to put an Email sign up list on homepage?

Post by jdepplover » Sun Sep 28, 2008 10:35 am

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!

User avatar
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?

Post by jmestep » Sun Sep 28, 2008 1:10 pm

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

jdepplover
Ensign (ENS)
Ensign (ENS)
Posts: 13
Joined: Mon Sep 22, 2008 12:52 pm

Re: How to put an Email sign up list on homepage?

Post by jdepplover » Sun Sep 28, 2008 4:54 pm

Dang...it didn't work. I put it in 'sidebar 1 I am assuming that is the left navigation bar?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: How to put an Email sign up list on homepage?

Post by mazhar » Sun Sep 28, 2008 8:54 pm

Check the id of EmailList which you want to be shown in the left side bar. Then instead of using

Code: Select all

[[Conlib:SubscribeToEmailList]]
use

Code: Select all

[[Conlib:SubscribeToEmailList EmailListId="{id here}"]]
Place your id in place of {id here} for example for me it was 1

Post Reply