Add a DropDown “How did you hear about us” to Checkout

Post feature requests to this forum and a pre-configured poll will automatically be created for you.
Post Reply
jis
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Wed Jun 09, 2010 12:38 am

Add a DropDown “How did you hear about us” to Checkout

Post by jis » Wed Jun 09, 2010 1:28 am

Need to Add a DropDown list for example: “How did you hear about us” to checkout (which would include the following options: search engine, friend, store, email blast, and possibly a few more at some point). How can we achieve this?
And also I need to get this information on the Admin site for each User. Please help.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Add a DropDown “How did you hear about us” to Checkout

Post by jmestep » Wed Jun 09, 2010 6:58 am

I have done this on the one page checkout. I added the dropdown,then stored the selection in a UserSetting field. The client wanted to have it for the order, not the user, so on the receipt page I transferred it from a UserSetting to an order customfield. I didn't put it into an order custom field on the checkout page because of all the other actions going on with that page and the dropdown list was getting reset at times.
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

jis
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Wed Jun 09, 2010 12:38 am

Re: Add a DropDown “How did you hear about us” to Checkout

Post by jis » Wed Jun 09, 2010 7:18 am

Thanks for your reply. I am sorry to say, I am totally new to Ablecommerce. :( Could you please explain the work around for this? Do you need to use the UserSetting field and order customfield in DB for this? And how can we show it on the Admin site with the receipt?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Add a DropDown “How did you hear about us” to Checkout

Post by jmestep » Wed Jun 09, 2010 11:06 am

I'm sorry, but it's too involved for me to post any more here. I was just trying to point you in direction you go to solve it.
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

User avatar
s_ismail
Commander (CMDR)
Commander (CMDR)
Posts: 162
Joined: Mon Nov 09, 2009 12:20 am
Contact:

Re: Add a DropDown “How did you hear about us” to Checkout

Post by s_ismail » Fri Jun 11, 2010 8:03 am

You need to pick selected option from where you saved during checkout.e-g customer select an option 'Friend' and this value is saved db table 'ac_UserSettings' then on admin site load this selected value from db table 'ac_UserSettings' and display it.

Post Reply