Jump to content

Ten17

Circle Member
  • Posts

    29
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Ten17 got a reaction from creedon in How to change text/language on the purchase button and the Quantity text in Store   
    @creedon  I came up with a simple CSS solution to display different labels by currency and quantity for different products based on custom tags.
    URL: https://www.dogwoodtrailquiltco.com/store/p2pt7x8ybk93pnn-df7zl-ta49w-awp5k-sb56g-49xtx-d9yeg-hna9y
    The customer needed this based on different types of products in she sells to ensure the buyer understands product price per quantity. Critical when entering yard goods.
    CSS Example:
    // -- Custom Product Price Label FQB-- /
    .tag-bundle .sqs-money-native:after {
        content: ' per bundle';
    }
    .sqs-money-native:before { content: '$' !important; }
    body.view-item .product-price {
         overflow: hidden;
        text-indent: -12px; 
    }
    // -- Custom Product Price Label yards -- /
    // -- Change Quantity Label to show Bundles -- /
    .tag-bundle .quantity-label {
        visibility: hidden;
    }
    .tag-bundle .quantity-label:before {
        visibility: visible;
        content: "Qty in bundles";
        display: block;
    }
    // -- END Change Quantity Label to show bundles -- /
    THANK YOU!!!
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.