Shop All Pop Up Cards (2024)

Table of Contents
${product.title} ${product.title} Lovely Hummingbird Pop-Up Card Lovely Hummingbird Pop-Up Card Happy Birthday Plane Pop-Up Card Happy Birthday Plane Pop-Up Card Lupine Hummingbird Pop-Up Card Lupine Hummingbird Pop-Up Card Artistic Thank You Pop-Up Card Artistic Thank You Pop-Up Card Sprinkles Birthday Cake Pop-Up Card Sprinkles Birthday Cake Pop-Up Card Hydrangea Basket Pop-Up Card Hydrangea Basket Pop-Up Card Birthday Butterfly Pop-Up Card Birthday Butterfly Pop-Up Card Watercolor Orchid Pop-Up Card Watercolor Orchid Pop-Up Card Happy Birthday Llama Pop-Up Card Happy Birthday Llama Pop-Up Card Let's Celebrate Birthday Pop-Up Card Let's Celebrate Birthday Pop-Up Card Sunflower Bloom Pop-Up Card Sunflower Bloom Pop-Up Card Birthday Celebration Pop-Up Card Birthday Celebration Pop-Up Card Tulips Pop-Up Card Tulips Pop-Up Card I Lava You Pop-Up Card I Lava You Pop-Up Card Flower Basket Pop-Up Card Flower Basket Pop-Up Card Truckloads of Birthday Wishes Pop-Up Card Truckloads of Birthday Wishes Pop-Up Card Celebration of Life Sympathy Butterflies Pop-Up Card Celebration of Life Sympathy Butterflies Pop-Up Card Birthday Cherry Blossom Pop-Up Card Birthday Cherry Blossom Pop-Up Card Flamazing Birthday Flamingo Pop-Up Card Flamazing Birthday Flamingo Pop-Up Card Vintage Wine Birthday Pop-Up Card Vintage Wine Birthday Pop-Up Card Jacaranda Tree Pop-Up Card Jacaranda Tree Pop-Up Card Pickleball Birthday Baller Pop-Up Card Pickleball Birthday Baller Pop-Up Card Happy Birthday Classic Car Pop-Up Card Happy Birthday Classic Car Pop-Up Card Nothing Loved Is Ever Lost Sympathy Pop-Up Card Nothing Loved Is Ever Lost Sympathy Pop-Up Card Green Maple Tree Pop-Up Card Green Maple Tree Pop-Up Card Holy Smokes You're Old Birthday Pop-Up Card Holy Smokes You're Old Birthday Pop-Up Card Disney and Pixar Up My Greatest Adventure Pop-Up Card Disney and Pixar Up My Greatest Adventure Pop-Up Card Sushi Pop-Up Card Sushi Pop-Up Card Monarch Butterfly Pop-Up Card Monarch Butterfly Pop-Up Card Happy Retirement Pop-Up Card Happy Retirement Pop-Up Card Disney's Stitch Rockin' Birthday Pop-Up Card Disney's Stitch Rockin' Birthday Pop-Up Card Happy Birthday to You! Confetti Cake Pop-Up Card Happy Birthday to You! Confetti Cake Pop-Up Card Birthday Blue Morpho Butterfly Pop-Up Card Birthday Blue Morpho Butterfly Pop-Up Card Birthday Hummingbird Pop-Up Card Birthday Hummingbird Pop-Up Card Hibiscus Bloom Pop-Up Card Hibiscus Bloom Pop-Up Card Darth Vader™ Celebration Pop-Up Card Darth Vader™ Celebration Pop-Up Card References

${imageHTMLMobile(product)}

${product.title}

${tags.map(tag => productPriceBadgeHTML(tag)).join("")}

${ showSecondaryImageFlag ? ` ` : ``}

${productBadgeHTML(tags)}

${product.title}

${priceHTML(product)}

