Additional Specials During Checkout

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

Additional Specials During Checkout

Post by igavemybest » Fri Jul 11, 2008 1:14 pm

You can find this on GoDaddy.com as well as many other very successful sites... during checkout, a page, or pages is displayed to show additional discounted items or services that a customer could add to their order with a click of a button. Has anyone implemented this, or have any suggestions as to the best way to do this?

Robbie@FireFold
Commodore (COMO)
Commodore (COMO)
Posts: 433
Joined: Wed May 28, 2008 9:42 am
Location: Concord, NC
Contact:

Re: Additional Specials During Checkout

Post by Robbie@FireFold » Fri Jul 11, 2008 3:07 pm

I like this. Bump for a great idea.
Robbie Hodge
General Manager
Robbie@FireFold.com
http://www.FireFold.com

User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

Re: Additional Specials During Checkout

Post by igavemybest » Fri Jul 11, 2008 3:41 pm

Do you know if there is any way to attach a button to an item that would add it to the cart? Until AbleCommerce makes this an addition, I could just make up my own page and have buttons attached to the items. Anyone know the codebehind for this?

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

Re: Additional Specials During Checkout

Post by jmestep » Fri Jul 11, 2008 4:47 pm

If you want to do it on a product by product basis, the Product Accessories show up after a customer clicks to add a product to the basket- they show on the next page instead of the basket. Nothing shows up further in the checkout process, though.
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
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

Re: Additional Specials During Checkout

Post by igavemybest » Fri Jul 11, 2008 5:10 pm

No, thats not what I am after. I am going for an entire page dedicated after the checkout processes has started and the decision to buy has already been made.

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

Re: Additional Specials During Checkout

Post by jmestep » Sat Jul 12, 2008 6:58 am

I thought that is what you first wanted, so I didn't reply since Able didn't do that. Then I thought you might be looking for a different way when you asked this:
Do you know if there is any way to attach a button to an item that would add it to the cart? Until AbleCommerce makes this an addition, I could just make up my own page and have buttons attached to the items.
So you mean just a button/buttons you can put anywhere that adds a product to the cart?
You can use the Conlib/AddToCartLink.ascx and add parameters to show the image and/or link text. Those parameters are defined at the the top of the code. You would call it like
[[Conlib:AddToCartLink ProductId="123" ShowImage="true" LinkText="Whatever you want"]]
You can probably add several of them to one page- I haven't tested 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
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

Re: Additional Specials During Checkout

Post by igavemybest » Sat Jul 12, 2008 8:43 am

Ahh, that is what I am looking for. I will try it out and let you know how it goes.

Post Reply