Skip to content

Instantly share code, notes, and snippets.

{
"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
@RDoney
RDoney / amma.json
Last active February 20, 2024 21:26
{
"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
@RDoney
RDoney / countdown.html
Created March 11, 2021 17:20
Countdown timer
<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">
{%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 }}
<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>
@RDoney
RDoney / free-shipping.html
Last active February 5, 2025 09:27
Shopify free shipping progress calculator
<!-- 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>