` } /** * Returns the HTML for a badge based on the provided tag. * @param {string} tag - The tag to determine the badge to return. * @returns {string} - The HTML for the corresponding badge. */ function productPriceBadgeHTML(tag) { switch (tag.trim()) { case "5 for $50 eligible": return '

5 for $50

' case "3 Pack": return '

$39 value

' case "5 Pack": return '

$65 value

' case "7 Pack": return '

$91 value

' case "12 Pack": return '

$156 value

' case "3 Pack licensed": return '

$45 value

' case "5 Pack licensed": return '

$75 value

' case "7 Pack licensed": return '

$105 value

' case "12 Pack Bonus": return '

$169 value

' case "Bouquet 3-Pack": return '

$72 value

' case "Bouquet 5-Pack": return '

$120 value

' case "Small Super Pack": return '

$159 value

' case "bundle": return '

$37 value

' case "licensed bundle": return '

$41 value

' case "gift wrap bundle": return '

$50 value

' case "24 Pack": return '

$312 value

' case "REDROSESHOP": return '

Save 20% with code REDROSE

' case "Handcrafted Paper Flower Bundle": return '

$72 value

' case "licensed bouquet wreath card bundle": return '

$67 value

' case "bouquet wreath bundle": return '

$48 value

' case "VDAYSALE": return '

Save $6 on selected cards with VDAYSALE

' case "trickortreatpromo": return '

Save 20% with code TRICKORTREAT

' case "starwarsday23": return '

Use code STARWARS40

' case "Donation_with_purchase": return '

Donation with Purchase

' case "Val-24-30Percent": return '

30% OFF WITH CODE LOVE30

' default: return } } /** * Returns the HTML for additional information based on the provided tags. * @param {array} tags - List of tags to determine the additional information to return. * @returns {string} - The HTML for the corresponding dditional information. */ function productBadgeHTML(tags) { const allIconsArray = []; let resultIconObject = ''; tags.forEach(tag => { switch (tag.trim()) { case 'low-inventory': allIconsArray.push({ tag: ' Hurry - almost gone! ', priority: 1 }) break; case 'New Releases': allIconsArray.push({ tag: ' New! ', priority: 2 }) break; case 'license': allIconsArray.push({ tag: ' Officially Licensed ', priority: 3 }) break; case 'Direct Relief': allIconsArray.push({ tag: ' Liquid error (snippets/featured-collection line 320): Could not find asset snippets/con-heart.liquid Donation with purchase ', priority: 4 }) break; case "Happy Mother's Day": allIconsArray.push({ tag: ' Sentiment: Happy Mother's Day ', priority: 4 }) break; case "Happy Father's Day": allIconsArray.push({ tag: ' Sentiment: Happy Father's Day ', priority: 4 }) break; case 'To Mom': allIconsArray.push({ tag: ' Sentiment: To Mom ', priority: 5 }) break; case 'To Grandma': allIconsArray.push({ tag: ' Sentiment: To Grandma ', priority: 5 }) break; case 'To Dad': allIconsArray.push({ tag: ' Sentiment: To Dad ', priority: 5 }) break; } }) allIconsArray.forEach( tagObject => { if (resultIconObject === '') resultIconObject = tagObject; if (resultIconObject.priority > tagObject.priority) { resultIconObject = tagObject; } }) if (resultIconObject.tag) { return resultIconObject.tag; } return ''; } /** * Returns the CTA HTML information based on inventory_quantity. * @param {string} product - The tag to determine the additional information to return. * @returns {string} - The HTML for the corresponding additional information. */ function ctaHTML(product) { const variant = product.variants[0]; const inStock = variant.inventory_quantity >= 1 ? "in_stock" : "out_of_stock"; switch (inStock) { case "out_of_stock": return ` Notify Me When Back in Stock Sold Out - Request In Stock Notification ` default: return ` ` } } /** * Returns the product price HTML information based on product compare at price. * @param {string} product - The tag to determine the additional information to return. * @returns {string} - The HTML for the corresponding additional information. */ function priceHTML(product){ const variant = product.variants[0]; const compareAtPrice = variant.compare_at_price; return `

