• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

umxbill
#1 Posted : Friday, October 24, 2008 11:26:36 PM(UTC)
umxbill

Rank: Member

Joined: 10/4/2007(UTC)
Posts: 20

[3]How to stay at the same page and with &lt; Item has been added to cart &gt; message displayed when add-to-cart button clicked?<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>[/3]

<o:p>[3] [/3]</o:p>

[3]It is a great function to let the customer to stay at the same page after add-to-cart button clicked, but with the <o:p></o:p>[/3]

[3]&lt; Item has been added to cart &gt; shown right under the add-to-cart button, so that customer know the item already added to cart.<o:p></o:p>[/3]

<o:p>[3] [/3]</o:p>

<o:p>[3] [/3]</o:p>

[3]This web store did it!<o:p></o:p>[/3]

[3]http://www.somethingmore...x<o:p></o:p>[/3]

<o:p>[3] [/3]</o:p>

[3]How to code it ? Anybody can help?[/3]
MitchA
#2 Posted : Saturday, October 25, 2008 9:55:27 AM(UTC)
MitchA

Rank: Member

Joined: 3/3/2006(UTC)
Posts: 1,737

You'll find this at: Options > Orders. Unselect "Redirect to cart...."
Optimists invent airplanes,
Pessimists buy parachutes.
umxbill
#3 Posted : Saturday, October 25, 2008 4:26:56 PM(UTC)
umxbill

Rank: Member

Joined: 10/4/2007(UTC)
Posts: 20

Yes, it will stay at the same page, but how to code the extra messgae of < Item has been added to cart > shown right under the add-to-cart button, so that customer know the item already added to cart.
Richard
#4 Posted : Saturday, October 25, 2008 5:10:19 PM(UTC)
Richard

Rank: Member

Joined: 4/28/2003(UTC)
Posts: 141

Great Bill,

It is done with styles in your style sheet. The first thing I did was display the add to cart and wishlist button inline like so.

#wishlist { margin-left: 10px; display:inline;}

Then I set up the add to cart message like so.

