Inconsistent shopping cart?

laurageldartlaurageldart Registered Users Posts: 21 Big grins
edited May 27, 2014 in SmugMug Customization
I have the shopping cart disabled on this gallery: http://flashpointphotobooth.smugmug.com/Rays-Reptiles/Sault-Ste-Marie/

But I've given my clients a direct link to their photos via a keyword, when I follow this link, http://flashpointphotobooth.smugmug.com/keyword/qlr09092/ the buy button shows up. How can I get rid of it? Is there a master "shut off" for the shopping cart? I always have it disabled (or at least it should be in all of my galleries)

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited May 26, 2014
    The photo can not be bought because it's original gallery has buying disabled. Log off and click
    buy to see this.

    The button can be hidden in the keyword gallery but it would apply to all keyword galleries. Is that
    what you want?
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • laurageldartlaurageldart Registered Users Posts: 21 Big grins
    edited May 26, 2014
    yes, it's fine if it's disabled in all keyword galleries, I allow original downloads so they can save and print on their own.
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited May 26, 2014
    yes, it's fine if it's disabled in all keyword galleries, I allow original downloads so they can save and print on their own.
    Add this to your "entire site" CSS.

    .sm-page-gallery-keyword .sm-gallery-buymenu {display:none}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • laurageldartlaurageldart Registered Users Posts: 21 Big grins
    edited May 26, 2014
    Thanks! thumb.gif Is there an easy way to get a "Download" button with text beside the "Slideshow" button?
  • Smug EricSmug Eric Registered Users, Retired Mod Posts: 333
    edited May 27, 2014
    You can use this:

    /* Add the word "Download" after the download button */
    .sm-button.sm-button-image-download:after {
    content: " Download" !important;
    font-size: 100%;
    }

    To add the word Download next to the icon. And moving it may not work well depending on the size of your visitors browser window.
    Eric
    Support Hero and Customeister
    http://www.smugmug.com/help
Sign In or Register to comment.