Regular price $${variant.price}

Sale price $${variant.price} Regular price $${compareAtPrice}

Unit price / per

` } /** * Returns the image HTML information based on product type. * @param {string} product - The product to determine the additional information to return. * @returns {string} - The HTML for the corresponding additional information. */ function imageHTML(product){ let defaultMedia = product.images[0]; let hoverMedia = product.images[1]; let showSecondaryImageFlag = false; if(product.product_type == "Pop up greeting card" && product.images[2]){ showSecondaryImageFlag = true defaultMedia = product.images[2] hoverMedia = product.images[1] } if(product.product_type == "Card Pack"){ defaultMedia = product.images[0] showSecondaryImageFlag = false } if(product.product_type != "Card Pack" && product.product_type != "Pop up greeting card" && product.images[2]){ showSecondaryImageFlag = true defaultMedia = product.images[0] hoverMedia = product.images[1] } return showSecondaryImageFlag ? ` Shop All Pop Up Cards (1) Shop All Pop Up Cards (2) ` : `Shop All Pop Up Cards (3) ` } function imageHTMLMobile(product){ let defaultMedia = product.images[0]; let hoverMedia = product.images[1]; let showSecondaryImageFlag = false; if(product.product_type == "Pop up greeting card" && product.images[2]){ showSecondaryImageFlag = true defaultMedia = product.images[2] hoverMedia = product.images[1] } if(product.product_type == "Card Pack"){ defaultMedia = product.images[0] showSecondaryImageFlag = false } if(product.product_type != "Card Pack" && product.product_type != "Pop up greeting card" && product.images[2]){ showSecondaryImageFlag = true defaultMedia = product.images[0] hoverMedia = product.images[1] } return showSecondaryImageFlag ? `

Shop All Pop Up Cards (4)

Shop All Pop Up Cards (5)

` : `

Shop All Pop Up Cards (6)

