(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
How to order
If you are a new user of journalsay. Just follow the steps below to complete shopping very easily.
STEP 01
Choose your favorite product and choose your favorite color, then click "add to cart"
STEP 02
After adding items to your cart, you can go to your cart by clicking the button on the top right.
STEP 03
Check whether the items in your shopping cart are correct, if you still want to continue shopping, please click the "Close button", otherwise please click "Checkout"
On the checkout page, please enter your shipping address and contact information.If you have any coupons or discount codes, please enter them on the checkout page. Note that some offers require a minimum purchase amount to be valid.
STEP 05
Choose your shipping method and check your item list.
STEP 06
Choose your payment method. We support payment methods such as credit card and Paypal. After confirming your payment information, click "Submit Order". Once your order has been submitted, you will receive a confirmation email with your order number and details.
We will process your order as quickly as possible and provide tracking information once shipped.
If you encounter any problems or have any questions during the ordering process, please contact us through our customer service center, our staff will help you at the first time.