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();
}
});
});
});
{"id":9470748459312,"title":"Kudo Shapewear - Black","handle":"lkudo-shapewear-black","description":"\u003cp\u003e\u003cstrong\u003eMaterial : Premium Polyester\/Nylon\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","published_at":"2024-06-18T12:54:47+05:30","created_at":"2024-06-10T19:10:09+05:30","vendor":"Alamode By Akanksha","type":"","tags":["Body essentials","Bottomwear","india75","ready","Ready to ship","Shapewear","Shapewear for women","summer 24","Trending at Alamode"],"price":159900,"price_min":159900,"price_max":159900,"available":true,"price_varies":false,"compare_at_price":209900,"compare_at_price_min":209900,"compare_at_price_max":209900,"compare_at_price_varies":false,"variants":[{"id":48683688034608,"title":"XS","option1":"XS","option2":null,"option3":null,"sku":"DR_KUDB_XS","requires_shipping":true,"taxable":true,"featured_image":{"id":45558500655408,"product_id":9470748459312,"position":2,"created_at":"2024-06-10T19:10:43+05:30","updated_at":"2024-12-29T14:02:29+05:30","alt":null,"width":900,"height":1350,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/F59F2F59-3A3B-43AD-BEDF-9F76397A86EE.webp?v=1735461149","variant_ids":[48683688034608,48683688067376,48683688100144,48683688132912,48683688165680]},"available":true,"name":"Kudo Shapewear - Black - XS","public_title":"XS","options":["XS"],"price":159900,"weight":200,"compare_at_price":209900,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":null,"id":38022474793264,"position":2,"preview_image":{"aspect_ratio":0.667,"height":1350,"width":900,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/F59F2F59-3A3B-43AD-BEDF-9F76397A86EE.webp?v=1735461149"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":48683688067376,"title":"S","option1":"S","option2":null,"option3":null,"sku":"DR_KUDB_S","requires_shipping":true,"taxable":true,"featured_image":{"id":45558500655408,"product_id":9470748459312,"position":2,"created_at":"2024-06-10T19:10:43+05:30","updated_at":"2024-12-29T14:02:29+05:30","alt":null,"width":900,"height":1350,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/F59F2F59-3A3B-43AD-BEDF-9F76397A86EE.webp?v=1735461149","variant_ids":[48683688034608,48683688067376,48683688100144,48683688132912,48683688165680]},"available":true,"name":"Kudo Shapewear - Black - S","public_title":"S","options":["S"],"price":159900,"weight":200,"compare_at_price":209900,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":null,"id":38022474793264,"position":2,"preview_image":{"aspect_ratio":0.667,"height":1350,"width":900,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/F59F2F59-3A3B-43AD-BEDF-9F76397A86EE.webp?v=1735461149"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":48683688100144,"title":"M","option1":"M","option2":null,"option3":null,"sku":"DR_KUDB_M","requires_shipping":true,"taxable":true,"featured_image":{"id":45558500655408,"product_id":9470748459312,"position":2,"created_at":"2024-06-10T19:10:43+05:30","updated_at":"2024-12-29T14:02:29+05:30","alt":null,"width":900,"height":1350,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/F59F2F59-3A3B-43AD-BEDF-9F76397A86EE.webp?v=1735461149","variant_ids":[48683688034608,48683688067376,48683688100144,48683688132912,48683688165680]},"available":true,"name":"Kudo Shapewear - Black - M","public_title":"M","options":["M"],"price":159900,"weight":200,"compare_at_price":209900,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":null,"id":38022474793264,"position":2,"preview_image":{"aspect_ratio":0.667,"height":1350,"width":900,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/F59F2F59-3A3B-43AD-BEDF-9F76397A86EE.webp?v=1735461149"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":48683688132912,"title":"L","option1":"L","option2":null,"option3":null,"sku":"DR_KUDB_L","requires_shipping":true,"taxable":true,"featured_image":{"id":45558500655408,"product_id":9470748459312,"position":2,"created_at":"2024-06-10T19:10:43+05:30","updated_at":"2024-12-29T14:02:29+05:30","alt":null,"width":900,"height":1350,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/F59F2F59-3A3B-43AD-BEDF-9F76397A86EE.webp?v=1735461149","variant_ids":[48683688034608,48683688067376,48683688100144,48683688132912,48683688165680]},"available":true,"name":"Kudo Shapewear - Black - L","public_title":"L","options":["L"],"price":159900,"weight":200,"compare_at_price":209900,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":null,"id":38022474793264,"position":2,"preview_image":{"aspect_ratio":0.667,"height":1350,"width":900,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/F59F2F59-3A3B-43AD-BEDF-9F76397A86EE.webp?v=1735461149"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":48683688165680,"title":"XL","option1":"XL","option2":null,"option3":null,"sku":"DR_KUDB_XL","requires_shipping":true,"taxable":true,"featured_image":{"id":45558500655408,"product_id":9470748459312,"position":2,"created_at":"2024-06-10T19:10:43+05:30","updated_at":"2024-12-29T14:02:29+05:30","alt":null,"width":900,"height":1350,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/F59F2F59-3A3B-43AD-BEDF-9F76397A86EE.webp?v=1735461149","variant_ids":[48683688034608,48683688067376,48683688100144,48683688132912,48683688165680]},"available":false,"name":"Kudo Shapewear - Black - XL","public_title":"XL","options":["XL"],"price":159900,"weight":200,"compare_at_price":209900,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":null,"id":38022474793264,"position":2,"preview_image":{"aspect_ratio":0.667,"height":1350,"width":900,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/F59F2F59-3A3B-43AD-BEDF-9F76397A86EE.webp?v=1735461149"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/www.alamodelabel.in\/cdn\/shop\/files\/D8177251-2ADF-4E63-9551-FD61344954D4.webp?v=1735461149","\/\/www.alamodelabel.in\/cdn\/shop\/files\/F59F2F59-3A3B-43AD-BEDF-9F76397A86EE.webp?v=1735461149"],"featured_image":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/D8177251-2ADF-4E63-9551-FD61344954D4.webp?v=1735461149","options":["Size"],"media":[{"alt":null,"id":38022474760496,"position":1,"preview_image":{"aspect_ratio":0.667,"height":1350,"width":900,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/D8177251-2ADF-4E63-9551-FD61344954D4.webp?v=1735461149"},"aspect_ratio":0.667,"height":1350,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/D8177251-2ADF-4E63-9551-FD61344954D4.webp?v=1735461149","width":900},{"alt":null,"id":38022474793264,"position":2,"preview_image":{"aspect_ratio":0.667,"height":1350,"width":900,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/F59F2F59-3A3B-43AD-BEDF-9F76397A86EE.webp?v=1735461149"},"aspect_ratio":0.667,"height":1350,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/F59F2F59-3A3B-43AD-BEDF-9F76397A86EE.webp?v=1735461149","width":900}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cstrong\u003eMaterial : Premium Polyester\/Nylon\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e"}