在控制台输入这段代码:
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);
}
}
}
});
优惠 $27.00 USD
$130.00 USD
$157.00 USD
SPECIFICATIONS: |
Product Name |
Casual Bag |
SKU |
NEHWW20081005 |
Gender |
Women |
Style |
Vintage,Casual |
Type |
Hollow out |
Occasion |
Daily,Beach |
Material |
Natural fiber |
? |
SIZE CHART: |
Size |
Width?
|
?Height |
Shoulder strap length |
Inch |
cm |
Inch |
cm |
Inch |
cm |
One Size |
11.0?
|
28 |
7.9?
|
20 |
19.7?
|
50 |
Please Note:? All dimensions are measured manually?with a deviation of 1 to 3cm. |