.AddedToCartMessage, .SuccessMessage { color: #000; font-size: 1.2em; padding-left: 25px;}
.addtocartmessage, messagebox { display: block; background: #fff url(../images/cartnotice.png) no-repeat scroll 0%; margin: 10px 0; padding: 0 10px; line-height: 2.8em; }

Note: the url(..images/cartnotice.png) you will have to create this image.

You may have to play with the css to get everthing aligned the way you want it.

Richard
www.somethingmorestore.com
umxbill
#5 Posted : Saturday, October 25, 2008 10:47:33 PM(UTC)
umxbill

Rank: Member

Joined: 10/4/2007(UTC)
Posts: 20

Thanks, You did a great job!
Richard
#6 Posted : Saturday, October 25, 2008 11:53:01 PM(UTC)
Richard

Rank: Member

Joined: 4/28/2003(UTC)
Posts: 141

Your welcome, but actually it all came about by a great designer...Cliff Spence. I don't see him around here much these days, don't know what happend to him, must have gotten realllly busy I guess.

Richard
www.somethingmorestore.com
Andy Miller
#7 Posted : Sunday, October 26, 2008 2:48:19 AM(UTC)
Andy Miller

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 2,136

Was thanked: 1 time(s) in 1 post(s)
You can follow Cliff via LinkedIn.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
MitchA
#8 Posted : Sunday, October 26, 2008 11:38:15 AM(UTC)
MitchA

Rank: Member

Joined: 3/3/2006(UTC)
Posts: 1,737

"Item Added to Cart" should be an editable Site Term. Maybe in BVC6 ???
Optimists invent airplanes,
Pessimists buy parachutes.
Matt@9BallDesign
#9 Posted : Sunday, October 26, 2008 5:57:39 PM(UTC)
Matt@9BallDesign

Rank: Member

Joined: 12/23/2003(UTC)
Posts: 909

If you hit Options &gt; Orders,

it's a site term there, "Item added to Cart Text:". It's easy to miss!
Matt Martell


http://www.9balldesign.com - Web, Print, Graphic


http://www.martellhardware.com/ - Decorative &amp; Builder's Hardware

------------------------------------------------
[email protected]
#10 Posted : Monday, October 27, 2008 9:15:13 AM(UTC)
info@cpapsupplyusa.com

Rank: Member

Joined: 7/21/2005(UTC)
Posts: 320

Are many stores doing this? Do customers find it easier or confusing?
M. Hall
CPAP Supply USA

http://www.cpapsupplyusa.com
Matt@9BallDesign
#11 Posted : Monday, October 27, 2008 9:46:29 AM(UTC)
Matt@9BallDesign

Rank: Member

Joined: 12/23/2003(UTC)
Posts: 909

I have a mix of either/or with clients. It's extremely useful for one client as all of the products have a large number of possible related products. We do not want to interrupt the add to cart process with the "those who bought this, also bought this" so leaving them on the page with the the ability to "View Cart | View Related Products" works for the upsell as these related products tend to be included in the product descriptions. (i.e. Sold Seperately, Suggest Using... etc.)

Another client interrupts the add the cart with the upsell method on certain products and it is effective for these items as the upsell products tend to be attachments kits and/or product specific accessories that are needed a majority of the time for first times purchases. Other products tend to be one time purchases with little to no related products so we send them right to the cart. Get in, Get out!

A effective feature is the display related products on the cart page which is OOTB.

A tool that has allowed us to make solid decisions has been the use of sightmax (http://www.sightmax.com/) with the cobrowse option as it allows us to watch the users shop. (Tim, tap Resposio about the possibility of using sightmax if you're not using it already).
Matt Martell


http://www.9balldesign.com - Web, Print, Graphic


http://www.martellhardware.com/ - Decorative &amp; Builder's Hardware

------------------------------------------------
sternyy
#12 Posted : Monday, October 27, 2008 9:58:17 AM(UTC)
sternyy

Rank: Member

Joined: 1/10/2005(UTC)
Posts: 714

Thanks: 14 times
Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: "Matt@9BallDesign" Go to Quoted Post


I have a mix of either/or with clients. It's extremely useful for one client as all of the products have a large number of possible related products. We do not want to interrupt the add to cart process with the "those who bought this, also bought this" so leaving them on the page with the the ability to "View Cart | View Related Products" works for the upsell as these related products tend to be included in the product descriptions. (i.e. Sold Seperately, Suggest Using... etc.)

Another client interrupts the add the cart with the upsell method on certain products and it is effective for these items as the upsell products tend to be attachments kits and/or product specific accessories that are needed a majority of the time for first times purchases. Other products tend to be one time purchases with little to no related products so we send them right to the cart. Get in, Get out!

A effective feature is the display related products on the cart page which is OOTB.

A tool that has allowed us to make solid decisions has been the use of sightmax (http://www.sightmax.com/) with the cobrowse option as it allows us to watch the users shop. (Tim, tap Resposio about the possibility of using sightmax if you're not using it already).
I have seen a slight rise in customer's ordering the accessories (cross sells) and browsing for other products when I have the customer stay on the page with the :View Cart | View Accessories: like Matt mentioned. Before we implemented this, we have lots of one product orders. Now we have multiple products because we dont keep sending the customer to the "cashier: everytime they add to cart. It all depends on your store.
Cliff
#13 Posted : Tuesday, October 28, 2008 2:43:16 PM(UTC)
Cliff

Rank: Member

Joined: 5/24/2004(UTC)
Posts: 4,147

Thanks a lot, Andy, now I have to remember to update LinkedIn. ;-)

I can't find the threads where we discussed this cart message thing, but I remember posting a screenshot and some additional information somewhere. If I find them, I'll post links.
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012