${(function(){ if (data === undefined || typeof data !== 'string' || data == ''){ return ''; } const keyword = encodeURIComponent(data); return `
${option.name}
${value}
Sold out
Save ${ data.off_ratio }%
${data.title}
from
Please select a ${data.target_option.name}
View more
0 Results
Your search for '${data}' did not yield any results.
` })()}
function setSearchUrl(searchValue) { return Promise.resolve({ url: '/search?q=' + searchValue }); } exportFunction('setSearchUrl', setSearchUrl);
777777
777777
Home
Home
7777
new arrive
new arrive
5555
hot staff
hot staff
1111
博客
Home
new arrive
hot staff
博客
7777
5555
1111
Home
7777
new arrive
5555
hot staff
1111
博客
More links
Sign in
Register
777777
Please enter your e-mail and password:
${data.errors && data.errors[0]}
Email
Email is required
Please enter a valid email.
Password
Password is required.
Password must be between 6-16 characters long.
Forgot password?
Sign in
Create one
${ Object.keys((data && data.login_setting) || {}) .map(type => `
`) .join("") }
777777
Please fill in the information below:
${data.errors && data.errors[0]}
First name
First name is required.
Contains invalid characters
Last name
Last name is required.
Contains invalid characters
Email
Email is required
Please enter a valid email.
Password
Password is required.
Password must be between 6-16 characters long.
Subscribe to get latest offers and discounts.
Register
Login
You have successfully registered
Shop now
1
2
Reset password with email
${data.errors && data.errors[0]}
Email
Email is required
Please enter a valid email.
Send
Verification code
Please enter a valid code
Password
Password is required.
Password must be between 6-16 characters long.
Confirm password
Please enter the same value again
Password must be between 6-16 characters long.
Your password and confirmation password do not match
Confirm
Have not get verification code?
Re-send again
Reset password successfully!
Shop now
${data.data.count > 99 ? '99+' : data.data.count}
${data.cart.item_count > 99 ? '99+' : data.cart.item_count}
let freeShippingRestTimer = null; async function showFreeShippingRest(e) { const freeShippingRest = document.querySelector('.layout-floating-cart__free-shipping--rest'); if (freeShippingRest) { if (freeShippingRestTimer) { clearTimeout(freeShippingRestTimer); } freeShippingRest.classList.add('flex'); freeShippingRestTimer = setTimeout(function() { freeShippingRest.classList.remove('flex'); freeShippingRestTimer = null; }, 6000); } } document.addEventListener('dj.cartItemChange', showFreeShippingRest); document.addEventListener('dj.cartItemDelete', showFreeShippingRest);
SHOP ‘TIL YOU DROP
Oct 08, 2023
by kenzie-shoplazza
1/
${data.index + 1}/${data.total}
${product.title}
-
${variant.off_ratio}%
-
Quantity
Product was out of stock.
Product is unavailable.
${selectedVariant.available ? "Add to cart" : "Sold out"}
Buy now
${option.name}:
${getSelectedOption(option.name).val[0]}
${data.value}
${value}
${value}
${option.name}
${value}
Please select a ${option.name}
${value}
Please select a ${option.name}
Please select a
Cart
(${data.data && data.data.count})
Your cart is empty
Shop now
Sold out
${item.product_title}
${item.options.map(option => option.value).join('/')}
Sku
: ${item.sku}
${discount_item.title}
(-
)
*${item.quantity}
${item.item_text}
${discount_item.title}
(-
)
Summary
Subtotal:
${discount_application.title}:
-
Total discount:
-
Total:
(Tax included)
${data.invalid_msg}
Add order note
${data.note || data.value}
Check out
Taxes and shipping calculated at checkout
Payment method
You may also like
${option.name}
${value}
Sold out
Save ${ data.off_ratio }%
${data.title}
from
Please select a ${data.target_option.name}
${option.name}
${value}
Sold out
Save ${ data.off_ratio }%
${data.title}
from
Please select a ${data.target_option.name}
${data.invalid_msg}
Total:
(Tax included)
Save
${data.total_discount}
${data.invalid_msg}
Check out
Taxes and shipping calculated at checkout
Summary
Subtotal:
${discount_application.title}:
-
Total discount:
-
Total:
(Tax included)
${data.invalid_msg}
Check out
Taxes and shipping calculated at checkout
View cart
class SpzCustomFreeShippingRest extends SPZ.BaseElement { constructor(element) { super(element); this.freeShippingRestTimer = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.registerAction('showTips', () => { this.showTips_(); }); } showTips_(e) { const freeShippingRest = document.querySelector( '.layout-floating-cart__free-shipping--rest' ); if (freeShippingRest) { if (this.freeShippingRestTimer) { clearTimeout(this.freeShippingRestTimer); } freeShippingRest.classList.add('flex'); this.freeShippingRestTimer = setTimeout(function () { freeShippingRest.classList.remove('flex'); this.freeShippingRestTimer = null; }, 6000); } } } SPZ.defineElement('spz-custom-free-shipping-rest', SpzCustomFreeShippingRest);
11111