window.processing = true;

Shop

window.sortBy = "best-selling";
Pinter Offer

Pinter Offer

$0.00
${ cartQty[49997314162969] }
Discount Pinter Offer

Discount Pinter Offer

$0.00
${ cartQty[50367928697113] }
window.processing = false;
window.productCardList = [{"id":9780953088281,"title":"Pinter Offer","handle":"free-pinter-offer","description":"\u003cp\u003eDigital offer to enable a discounted Pinter\u003c\/p\u003e","published_at":"2024-12-02T05:54:54-05:00","created_at":"2024-12-02T05:54:54-05:00","vendor":"Pinter","type":"Offers","tags":[],"price":0,"price_min":0,"price_max":0,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":49997314162969,"title":"One-off","option1":"One-off","option2":null,"option3":null,"sku":"FPF001","requires_shipping":false,"taxable":false,"featured_image":null,"available":true,"name":"Pinter Offer - One-off","public_title":"One-off","options":["One-off"],"price":0,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":"","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/pinter.com\/cdn\/shop\/files\/Product_PinterOfferArtboard_1.jpg?v=1739957776"],"featured_image":"\/\/pinter.com\/cdn\/shop\/files\/Product_PinterOfferArtboard_1.jpg?v=1739957776","options":["Title"],"media":[{"alt":null,"id":40499971096857,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1080,"width":1080,"src":"\/\/pinter.com\/cdn\/shop\/files\/Product_PinterOfferArtboard_1.jpg?v=1739957776"},"aspect_ratio":1.0,"height":1080,"media_type":"image","src":"\/\/pinter.com\/cdn\/shop\/files\/Product_PinterOfferArtboard_1.jpg?v=1739957776","width":1080}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eDigital offer to enable a discounted Pinter\u003c\/p\u003e"},{"id":9849853739289,"title":"Discount Pinter Offer","handle":"100-discount-pinter-offer","description":"\u003cp\u003eDigital offer to enable a Discount on the Pinter\u003c\/p\u003e","published_at":"2025-02-18T05:48:15-05:00","created_at":"2025-02-17T05:00:12-05:00","vendor":"Pinter","type":"Offers","tags":[],"price":0,"price_min":0,"price_max":0,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":50367928697113,"title":"One-off","option1":"One-off","option2":null,"option3":null,"sku":"FPF002","requires_shipping":false,"taxable":false,"featured_image":null,"available":true,"name":"Discount Pinter Offer - One-off","public_title":"One-off","options":["One-off"],"price":0,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":"","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/pinter.com\/cdn\/shop\/files\/Product_PinterOfferArtboard_1.jpg?v=1739957776"],"featured_image":"\/\/pinter.com\/cdn\/shop\/files\/Product_PinterOfferArtboard_1.jpg?v=1739957776","options":["Title"],"media":[{"alt":null,"id":40499971096857,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1080,"width":1080,"src":"\/\/pinter.com\/cdn\/shop\/files\/Product_PinterOfferArtboard_1.jpg?v=1739957776"},"aspect_ratio":1.0,"height":1080,"media_type":"image","src":"\/\/pinter.com\/cdn\/shop\/files\/Product_PinterOfferArtboard_1.jpg?v=1739957776","width":1080}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eDigital offer to enable a Discount on the Pinter\u003c\/p\u003e"}]; callSortingFunction(); function callSortingFunction() { if(window.processing) { setTimeout(function() { callSortingFunction(); },1000); } var sorted_items = getSorted('.card-product', 'data-sort', window.sortBy); $('.listing-shop__inner').html(sorted_items); } function getSorted(selector, attrName, ascordesc) { return $($(selector).toArray().sort(function(a, b){ var aType = a.getAttribute('data-type'); var bType = b.getAttribute('data-type'); var aAvailable = a.getAttribute('data-available'); var bAvailable = b.getAttribute('data-available'); if ((aType === "Pinter" && aAvailable) && (bType === "Tap" || bType === "Co-Pinter")) return -1; else if (aType === "Tap" && aAvailable && bType === "Co-Pinter") return -1; else if (bType === "Pinter" && bAvailable && (aType === "Tap" || aType === "Co-Pinter")) return 1; else if (bType === "Tap" && bAvailable && aType === "Co-Pinter") return 1; else if ((aType === "Tap" || aType === "Pinter" || aType === "Co-Pinter") && aAvailable && (bType !== "Tap" && bType !== "Pinter" && bType !== "Co-Pinter")) return -1; else if ((aType !== "Tap" && aType !== "Pinter" && aType !== "Co-Pinter") && bAvailable && (bType === "Tap" || bType === "Pinter" || bType === "Co-Pinter")) return 1; else if (aAvailable === "false" && bAvailable === "true") return 1; else if (aAvailable === "true" && bAvailable === "false") return -1; var aVal = parseInt(a.getAttribute(attrName)), bVal = parseInt(b.getAttribute(attrName)); if(ascordesc == 'price-ascending'){ return aVal - bVal; } if(ascordesc == 'price-dec'){ return bVal - aVal; } })); }