` }})();

Lovely Hummingbird Pop-Up Card

5 for $50

Personalize

Lovely Hummingbird Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Happy Birthday Plane Pop-Up Card

5 for $50

Personalize

Happy Birthday Plane Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Lupine Hummingbird Pop-Up Card

5 for $50

Personalize

Lupine Hummingbird Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Artistic Thank You Pop-Up Card

5 for $50

Personalize

Artistic Thank You Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Sprinkles Birthday Cake Pop-Up Card

5 for $50

Personalize

Sprinkles Birthday Cake Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Hydrangea Basket Pop-Up Card

5 for $50

Personalize

Hydrangea Basket Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Birthday Butterfly Pop-Up Card

5 for $50

Personalize

Birthday Butterfly Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Watercolor Orchid Pop-Up Card

5 for $50

New!

Personalize

Watercolor Orchid Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Happy Birthday Llama Pop-Up Card

5 for $50

Personalize

Happy Birthday Llama Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Let's Celebrate Birthday Pop-Up Card

5 for $50

Personalize

Let's Celebrate Birthday Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Sunflower Bloom Pop-Up Card

5 for $50

Personalize

Sunflower Bloom Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Birthday Celebration Pop-Up Card

5 for $50

Personalize

Birthday Celebration Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Tulips Pop-Up Card

5 for $50

Personalize

Tulips Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

I Lava You Pop-Up Card

5 for $50

Personalize

I Lava You Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Flower Basket Pop-Up Card

5 for $50

Personalize

Flower Basket Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Truckloads of Birthday Wishes Pop-Up Card

5 for $50

Personalize

Truckloads of Birthday Wishes Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Celebration of Life Sympathy Butterflies Pop-Up Card

5 for $50

New!

Personalize

Celebration of Life Sympathy Butterflies Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Birthday Cherry Blossom Pop-Up Card

5 for $50

Personalize

Birthday Cherry Blossom Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Flamazing Birthday Flamingo Pop-Up Card

5 for $50

Personalize

Flamazing Birthday Flamingo Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Vintage Wine Birthday Pop-Up Card

5 for $50

Personalize

Vintage Wine Birthday Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Jacaranda Tree Pop-Up Card

5 for $50

Personalize

Jacaranda Tree Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Pickleball Birthday Baller Pop-Up Card

5 for $50

New!

Personalize

Pickleball Birthday Baller Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Happy Birthday Classic Car Pop-Up Card

5 for $50

Personalize

Happy Birthday Classic Car Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Nothing Loved Is Ever Lost Sympathy Pop-Up Card

5 for $50

New!

Personalize

Nothing Loved Is Ever Lost Sympathy Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Green Maple Tree Pop-Up Card

5 for $50

Personalize

Green Maple Tree Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Holy Smokes You're Old Birthday Pop-Up Card

5 for $50

New!

Personalize

Holy Smokes You're Old Birthday Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Disney and Pixar Up My Greatest Adventure Pop-Up Card

Officially Licensed

Personalize

Disney and Pixar Up My Greatest Adventure Pop-Up Card

Regular price $15

Sale price $15 Regular price $0

Unit price / per

Personalize and Send

Sushi Pop-Up Card

5 for $50

Personalize

Sushi Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Monarch Butterfly Pop-Up Card

5 for $50

Personalize

Monarch Butterfly Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Happy Retirement Pop-Up Card

5 for $50

Personalize

Happy Retirement Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Disney's Stitch Rockin' Birthday Pop-Up Card

Officially Licensed

Personalize

Disney's Stitch Rockin' Birthday Pop-Up Card

Regular price $15

Sale price $15 Regular price $0

Unit price / per

Personalize and Send

Happy Birthday to You! Confetti Cake Pop-Up Card

5 for $50

New!

Personalize

Happy Birthday to You! Confetti Cake Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Birthday Blue Morpho Butterfly Pop-Up Card

5 for $50

Personalize

Birthday Blue Morpho Butterfly Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Birthday Hummingbird Pop-Up Card

5 for $50

Personalize

Birthday Hummingbird Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Hibiscus Bloom Pop-Up Card

5 for $50

Personalize

Hibiscus Bloom Pop-Up Card

Regular price $13

Sale price $13 Regular price $0

Unit price / per

Personalize and Send

Darth Vader™ Celebration Pop-Up Card

Officially Licensed

Personalize

Darth Vader™ Celebration Pop-Up Card

Regular price $15

Sale price $15 Regular price $0

Unit price / per

Personalize and Send

Never miss an important date. Get timely email reminders for all important occasions.

We apologize, but it seems there was an issue processing your request. Please try again later. Thank you for your understanding

We will send reminders to your email {email}.

We apologize, but it seems there was an issue processing your request. Please try again later. Thank you for your understanding

If you need to make any changes, log in to your Lovepop account page. All your reminders will be located in the Occasion Reminders tab

You can fill out this form for each upcoming occasion.

We apologize, but it seems there was an issue processing your request. Please try again later. Thank you for your understanding

Shop All Pop Up Cards (2024)

References

Top Articles
Latest Posts
Article information

Author: Tish Haag

Last Updated:

Views: 5789

Rating: 4.7 / 5 (47 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Tish Haag

Birthday: 1999-11-18

Address: 30256 Tara Expressway, Kutchburgh, VT 92892-0078

Phone: +4215847628708

Job: Internal Consulting Engineer

Hobby: Roller skating, Roller skating, Kayaking, Flying, Graffiti, Ghost hunting, scrapbook

Introduction: My name is Tish Haag, I am a excited, delightful, curious, beautiful, agreeable, enchanting, fancy person who loves writing and wants to share my knowledge and understanding with you.