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":8820403241264,"title":"Yale High Waist Pants with Belt","handle":"yale-high-waist-pants-with-belt","description":"\u003cp\u003e\u003cstrong\u003eMaterial: : Cotton Poly Blend \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eElevate your style quotient with the Crest Wide Leg High-Waist Pants. Designed to accentuate and flatter, these pants boast a high-rise silhouette that cinches the waist, leading down to a fluid wide leg that adds a touch of drama and movement. Crafted with precision, their sleek lines and tailored fit promise to complement any ensemble, be it a casual tee or a formal blouse. Perfect for those who appreciate timeless elegance with a modern twist, the Crest Pants are a sartorial statement, ensuring you step out with confidence and panache.\u003c\/p\u003e","published_at":"2023-11-08T17:41:44+05:30","created_at":"2023-11-07T20:59:10+05:30","vendor":"Alamode By Akanksha","type":"Bottomwear","tags":["Bottomwear","Featured","Formal pants for women","india75","pants for women","Ready to ship","Western wear for women","Work wear for women"],"price":209900,"price_min":209900,"price_max":209900,"available":true,"price_varies":false,"compare_at_price":245000,"compare_at_price_min":245000,"compare_at_price_max":245000,"compare_at_price_varies":false,"variants":[{"id":47086850474288,"title":"26","option1":"26","option2":null,"option3":null,"sku":"BT_YALE_26","requires_shipping":true,"taxable":true,"featured_image":{"id":43275271766320,"product_id":8820403241264,"position":1,"created_at":"2023-11-07T21:00:02+05:30","updated_at":"2024-12-29T14:18:45+05:30","alt":"Yale High Waist Pants with Belt - Alamode By Akanksha","width":960,"height":960,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/3D2126EC-AC51-481A-BB0F-E3AC8C1F2D3A.jpg?v=1735462125","variant_ids":[47086850474288,47086850507056,47086850539824,47086850572592]},"available":true,"name":"Yale High Waist Pants with Belt - 26","public_title":"26","options":["26"],"price":209900,"weight":200,"compare_at_price":245000,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":"Yale High Waist Pants with Belt - Alamode By Akanksha","id":35672242782512,"position":1,"preview_image":{"aspect_ratio":1.0,"height":960,"width":960,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/3D2126EC-AC51-481A-BB0F-E3AC8C1F2D3A.jpg?v=1735462125"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":47086850507056,"title":"28","option1":"28","option2":null,"option3":null,"sku":"BT_YALE_28","requires_shipping":true,"taxable":true,"featured_image":{"id":43275271766320,"product_id":8820403241264,"position":1,"created_at":"2023-11-07T21:00:02+05:30","updated_at":"2024-12-29T14:18:45+05:30","alt":"Yale High Waist Pants with Belt - Alamode By Akanksha","width":960,"height":960,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/3D2126EC-AC51-481A-BB0F-E3AC8C1F2D3A.jpg?v=1735462125","variant_ids":[47086850474288,47086850507056,47086850539824,47086850572592]},"available":false,"name":"Yale High Waist Pants with Belt - 28","public_title":"28","options":["28"],"price":209900,"weight":200,"compare_at_price":245000,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":"Yale High Waist Pants with Belt - Alamode By Akanksha","id":35672242782512,"position":1,"preview_image":{"aspect_ratio":1.0,"height":960,"width":960,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/3D2126EC-AC51-481A-BB0F-E3AC8C1F2D3A.jpg?v=1735462125"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":47086850539824,"title":"30","option1":"30","option2":null,"option3":null,"sku":"BT_YALE_30","requires_shipping":true,"taxable":true,"featured_image":{"id":43275271766320,"product_id":8820403241264,"position":1,"created_at":"2023-11-07T21:00:02+05:30","updated_at":"2024-12-29T14:18:45+05:30","alt":"Yale High Waist Pants with Belt - Alamode By Akanksha","width":960,"height":960,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/3D2126EC-AC51-481A-BB0F-E3AC8C1F2D3A.jpg?v=1735462125","variant_ids":[47086850474288,47086850507056,47086850539824,47086850572592]},"available":false,"name":"Yale High Waist Pants with Belt - 30","public_title":"30","options":["30"],"price":209900,"weight":200,"compare_at_price":245000,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":"Yale High Waist Pants with Belt - Alamode By Akanksha","id":35672242782512,"position":1,"preview_image":{"aspect_ratio":1.0,"height":960,"width":960,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/3D2126EC-AC51-481A-BB0F-E3AC8C1F2D3A.jpg?v=1735462125"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":47086850572592,"title":"32","option1":"32","option2":null,"option3":null,"sku":"BT_YALE_32","requires_shipping":true,"taxable":true,"featured_image":{"id":43275271766320,"product_id":8820403241264,"position":1,"created_at":"2023-11-07T21:00:02+05:30","updated_at":"2024-12-29T14:18:45+05:30","alt":"Yale High Waist Pants with Belt - Alamode By Akanksha","width":960,"height":960,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/3D2126EC-AC51-481A-BB0F-E3AC8C1F2D3A.jpg?v=1735462125","variant_ids":[47086850474288,47086850507056,47086850539824,47086850572592]},"available":false,"name":"Yale High Waist Pants with Belt - 32","public_title":"32","options":["32"],"price":209900,"weight":200,"compare_at_price":245000,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":"Yale High Waist Pants with Belt - Alamode By Akanksha","id":35672242782512,"position":1,"preview_image":{"aspect_ratio":1.0,"height":960,"width":960,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/3D2126EC-AC51-481A-BB0F-E3AC8C1F2D3A.jpg?v=1735462125"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/www.alamodelabel.in\/cdn\/shop\/files\/3D2126EC-AC51-481A-BB0F-E3AC8C1F2D3A.jpg?v=1735462125","\/\/www.alamodelabel.in\/cdn\/shop\/files\/E8B0000B-882F-4FEC-B287-2874190362A6.jpg?v=1735462125"],"featured_image":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/3D2126EC-AC51-481A-BB0F-E3AC8C1F2D3A.jpg?v=1735462125","options":["Size"],"media":[{"alt":"Yale High Waist Pants with Belt - Alamode By Akanksha","id":35672242782512,"position":1,"preview_image":{"aspect_ratio":1.0,"height":960,"width":960,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/3D2126EC-AC51-481A-BB0F-E3AC8C1F2D3A.jpg?v=1735462125"},"aspect_ratio":1.0,"height":960,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/3D2126EC-AC51-481A-BB0F-E3AC8C1F2D3A.jpg?v=1735462125","width":960},{"alt":"Yale High Waist Pants with Belt - Alamode By Akanksha","id":35672242815280,"position":2,"preview_image":{"aspect_ratio":0.802,"height":960,"width":770,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/E8B0000B-882F-4FEC-B287-2874190362A6.jpg?v=1735462125"},"aspect_ratio":0.802,"height":960,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/E8B0000B-882F-4FEC-B287-2874190362A6.jpg?v=1735462125","width":770}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cstrong\u003eMaterial: : Cotton Poly Blend \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eElevate your style quotient with the Crest Wide Leg High-Waist Pants. Designed to accentuate and flatter, these pants boast a high-rise silhouette that cinches the waist, leading down to a fluid wide leg that adds a touch of drama and movement. Crafted with precision, their sleek lines and tailored fit promise to complement any ensemble, be it a casual tee or a formal blouse. Perfect for those who appreciate timeless elegance with a modern twist, the Crest Pants are a sartorial statement, ensuring you step out with confidence and panache.\u003c\/p\u003e"}