This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"product": { | |
"id": 8314267140256, | |
"title": "Thomson Carter Fragrances", | |
"body_html": "<div>\n<span style=\"font-weight: 400;\">This romantic fragrance opens with a vibrant burst of pink peppercorn, lending a spicy and invigorating touch. As the scent evolves, the delicate allure of jasmine blossoms, unveiling a floral bouquet that is both captivating and sensual.</span>\n</div>\n<br>\n<div>\n<span style=\"font-weight: 400;\">The composition finds its grounding in the warmth of cedar, creating a sophisticated and woody base that complements the aromatic layers, resulting in a harmonious and alluring fragrance experience.</span>\n</div>\n<br>\n<div><span style=\"font-weight: 400;\">Rouge Avenue creates an aura of sophistication and sensuality, making it an ideal choice for date nights. </span></div>", | |
"vendor": "Thomson Carter", | |
"product_type": "Perfume", | |
"created_at": "2023-03-30T13:19:31+01:00", | |
"handle": "rouge-avenue-pink-pepper-jasmine-cedar", | |
"updated_at": "2024-02-26T1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"product": { | |
"id": 1589432811622, | |
"title": "Amma Cocoon", | |
"body_html": "<meta charset=\"utf-8\">\n<p data-mce-fragment=\"1\">Most nursing covers scream “I’m breastfeeding,” the Cocoon makes a chic fashion statement when nursing.<br></p>\n<p data-mce-fragment=\"1\"><span style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\">Easily go from nursing cover to scarf to a cape to a poncho, while always being \"feed ready\" at a moment’s notice.</span></p>\n<p data-mce-fragment=\"1\"><span style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"><span style=\"font-size: 13px; color: #d27979;\" data-mce-fragment=\"1\" data-mce-style=\"font-size: 13px; color: #d27979;\"><strong data-mce-fragment=\"1\"><span style=\"text-decoration: none; font-family: 'Arial'; font-style: normal;\" data-mce-fragment=\"1\" data-mce-style=\"text-decoration: none; font-family: 'Arial'; font-style: normal;\">What makes the Cocoon special:</span></strong></spa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="countdown-container"> | |
<p class="countdown-title Heading">Sale Ends In:</p> | |
<div id="clockdiv" class="countdown-time"> | |
<div class="denomination"> | |
<span class="days"></span><span class="countdown-label">Days</span> | |
</div> | |
<div class="denomination"> | |
<span class="hours"></span><span class="countdown-label">Hrs</span> | |
</div> | |
<div class="denomination"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.addEventListener("DOMContentLoaded", function () { | |
// change the ATC button href based on selected scent | |
const productLink = { | |
Lavender: "https://8sheep.myshopify.com/cart/17595301331044:1", | |
Bergamot: "https://8sheep.myshopify.com/cart/31710137155658:1", | |
Eucalyptus: "https://8sheep.myshopify.com/cart/31710137647178:1", | |
Unscented: "https://8sheep.myshopify.com/cart/31753751429194:1", | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{%comment%} | |
<div class="page-width"> | |
<div class="grid"> | |
<div class="grid__item medium-up--five-sixths medium-up--push-one-twelfth"> | |
<div class="section-header text-center"> | |
<h1>{{ page.title }}</h1> | |
</div> | |
<div class="rte"> | |
{{ page.content }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="custom_page"> | |
<div class="page-width"> | |
<div class="section-header text-center"> | |
<h1>{{ 'customer.account.title' | t }}</h1> | |
<div class="menage_subscrib"> | |
{% if customer.metafields.subscriptions.customer_string %} | |
<!-- Begin ReCharge code --> | |
<a class="account_subscrition" href="/tools/recurring/customer/{{ customer.metafields.subscriptions.customer_string }}/subscriptions/">Manage Subscriptions</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Free shipping progress markup --> | |
<div class="cart-shipping__wrapper"> | |
<p class="cart-shipping__numOuter">You're $<span class="cart-shipping__num"></span> away from free shipping!</p> | |
<p class="cart-shipping__success">You're eligible for Free Shipping!</p> | |
<div class="cart-shippingThreshold__bar"> | |
<span class="cart-shippingThreshold__progress"></span> | |
</div> | |
</div> | |
<style> |
NewerOlder