"); $("#apply-discount-btn").css("pointerEvents", "none"); fetch(`/discount/${code}`) .then(function() { // After the discount code has been applied, force the cart to update so the discount is visible return fetch('/cart/update.js', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ updates: {}, }), }).then(function(res){ return res.json(); }).then(function(data) { // 更新购物车显示(如果需要) console.log(data); if(data.total_discount > 0) { let codeName = data.cart_level_discount_applications.length > 0 ? data.cart_level_discount_applications[0].discount_application.title : code; $("#applied-discount-code .applied-discount-code-wrapper").css("display", "inline"); $(".mini-content .applied-discount-code-value").html(codeName); $(".enj-minicart-ajax .total-info-order .cart-items-subtotal").html(Shopify.formatMoney(data.items_subtotal_price, settings_new.moneyFormat)); $(".enj-minicart-ajax .total-info-order .cart-items-discount").html("-" + Shopify.formatMoney(data.total_discount, settings_new.moneyFormat)); $(".enj-minicart-ajax .prod").removeClass("noDiscount"); try{ if($('#cart-items-discount-save-price').length > 0) { var cart_items_discount_save_price = parseInt($.trim($('#cart-items-discount-save-price').attr('value'))); if(cart_items_discount_save_price > 0) { data.total_discount = data.total_discount + cart_items_discount_save_price; } } } catch (e) { console.log(e); } $(".enj-minicart-ajax .sub-total .total-price").html(Shopify.formatMoney(data.total_price, settings_new.moneyFormat) + "Savings: " + Shopify.formatMoney(data.total_discount, settings_new.moneyFormat) + ""); } else { $("#discount-code-error").html("Please Enter Valid Coupon Code."); $(".enj-minicart-ajax .total-info-order .cart-items-subtotal").html(""); $(".enj-minicart-ajax .total-info-order .cart-items-discount").html(""); $(".enj-minicart-ajax .prod").addClass("noDiscount"); $(".enj-minicart-ajax .sub-total .total-price").html(Shopify.formatMoney(data.total_price, settings_new.moneyFormat)); } }) }) .then(function() { // 更新购物车显示(如果需要) console.log('Discount applied and cart updated'); }) .catch(function(error) { console.error('Error--:', error); }).finally(function(params) { $("#apply-discount-btn").html("APPLY"); $("#apply-discount-btn").css("pointer-events",'all') }); } function applyDiscount2(code) { $("#apply-discount-btn").html("APPLYING
"); $("#apply-discount-btn").css("pointerEvents", "none"); let checkout_json_url = '/wallets/checkouts/'; let authorization_token = btoa($('[name=shopify-checkout-api-token][content]').attr("content")); fetch('/cart.js', {}) .then(function(res){return res.json();}) .then(function(data){ let body = {"checkout": { "country": Shopify.country,"discount_code": code,"line_items": data.items, 'presentment_currency': Shopify.currency.active } } fetch(checkout_json_url, { "headers": { "accept": "*/*", "cache-control": "no-cache", "authorization": "Basic " + authorization_token, "content-type": "application/json, text/javascript", "pragma": "no-cache", "sec-fetch-dest": "empty", "sec-fetch-mode": "cors", "sec-fetch-site": "same-origin" }, "referrerPolicy": "strict-origin-when-cross-origin", "method": "POST", "mode": "cors", "credentials": "include", "body": JSON.stringify(body) }) .then(function(response) { return response.json() }) .then(function(data) { if(data.checkout && data.checkout.applied_discounts.length > 0){ let discountApplyUrl = "/discount/"+code+"?v="+Date.now()+"&redirect=/checkout/"; fetch(discountApplyUrl, {}).then(function(response) { return response.text(); }) $("#applied-discount-code .applied-discount-code-wrapper").css("display", "inline"); $("#discount-code-error").html(""); //$("#applied-discount-code .applied-discount-code-value").html(data.checkout.applied_discounts[0].title); $(".mini-content .applied-discount-code-value").html(data.checkout.applied_discounts[0].title); if(data.checkout.total_discount_amount > 0) { $(".enj-minicart-ajax .total-info-order .cart-items-subtotal").html(Shopify.formatMoney(data.checkout.total_line_items_price, settings_new.moneyFormat)); $(".enj-minicart-ajax .total-info-order .cart-items-discount").html("-" + Shopify.formatMoney(data.checkout.total_discount_amount, settings_new.moneyFormat)); $(".enj-minicart-ajax .prod").removeClass("noDiscount"); try{ if($('#cart-items-discount-save-price').length > 0) { var cart_items_discount_save_price = parseInt($.trim($('#cart-items-discount-save-price').attr('value'))); if(cart_items_discount_save_price > 0) { data.checkout.total_discount_amount = (data.checkout.total_discount_amount*100) + cart_items_discount_save_price; } } } catch (e) { console.log(e); } $(".enj-minicart-ajax .sub-total .total-price").html(Shopify.formatMoney(data.checkout.total_price, settings_new.moneyFormat) + "Savings: " + Shopify.formatMoney(data.checkout.total_discount_amount, settings_new.moneyFormat) + ""); } else { $(".enj-minicart-ajax .total-info-order .cart-items-subtotal").html(""); $(".enj-minicart-ajax .total-info-order .cart-items-discount").html(""); $(".enj-minicart-ajax .prod").addClass("noDiscount"); $(".enj-minicart-ajax .sub-total .total-price").html(Shopify.formatMoney(data.checkout.total_price, settings_new.moneyFormat)); } }else if(data.errors && data.errors.discount_code.length > 0){ $("#discount-code-error").html("Please Enter Valid Coupon Code."); }else{ //$("#applied-discount-code .applied-discount-code-value").html(""); $(".mini-content .applied-discount-code-value").html(""); $("#applied-discount-code .applied-discount-code-wrapper").css("display", "none"); $(".enj-minicart-ajax .total-info-order .cart-items-subtotal").html(""); $(".enj-minicart-ajax .total-info-order .cart-items-discount").html(""); $(".enj-minicart-ajax .prod").addClass("noDiscount"); $("#discount-code-error").html("Please Enter Valid Coupon Code.") } }).finally(function(params) { $("#apply-discount-btn").html("APPLY"); $("#apply-discount-btn").css("pointer-events",'all') }); });}});
Home Glass Top Makeup Vanity with Lighted Mirror White
PRE-SALE
1 / 8
Modern Makeup Vanity with 8 Drawers, 7 Open Shelves and Charging Station
$352.99
4 interest-free payments of $59.99.
Buy now. Pay with Klarna at your own pace.
Get what you love, choose how you pay.
$239.99 Pay now
Pay in full
$239.99 Pay in 30 days
Pay in full
$59.99 Every 14 days
Pay in 4
$59.99 Today
$59.99 In 2 weeks
$59.99 In 4 weeks
$59.99 In 6 weeks
APR 0%
Interest Free
Total $239.99
A higher initial payment may be required for some consumers. CA residents: Loans made or arranged pursuant to a California Financing Law license. See payment terms.
How it works
-
At checkout select Klarna
-
Choose your payment plan
Different payment plans may be shown depending on the purchase amount and credit score.
-
Complete your checkout
The amount will be charged based on the payment plan you chose.
Close
12% Off
Buy 2 items
15% Off
Buy 3 items
18% Off
Buy 4 items
$20
Extra $20 Off Code: SK20
Copy
- In Stock. Ships Within 1-2 Days
- Free shipping. Delivered in 3-7 days
- PRE-SALE. Get it in
- Specifications
Free Shipping
Always free shipping for all orders.
All orders shipped with FedEx Express.
All orders are shipped with a FedEx tracking number.
30 Day Return & Exchange Policy
We offer returns for most items within 30 days of receipt whenever you are not satisfied with the product or change your mind. For more details, please review our Refund Policy: 30-Day Refund Policy
Damage Compensation If you receive a damaged or otherwise unusable item, we will be responsible for refunds, exchange or replacements according to your preference. Help Give us a shout if you have any other questions or concerns.
Email: service@sikaic.com
FREE SHIPPING
30-DAY RETURN
365-DAY WARRANTY
SECURE CHECKOUT
Glass Top Makeup Vanity with Lighted Mirror White
$352.99
- Specifications
Free Shipping
Always free shipping for all orders.
All orders shipped with FedEx Express.
All orders are shipped with a FedEx tracking number.
30 Day Return & Exchange Policy
We offer returns for most items within 30 days of receipt whenever you are not satisfied with the product or change your mind. For more details, please review our Refund Policy: 30-Day Refund Policy
Damage Compensation If you receive a damaged or otherwise unusable item, we will be responsible for refunds, exchange or replacements according to your preference. Help Give us a shout if you have any other questions or concerns.
Email: service@sikaic.com
Makeup Vanity With Removable 10x Magnifying Mirror

