Add What to Cart?
winnjewett
Registered Users Posts: 329 Major grins
I have shown a few people my new smugmug account, and all of them have had to ask me how to order prints. I take this as a sign that the phrase "add to cart" is not effective. A picture on the computer isn't something that can be added to a cart. It is too ambiguous. I think people need something more tangeable: the familiarity of print sizes.
I think that an easy fix would be to change the wording to something like "Order Prints". But I would really like to be able to feature three product quick links right from the photo. It would look something like this:
Order Prints
8x10 5x7 4x6
order other sizes and gifts
What do you think?
I think that an easy fix would be to change the wording to something like "Order Prints". But I would really like to be able to feature three product quick links right from the photo. It would look something like this:
Order Prints
8x10 5x7 4x6
order other sizes and gifts
What do you think?
0
Comments
Its what i look for on web sites anyway
Imagine the grandma-situation: Grandma just uses the internet to look at the pictures of their grandchild.
For the average internet user this should be obvious, even though the icon should be more clearly to recognise, black on grey isn't that easy to see.
But for a person that might do grocery shopping with a cart once a week, the association with buying prints is a little far fetched. Another problem adds to this when your visitor pool consists mostly of non-native speakers.
So I would like to have customizable shopping buttons for example like the thread starter proposed. The possebility to choose between different icons/layouts or even create own would be best.
Think about it.
Sebastian
SmugMug Support Hero
I'd agree that the purchase buttons are confusing and not that obvious. Personally, I'd like it to say "Order Print" or something like that. I think the extra challenge that smugmug has is that many viewers don't think of themselves as being in a web store when they are at smugmug. If you are Amazon, you expect it to say "add to cart", but many of my viewers don't know you can purchase prints here so I think it's more important to make sure they know they can "order" a print.
--John
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
What I am more concerned about is how to distinguish Add to Cart from Batch Add to Cart - do users know what Batch Add to Cart does? Is there a better name for it?
James.
http://www.jamesjweg.com
If "Order Print" is not generic enough, then how about just "Order".
I also concur that "Batch Add" is completely confusing. I have no idea what it does. Do you have stats on how often it's been used? I bet it's hardly ever used became nobody knows what it does. The other problem with things in the buying process is that users won't experiment with them like they do with other web stuff because they aren't sure if it will commit them to buying something.
--John
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
I would be willing to bet that if you replaced the current box with "Order Prints and Gifts", and placed the batch function on the next page that the number of people using the batch feature would increase. What do you think?
-Winn
I think you are right, also it is very confussing the way that they do not choose size at the time at which they clcik to buy it, the whole timer to send them back blows thier minds. I had the forture to watch a would be customer of mine attempt to buy pics from my page, she gave up in frustration, I gladly stepped in and took care of things. That made me wonder how many sales people are loosing to this problem.
James.
http://www.jamesjweg.com
Mike
http://photos.mikelanestudios.com/
That makes a lot of sense to me. I like "Order Prints and Gifts" and I like putting Batch Add on the next page.
And, if it's on the next page with lots more room, shouldn't "Batch Add" be called something like "Select Multiple Pictures at Once" so even Grandma would know what it does?
--John
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
James.
http://www.jamesjweg.com
TML Photography
tmlphoto.com
Changing the name (and icons) does certainly make sense, I am leaning to "Order Prints" and "Order Multiple Prints". However, the view cart icons will not be changing. I am a big Jakob Neilsen fan (king of web ui), but he concurs: don't change the cart icon. Even if it does not convey what is really happening, it has become a standard and should not be messed with.
Pros who are selling prints at $20 each, won't see a lot of their customers using Batch Add, or maybe even the need for the button. But for my family who buy most of the photos from my 200+ vacation photos they LOVE that feature, and they would not want to take two clicks to get to it. Plus, I can pretty much guarantee that we will be dropping that second step after you "Add to Cart", it will take you instead straight to the Cart page - therefore there will be no page to put the Batch Add on.
At one time we thought about adding a drop down for pricing/prints on the gallery pages, but the overhead to do that each time was not worth it (plus they don't get the cool dynamic crop resizing). I can revisit that discussion with Don, but don't get your hopes up.
Also, in the not so distant future, pros will be able to customize the icons, the words, and even the button location when we get the new tempates out. If you don't like what one says, or even the fact that it is there, you can use CSS to nuke it.
For a year and a half we had an order prints & gifts button and when we replaced it with the current buttons, as far as it was reported to us, it was a big step forward and we saw sales rise.
It could be that the new arrangement is just bigger and more visible. But we had feedback that order prints and gifts wasn't 100% clear to all users. Many don't want to be transported to some page with a catalog of images,as they supposed an order prints and gifts button would do, they just want to add the one they see in front of them to a cart and keep browsing.
We do see batch add being used a lot. Before we had it, it was very common to see support email asking how to order many at a time, but honestly we don't remember the last email like that.
-Winn
I personally don't think that this will make it any easier for users to buy photos, let alone a grandmother who is new to the web.
Good idea though, just not where we want to go.
Thanks for the reply. I'm excited to see what the future has in store for us.
Cheers,
Winn
javascript:
[PHP]
function changeCart(){
if (is_ie == true){
num1 = 1;
num2 = 3;
num3 = 5;
}
else{
num1 = 3;
num2 = 7;
num3 = 11;
}
document.getElementById('cartadd').parentNode.parentNode.childNodes[num1].childNodes[0].innerHTML='Order A Print';
document.getElementById('cartadd').parentNode.parentNode.childNodes[num2].childNodes[0].innerHTML='Order A Few<br>Different Prints';
document.getElementById('cartadd').parentNode.parentNode.childNodes[num3].childNodes[0].innerHTML='View Orders';
document.getElementById('cartadd').parentNode.parentNode.childNodes[num1].style.textAlign='left';
document.getElementById('cartadd').parentNode.parentNode.childNodes[num2].style.textAlign='left';
document.getElementById('cartadd').parentNode.parentNode.childNodes[num3].style.textAlign='left';
}
[/php]
*note: there shouldn't be a space between 'pare' and 'ntNode'. I'm not sure why it's displaying this way.
Body:
[php]<body onload="changeCart(); return true;">[/php]
Enjoy!
-w
Thanks for the nice hacking example!
Cheers!
-w