Options

Change the Text of the Shopping Cart's "Back" Button

leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
edited August 22, 2014 in SmugMug Customization
Something I noticed today while watching the new "How to Buy Photos" video....

By default, the shopping cart tells you to go "Back" but what does "Back" mean? Does it mean you go back to your gallery? Does it mean that you cancel and lose the items in your shopping cart? "Back" is a confusing term. Really they mean "Return to Gallery" or "Continue Shopping". The items in your cart remain in your cart when you click back.

If you would like to change the Back button text, use the following CSS code:
/* Customize the "Back" (return to gallery) button in the shopping cart */
/* Hide the "Back" text */
#itemsPanel #cartContinue .sm-button-label { display: none !important; }
/* Add custom "Return to Gallery" text */
#itemsPanel #cartContinue.sm-button:after {
  content: '[COLOR="Blue"]Continue Shopping[/COLOR]';
}

/* Fix the < and > buttons at the bottom of the shopping cart so they line up properly
#itemsPanel .sm-fonticon-AngleBracketLeftSlim:before, #itemsPanel .sm-fonticon-AngleBracketRightSlim:before {
  top: 3px !important;
  position: relative !important;
}

Change the text in blue as you desire.

More details here: http://www.aaronmphotography.com/Customizations/Gallery/Change-Shopping-Cart-Back

shopping_cart_back_button_text-X3.png
dGrin Afficionado
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations

Comments

  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 22, 2014
    You lose everything in your cart that a quantity is not selected. No warning. If a quantity is selected it is retained.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited August 22, 2014
    Allen wrote: »
    You lose everything in your cart that a quantity is not selected. No warning. If a quantity is selected it is retained.

    You can have things in your cart with no quantity?
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 22, 2014
    leftquark wrote: »
    You can have things in your cart with no quantity?
    You have to add a quantity for the buy to stick. If you don't you lose the photo in the cart.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited August 22, 2014
    Allen wrote: »
    You have to add a quantity for the buy to stick. If you don't you lose the photo in the cart.

    Yep, as you'd expect. I'm still hoping there's a complete shopping cart redesign. This thing is a mess and is a reason why I've lost a number of orders in the past :(
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 22, 2014
    I've suggested in the past that a popup box appear with a warning that quantities are missing when clicking that button..
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.