Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 General
 Suggestions - NOT QUESTIONS
 Shoppong Cart Drop Down
Author « Topic »  

Positivek9
Ecommerce Template Guru

USA
4061 Posts

Pre-sales questions only
(More Details...)

Posted - 01/10/2020 :  16:30:26  
I'm wondering if maybe there could be a way to add a small button or a text link to the viewable shopping cart in the dropdown?

Currently you can view items but what if you change your mind and want to remove an item or change the qty on an item? I know that you can click on Cart at the top, but wouldn't it be easier to click an Edit Cart link from the dropdown and it would take you to the 1st cart page?

Something like this?

[img]https://www.pawtasticpet.com/cartedit.png[/img]



Julie
Owned & loved by 5 German Shepherds
~ RIP Menace & Peanut ~

dbdave
ECT Moderator

USA
10408 Posts

Posted - 01/10/2020 :  20:30:50  
Hi Julie, I see what you are getting at, but one thing to keep in mind.
To have sucess in ecommerce, you really must try to understand shoppers and their habits.
A long standing rule is "forward only" once a customer enters checkout. Limit any links and distractions that will take them backwards.
Even Amazon for the longest time, once you entered checkout, there was virtually no way to go back unless you used your browser back button.
They have eased up from that a bit and have a few links, but for the most part, you want to limit anything that will take the customer backwards.
My thinking is that at stage 3/3, we want them to finish checkout.

This is just my personal thoughts of course.
If this was enabled, it would be great to have it optional for those that don't want to use it.

Positivek9
Ecommerce Template Guru

USA
4061 Posts

Pre-sales questions only
(More Details...)

Posted - 01/10/2020 :  21:00:21  
"you really must try to understand shoppers and their habits"

Really?? My site has been online since 2009.. before that I was selling on Ebay in the good old days, 80-90's..... I think I have a slight grasp on shoppers & their habits.

Why have a cart dropdown at all then? What is the purpose of it in your opinion?

Don't mean to be snarky.... just a bit flummoxed (sp?).

Julie
Owned & loved by 5 German Shepherds
~ RIP Menace & Peanut ~

ITZAP
Ecommerce Template Guru

Australia
1017 Posts

Posted - 01/11/2020 :  05:44:14  


- - - - - - - - - - - - - - - - - - - - - - - - - -
includes.php entries you need

// HARD CART Checkout Steps 1, 2, 3 Headings
$xxCoStp1='<div class="checkoutstepactive">#10102; View Cart & raquo;</div><div class="checkoutstepnext">#10103; Your Details & raquo;</div><div class="checkoutstepnext">#10104; Submit</div>';
// Step 2 includes back link to Step 1
$xxCoStp2='<div class="checkoutstepdone"><a href="cart.php" title="Back to View Cart contents">#10102; View Cart & raquo;</a></div><div class="checkoutstepactive">#10103; Your Details & raquo;</div><div class="checkoutstepnext">#10104; Submit</div>';
// Final Step 3, NO step back links at all
$xxCoStp3='<div class="checkoutstepdone">#10102; View Cart & raquo;</div><div class="checkoutstepdone">#10103; Your Details & raquo;</div><div class="checkoutstepactive">#10104; Submit</div>';


Note: Delete the SPACE in between & raquo;

- - - - - - - - - - - - - - - - - - - - - - - - - -
responsive CSS you need

div.checkoutsteps {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
font-size: 0.95rem;
text-align: center;
padding: 0.6rem 0
}

@media print, screen and (min-width:40em) {
div.checkoutsteps {
font-size: 1rem
}
}

@media print, screen and (min-width:64em) {
div.checkoutsteps {
font-size: 1.1rem
}
}

div.checkoutstepactive {
color: #b00000;
font-size: inherit;
font-weight: 400;
display: inline-block;
padding: 0 0.25em 0 0;
}

div.checkoutstepnext,
div.checkoutstepdone {
color: #999;
font-size: inherit;
font-weight: 400;
display: inline-block;
padding: 0 0.25em 0 0;
}

div.checkoutstepdone a {
color: blue;
}

div.checkoutstepdone a:hover,
div.checkoutstepdone a:active {
background-color: blue;
color: #fff;
border-radius: 4px;
text-decoration: none;
}


- - - - - - - - - - - - - - - - - - - - - - - - - -
More info about styling the Shopping Cart

The relevant Ecommerce Templates help page is here >>

Gary

Positivek9
Ecommerce Template Guru

USA
4061 Posts

Pre-sales questions only
(More Details...)

Posted - 01/11/2020 :  07:55:33  
Hey Gary!

That is an interesting solution... never thought to use the checkout steps like that!

Julie
Owned & loved by 5 German Shepherds
~ RIP Menace & Peanut ~

dbdave
ECT Moderator

USA
10408 Posts

Posted - 01/11/2020 :  13:57:48  
quote:
Why have a cart dropdown at all then? What is the purpose of it in your opinion?


So sorry Julie. I didn't mean to diminish your understanding of your customers. I was just speaking (writing) in a general sense.
Not so much directed at your personally, but rather having a link to take you backwards in checkout.

To answer your question, the drop down is there so customers can review the items. Yes, there is the possibility they need to edit, but my thoughts are that they just want to be sure the contents are what they asked for, so having a review there, they can be assured the order is what they are expecting.

Again, no harm intended, just blabbering out my own thoughts in that post...

David

Positivek9
Ecommerce Template Guru

USA
4061 Posts

Pre-sales questions only
(More Details...)

Posted - 01/11/2020 :  14:15:24  
LOL David!

It's all good!

I think I was just tired....

Julie
Owned & loved by 5 German Shepherds
~ RIP Menace & Peanut ~
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000