Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIx] same product listed multiple times #617 #696

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -815,11 +815,11 @@ <h3 id="pro-name">Very Very Peachy</h3>
<div class="box" data-aos="fade-up" data-aos-duration="1200" data-aos-delay="200"
data-aos-anchor-placement="top-bottom">
<div class="picture">
<img src="https://images.unsplash.com/photo-1559340160-146586a4f9b6" alt="">
<img src="https://plus.unsplash.com/premium_photo-1705346456576-519b6f1e6765?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NTd8fGRpZmZlcmVudCUyMGljZWNyZWFtJTIwZmxhdm9yfGVufDB8fDB8fHww" alt="">

<h3 id="pro-name">Orange Pops</h3>
<h3 id="pro-name">Tropical Paradise</h3>

<div class="flip">Refreshing frozen delights bursting with zesty orange flavor, offering a sunny, sweet, and tangy treat that’s perfect for cooling off on a hot day!</div>
<div class="flip">Experience the exotic taste of paradise with our Tropical Paradise Ice Cream. Each scoop offers a refreshing burst of tropical fruits, transporting you to a sunny beach. Creamy, vibrant, and irresistibly delicious!</div>
</div>
<div class="price"> $12.99 <span>20.99</span></div>
<button id="inbox" onclick="addToCart('Orange Pops', 12.99)">Add to Cart</button><br>
Expand All @@ -837,11 +837,11 @@ <h3 id="pro-name">Orange Pops</h3>
<div class="box" data-aos="fade-up" data-aos-duration="1200" data-aos-delay="200"
data-aos-anchor-placement="top-bottom">
<div class="picture">
<img src="https://images.unsplash.com/photo-1594305178909-03ab72b8205e" alt="">
<img src="https://images.unsplash.com/photo-1625860648719-ab242656c04c?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8N3x8ZGlmZmVyZW50JTIwaWNlY3JlYW0lMjBmbGF2b3J8ZW58MHx8MHx8fDA%3D" alt="">

<h3 id="pro-name">Choco-Hazel Pops</h3>
<h3 id="pro-name">Watermelon Delight</h3>

<div class="flip">Indulgent frozen treats infused with rich chocolate and crunchy hazelnuts, creating a decadent and nutty flavor experience that melts delightfully in every bite!</div>
<div class="flip">Refresh with juicy watermelon and creamy goodness in every scoop. This perfectly sweet and summery treat is a burst of flavor and joy!</div>
</div>

<div class="price"> $18.99 <span>20.99</span></div>
Expand All @@ -860,12 +860,12 @@ <h3 id="pro-name">Choco-Hazel Pops</h3>
<div class="box" data-aos="fade-left" data-aos-duration="1200" data-aos-delay="200"
data-aos-anchor-placement="top-bottom">
<div class="picture">
<img src="https://images.unsplash.com/photo-1499638472904-ea5c6178a300" alt="">
<img src="https://images.unsplash.com/photo-1625860650806-871900fe2c36?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="">

<h3 id="pro-name">Very Very Peachy</h3>
<div class="price"> $16.99 <span>20.99</span></div>
<h3 id="pro-name">Summer Choice</h3>
<!-- <div class="price"> $16.99 <span>20.99</span></div> -->

<div class="flip">A refreshing and juicy delight packed with the sweet, sunny flavor of ripe peaches, delivering a taste of summer in every delicious bite!</div>
<div class="flip">Jarritos Fruit Chamoyada In a blender, mix 1 pound of fruit with one bottle of your favorite flavor of Jarritos. Pour the mixture in a blender and freeze overnight. Eat as is or add chamoy and Chile to taste, Provecho!</div>
</div>

<div class="price"> $15.99 <span>20.99</span></div>
Expand Down