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":8812419580208,"title":"Anika Velvet Midi One Shoulder Dress","handle":"anika-velvet-midi-one-shoulder-dress","description":"\u003cp\u003e\u003cstrong\u003eMaterial: Velvet \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cbr\u003e\u003c\/strong\u003e\u003c\/p\u003e","published_at":"2023-11-04T21:13:17+05:30","created_at":"2023-11-04T15:50:04+05:30","vendor":"Alamode By Akanksha","type":"Dress","tags":["Aesthetic dresses for women","Birthday dresses for women","Birthday theme","Black Dress","Black dresses for women","Black party dresses for women","Bridesmaid dresses for women","Club dresses for women","Cocktail dresses for women","Dress","Evening dresses for women","EXPRESS","FAST","Holiday Collection","india75","Korean dresses for women","NYE","nye dresses","nye party","One shoulder dresses for women","One-piece dresses for women","Party Wear","party wear dresses for women","Ready to ship","Sexy dresses for women","Slit dresses for women","Valentine's Day Collection","Valentine's Day Dresses","Velvet dresses for women","Western wear for women","Winter dresses for women"],"price":275000,"price_min":275000,"price_max":275000,"available":true,"price_varies":false,"compare_at_price":329900,"compare_at_price_min":329900,"compare_at_price_max":329900,"compare_at_price_varies":false,"variants":[{"id":47066375979312,"title":"XS","option1":"XS","option2":null,"option3":null,"sku":"DR_ANIK_BL_XS","requires_shipping":true,"taxable":true,"featured_image":{"id":43250770903344,"product_id":8812419580208,"position":1,"created_at":"2023-11-04T15:51:09+05:30","updated_at":"2024-12-29T14:19:33+05:30","alt":"Anika Velvet Midi One Shoulder Dress - Alamode By Akanksha","width":720,"height":889,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/WhatsAppImage2023-10-26at2.04.26PM.jpg?v=1735462173","variant_ids":[47066375979312]},"available":true,"name":"Anika Velvet Midi One Shoulder Dress - XS","public_title":"XS","options":["XS"],"price":275000,"weight":200,"compare_at_price":329900,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":"Anika Velvet Midi One Shoulder Dress - Alamode By Akanksha","id":35647349391664,"position":1,"preview_image":{"aspect_ratio":0.81,"height":889,"width":720,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/WhatsAppImage2023-10-26at2.04.26PM.jpg?v=1735462173"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":47066376012080,"title":"S","option1":"S","option2":null,"option3":null,"sku":"DR_ANIK_BL_S","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Anika Velvet Midi One Shoulder Dress - S","public_title":"S","options":["S"],"price":275000,"weight":200,"compare_at_price":329900,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":47066376044848,"title":"M","option1":"M","option2":null,"option3":null,"sku":"DR_ANIK_BL_M","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Anika Velvet Midi One Shoulder Dress - M","public_title":"M","options":["M"],"price":275000,"weight":200,"compare_at_price":329900,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":47066376077616,"title":"L","option1":"L","option2":null,"option3":null,"sku":"DR_ANIK_BL_L","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Anika Velvet Midi One Shoulder Dress - L","public_title":"L","options":["L"],"price":275000,"weight":200,"compare_at_price":329900,"inventory_management":"shopify","barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/www.alamodelabel.in\/cdn\/shop\/files\/WhatsAppImage2023-10-26at2.04.26PM.jpg?v=1735462173","\/\/www.alamodelabel.in\/cdn\/shop\/files\/WhatsAppImage2023-10-26at2.04.27PM_1.jpg?v=1735462173","\/\/www.alamodelabel.in\/cdn\/shop\/files\/WhatsAppImage2023-10-26at2.04.27PM.jpg?v=1735462173","\/\/www.alamodelabel.in\/cdn\/shop\/files\/WhatsAppImage2023-10-26at2.04.26PM_1.jpg?v=1735462174"],"featured_image":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/WhatsAppImage2023-10-26at2.04.26PM.jpg?v=1735462173","options":["Size"],"media":[{"alt":"Anika Velvet Midi One Shoulder Dress - Alamode By Akanksha","id":35647349391664,"position":1,"preview_image":{"aspect_ratio":0.81,"height":889,"width":720,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/WhatsAppImage2023-10-26at2.04.26PM.jpg?v=1735462173"},"aspect_ratio":0.81,"height":889,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/WhatsAppImage2023-10-26at2.04.26PM.jpg?v=1735462173","width":720},{"alt":"Anika Velvet Midi One Shoulder Dress - Alamode By Akanksha","id":35647349293360,"position":2,"preview_image":{"aspect_ratio":0.835,"height":862,"width":720,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/WhatsAppImage2023-10-26at2.04.27PM_1.jpg?v=1735462173"},"aspect_ratio":0.835,"height":862,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/WhatsAppImage2023-10-26at2.04.27PM_1.jpg?v=1735462173","width":720},{"alt":"Anika Velvet Midi One Shoulder Dress - Alamode By Akanksha","id":35647349326128,"position":3,"preview_image":{"aspect_ratio":0.828,"height":870,"width":720,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/WhatsAppImage2023-10-26at2.04.27PM.jpg?v=1735462173"},"aspect_ratio":0.828,"height":870,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/WhatsAppImage2023-10-26at2.04.27PM.jpg?v=1735462173","width":720},{"alt":"Anika Velvet Midi One Shoulder Dress - Alamode By Akanksha","id":35647349358896,"position":4,"preview_image":{"aspect_ratio":0.82,"height":878,"width":720,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/WhatsAppImage2023-10-26at2.04.26PM_1.jpg?v=1735462174"},"aspect_ratio":0.82,"height":878,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/WhatsAppImage2023-10-26at2.04.26PM_1.jpg?v=1735462174","width":720}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cstrong\u003eMaterial: Velvet \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cbr\u003e\u003c\/strong\u003e\u003c\/p\u003e"}