在控制台输入这段代码:
Shopline.event.on("Product::productPreviewInit", function(e) {
var data = e && e.data;
if (data && data.modalType === "quickAddToCart") {
var ele = data.modalContainerElement;
if (ele) {
var parentDom = ele.querySelector(
"#product-button-list_" + data.id
);
var targetDom = parentDom ? parentDom.querySelector("#payment_button_" + data.id) : null;
function removeDisabled() {
var pod = ele.querySelector('.plugin-pod');
if (pod) {
var payBtn = ele.querySelector('.pay-button-buy-now');
if (payBtn) {
setTimeout(function() {
payBtn.classList.remove('pay-button-disabled');
}, 100);
}
}
}
if (targetDom && MutationObserver) {
var observer = new MutationObserver(function() {
removeDisabled();
});
observer.observe(targetDom, {
childList: true,
subtree: true
});
setTimeout(function() {
observer.disconnect();
}, 10000);
}
}
}
});
Street Style Print T-Shirt Shorts Two-Piece Set测试
Save $49.99 USD
$19.99 USD
$69.98 USD
- Season : Spring , Autumn , Summer , Winter
- Style : Punk , Hip Hop , Lounge , Casual , Basics , Street
- Occasion : Street , Outdoors , Home
- Color : Red
Size Chart
cm |
Size | S | M | L | XL | 2XL |
Shoulder | 53 | 54.5 | 56 | 57.5 | 59 |
Bust | 108 | 113 | 118 | 123 | 128 |
Length | 70 | 71 | 72 | 73 | 74 |
Sleeve Length | 21 | 22 | 23 | 24 | 25 |
Waist | 76 | 80 | 84 | 88 | 92 |
Hips | 105 | 110 | 115 | 120 | 125 |
Shorts Length | 40 | 41 | 42 | 43 | 44 |
Foot mouth | 62.5 | 65 | 67.5 | 70 | 72.5 |
inch |
Size inch | S | M | L | XL | 2XL |
Shoulder | 20.9 | 21.5 | 22.0 | 22.6 | 23.2 |
Bust | 42.5 | 44.5 | 46.5 | 48.4 | 50.4 |
Length | 27.6 | 28.0 | 28.3 | 28.7 | 29.1 |
Sleeve Length | 8.3 | 8.7 | 9.1 | 9.4 | 9.8 |
Waist | 29.9 | 31.5 | 33.1 | 34.6 | 36.2 |
Hips | 41.3 | 43.3 | 45.3 | 47.2 | 49.2 |
Shorts Length | 15.7 | 16.1 | 16.5 | 16.9 | 17.3 |
Foot mouth | 24.6 | 25.6 | 26.6 | 27.6 | 28.5 |