Large Mirror with Hollywood Lights
This modern makeup vanity features a large mirror surrounded by 10 hollywood-style light bulbs. 3 light settings: warm yellow, warm white and cool white. Press the switch to adjustable brightness.


Removable 10x Magnifying Mirror
This vanity is equipped with a removable 10x magnifying mirror. It has suction cups so you can stick it on the plane mirror or hold it for more precise beauty care.
Built-in Charging Station
A power strip including 2 USB-A Ports and 2 AC Outlets is built into the backboard so it frees up desktop space for more private items.


Glass-Top Vanity with Compartment Storage Drawers
Safety tempered glass top makes it visible of what you display in the compartment storage drawer. The acrylic dividers can be removed and placed differently as you wish.
Powerful Storage Shelves & Drawers
The vanity set boasts 7 shelves, 8 spacious drawers and nightstand areas, which hold all your cosmetics, styling tools and other beauty essentials, all at arm's reach.


Makeup Vanity With Removable 10x Magnifying Mirror

Large Mirror with Hollywood Lights
This modern makeup vanity features a large mirror surrounded by 10 hollywood-style light bulbs. 3 light settings: warm yellow, warm white and cool white. Press the switch to adjustable brightness.


Removable 10x Magnifying Mirror
This vanity is equipped with a removable 10x magnifying mirror. It has suction cups so you can stick it on the plane mirror or hold it for more precise beauty care.
Built-in Charging Station
A power strip including 2 USB-A Ports and 2 AC Outlets is built into the backboard so it frees up desktop space for more private items.


Glass-Top Vanity with Compartment Storage Drawers
Safety tempered glass top makes it visible of what you display in the compartment storage drawer. The acrylic dividers can be removed and placed differently as you wish.
Powerful Storage Shelves & Drawers
The vanity set boasts 7 shelves, 8 spacious drawers and nightstand areas, which hold all your cosmetics, styling tools and other beauty essentials, all at arm's reach.


L
Laura Tellez
Awesome makeup vanity
Very beautiful. I really liked this. The installation guide is pretty good. The quality and finishing of the product is just great.
M
Michael Graham
Nice desk
Got this desk for my wife because she has a lot of make up things that scattered around, now she can put everything organized. The desk comes with a mirror and LED. The assembly is easy but just be careful with the mirror. The material is nice and solid. Overall it's worth it. She really loves the desk.
Recently Viewed