Custom

Custom

$1.00
Add To Cart
var CART = { method: 'auto', // 'auto' (quantity, upgrades to tier if real tiers exist) | 'quantity' | 'tier' productUrl: '/custom13/1', // your $1 product page. When the widget is on a DIFFERENT page (e.g. the // /custom3 shop), Add to Cart forwards here and finishes the add. Requires // this SAME code block also embedded on the product page. Set '' to disable. unitPrice: 1, // your product's price; qty = round(total / unitPrice) variantOption: 'Price Tier', // (tier method only) your variant option name — for reference tiers: [100,150,200,250,300,400,500,650,800,1000,1500,2000,3000,5000,7500,10000,15000,20000,30000,50000,75000,100000,150000,200000,300000,500000], // Squarespace 7.0 + 7.1 add-to-cart button (a role="button" DIV in 7.1) addBtnSelectors: ['.sqs-add-to-cart-button','.sqs-add-to-cart-button-wrapper [role="button"]','.sqs-add-to-cart-button-wrapper button','.product-block .sqs-add-to-cart-button','[data-test="cart-add"]','button.sqs-add-to-cart-button-element'], qtySelectors: ['.product-quantity-input input','.sqs-product-quantity-input input','input.product-quantity-input','input.quantity-input','.ProductItem-quantity-add-form input','[data-test="quantity-input"] input','[data-test="quantity-input"]','input[aria-label*="Quantity" i]','.sqs-add-to-cart-button-wrapper ~ * input[type="number"]','input[type="number"]'], variantSelectors: ['.product-variants select','.variant-option select','.product-variants .variant-select-wrapper select','select[data-variant-option-name]','select.product-variant'] };