window.addEventListener('AddItemToCart', function(event) {
const productVariantId = event.detail;
// Perform AJAX request to add item to cart
fetch('/cart/add.js', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
items: [{
id: productVariantId,
quantity: 1,
}],
sections: 'cart-drawer,cart-icon-bubble'
})
})
.then(response => response.json())
.then(data => {
console.log('Item added to cart:', data);
document.documentElement.dispatchEvent(new CustomEvent('cart:refresh', {
bubbles: true
}));
})
.catch((error) => {
console.error('Error adding item to cart:', error);
});
});
$(document).ready(function() {
// Cache the main add to cart area and sticky add to cart button elements
var $mainAddToCart = $('.Product__Info'); // Replace with your actual selector for the main add to cart area
var $stickyAddToCart = $('#stickycart'); // Replace with your actual selector for the sticky add to cart button
// Initially hide the sticky add to cart button
$stickyAddToCart.hide();
// Function to check visibility of main add to cart area
function checkAddToCartVisibility() {
// Check if the main add to cart area is visible in the viewport
var isVisible = $mainAddToCart.is(':visible') &&
$mainAddToCart.offset().top < $(window).scrollTop() + $(window).height() &&
$mainAddToCart.offset().top + $mainAddToCart.outerHeight() > $(window).scrollTop();
// Toggle sticky add to cart button based on visibility
if (isVisible) {
$stickyAddToCart.hide();
} else {
$stickyAddToCart.show();
}
}
// Run the check on scroll and on load
$(window).on('scroll resize', checkAddToCartVisibility);
checkAddToCartVisibility(); // Initial check
});
$(document).ready(function() {
// Show the first tab content by default
$(".tab-content .tab").hide();
$(".tab-content .tab:first").show();
// Handle click on tab link
$(".tab-links li").click(function(event) {
event.preventDefault();
// Remove active class from all tabs and content
$(".tab-links li").removeClass("active");
$(".tab-content .tab").removeClass("active").hide();
// Add active class to clicked tab and show the corresponding content
$(this).addClass("active");
var target = $(this).find("a").attr("href");
$(target).addClass("active").show();
});
$('.recrecenttab a').on('click', function(){
$('.recrecenttab a').removeClass('active');
$(this).addClass('active');
var isssss = $(this).attr('data_title');
$('.producttab').each(function(){
var isssssss = $(this).attr('data_title');
if(isssssss == isssss){
$(this).show();
// alert(isssss);
}else{
$(this).hide();
}
});
});
});
Get the app now
🎉Save 5% on your first order📱
Looks like you don't have the app installed
DOWNLOAD APP
Get our app now!
Scan the QR code below!
{"id":9520321790256,"title":"Fiyo Denim Knot Up Tops","handle":"fiyo-denim-knot-up-tops","description":"\u003cp\u003e\u003cstrong\u003eMaterial : Denim\u003c\/strong\u003e\u003c\/p\u003e","published_at":"2024-07-17T13:42:10+05:30","created_at":"2024-07-08T15:34:43+05:30","vendor":"Alamode By Akanksha","type":"Tops","tags":["Birthday theme","Black top","Blue top","Blue Tops for Women","Crop Tops for Women","denim","Denim crop tops for women","denim top","FAST","Formal Top","genz","india75","Knot tops for women","Ready to ship","Sleeveless Top","summer 24","Top","Western wear for women"],"price":229900,"price_min":229900,"price_max":229900,"available":true,"price_varies":false,"compare_at_price":265000,"compare_at_price_min":265000,"compare_at_price_max":265000,"compare_at_price_varies":false,"variants":[{"id":48821404795184,"title":"XS","option1":"XS","option2":null,"option3":null,"sku":"TP_FIYO_XS","requires_shipping":true,"taxable":true,"featured_image":{"id":45812379910448,"product_id":9520321790256,"position":1,"created_at":"2024-07-08T15:35:19+05:30","updated_at":"2024-12-29T14:00:10+05:30","alt":null,"width":1605,"height":1600,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/92F0C7E9-5DFC-445A-909F-C4153B21CF56.jpg?v=1735461010","variant_ids":[48821404795184,48821404827952,48821404860720,48821404893488]},"available":false,"name":"Fiyo Denim Knot Up Tops - XS","public_title":"XS","options":["XS"],"price":229900,"weight":200,"compare_at_price":265000,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":null,"id":38277886902576,"position":1,"preview_image":{"aspect_ratio":1.003,"height":1600,"width":1605,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/92F0C7E9-5DFC-445A-909F-C4153B21CF56.jpg?v=1735461010"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":48821404827952,"title":"S","option1":"S","option2":null,"option3":null,"sku":"TP_FIYO_S","requires_shipping":true,"taxable":true,"featured_image":{"id":45812379910448,"product_id":9520321790256,"position":1,"created_at":"2024-07-08T15:35:19+05:30","updated_at":"2024-12-29T14:00:10+05:30","alt":null,"width":1605,"height":1600,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/92F0C7E9-5DFC-445A-909F-C4153B21CF56.jpg?v=1735461010","variant_ids":[48821404795184,48821404827952,48821404860720,48821404893488]},"available":true,"name":"Fiyo Denim Knot Up Tops - S","public_title":"S","options":["S"],"price":229900,"weight":200,"compare_at_price":265000,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":null,"id":38277886902576,"position":1,"preview_image":{"aspect_ratio":1.003,"height":1600,"width":1605,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/92F0C7E9-5DFC-445A-909F-C4153B21CF56.jpg?v=1735461010"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":48821404860720,"title":"M","option1":"M","option2":null,"option3":null,"sku":"TP_FIYO_M","requires_shipping":true,"taxable":true,"featured_image":{"id":45812379910448,"product_id":9520321790256,"position":1,"created_at":"2024-07-08T15:35:19+05:30","updated_at":"2024-12-29T14:00:10+05:30","alt":null,"width":1605,"height":1600,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/92F0C7E9-5DFC-445A-909F-C4153B21CF56.jpg?v=1735461010","variant_ids":[48821404795184,48821404827952,48821404860720,48821404893488]},"available":true,"name":"Fiyo Denim Knot Up Tops - M","public_title":"M","options":["M"],"price":229900,"weight":200,"compare_at_price":265000,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":null,"id":38277886902576,"position":1,"preview_image":{"aspect_ratio":1.003,"height":1600,"width":1605,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/92F0C7E9-5DFC-445A-909F-C4153B21CF56.jpg?v=1735461010"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":48821404893488,"title":"L","option1":"L","option2":null,"option3":null,"sku":"TP_FIYO_L","requires_shipping":true,"taxable":true,"featured_image":{"id":45812379910448,"product_id":9520321790256,"position":1,"created_at":"2024-07-08T15:35:19+05:30","updated_at":"2024-12-29T14:00:10+05:30","alt":null,"width":1605,"height":1600,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/92F0C7E9-5DFC-445A-909F-C4153B21CF56.jpg?v=1735461010","variant_ids":[48821404795184,48821404827952,48821404860720,48821404893488]},"available":true,"name":"Fiyo Denim Knot Up Tops - L","public_title":"L","options":["L"],"price":229900,"weight":200,"compare_at_price":265000,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":null,"id":38277886902576,"position":1,"preview_image":{"aspect_ratio":1.003,"height":1600,"width":1605,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/92F0C7E9-5DFC-445A-909F-C4153B21CF56.jpg?v=1735461010"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/www.alamodelabel.in\/cdn\/shop\/files\/92F0C7E9-5DFC-445A-909F-C4153B21CF56.jpg?v=1735461010","\/\/www.alamodelabel.in\/cdn\/shop\/files\/41505B0F-15E2-4B46-A407-78B44A6E15D8.jpg?v=1735461010","\/\/www.alamodelabel.in\/cdn\/shop\/files\/8F5CE7BB-FB18-4BB6-A711-2AFC21D923E8.jpg?v=1735461011"],"featured_image":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/92F0C7E9-5DFC-445A-909F-C4153B21CF56.jpg?v=1735461010","options":["Size"],"media":[{"alt":null,"id":38277886902576,"position":1,"preview_image":{"aspect_ratio":1.003,"height":1600,"width":1605,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/92F0C7E9-5DFC-445A-909F-C4153B21CF56.jpg?v=1735461010"},"aspect_ratio":1.003,"height":1600,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/92F0C7E9-5DFC-445A-909F-C4153B21CF56.jpg?v=1735461010","width":1605},{"alt":null,"id":38277886935344,"position":2,"preview_image":{"aspect_ratio":1.0,"height":1600,"width":1600,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/41505B0F-15E2-4B46-A407-78B44A6E15D8.jpg?v=1735461010"},"aspect_ratio":1.0,"height":1600,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/41505B0F-15E2-4B46-A407-78B44A6E15D8.jpg?v=1735461010","width":1600},{"alt":null,"id":38277886968112,"position":3,"preview_image":{"aspect_ratio":0.667,"height":2399,"width":1600,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/8F5CE7BB-FB18-4BB6-A711-2AFC21D923E8.jpg?v=1735461011"},"aspect_ratio":0.667,"height":2399,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/8F5CE7BB-FB18-4BB6-A711-2AFC21D923E8.jpg?v=1735461011","width":1600}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cstrong\u003eMaterial : Denim\u003c\/strong\u003e\u003c\/p\u003e"}