www.sswkl.com
Open in
urlscan Pro
2a04:4e42::748
Public Scan
URL:
https://www.sswkl.com/collections/alicia-dress/products/alicia-dress-brick-orange
Submission: On November 08 via api from SG — Scanned from SG
Submission: On November 08 via api from SG — Scanned from SG
Form analysis
3 forms found in the DOMGET /search
<form action="/search" method="get" class="header-bar__search-form clearfix" role="search">
<button type="submit" class="btn icon-fallback-text header-bar__search-submit">
<span class="icon icon-search" aria-hidden="true"></span>
<span class="fallback-text">Search</span>
</button>
<input type="search" name="q" value="" aria-label="Search" class="header-bar__search-input" placeholder="Search" autocomplete="off">
<div class="dropdown" id="searchDropdown"></div>
<input type="hidden" name="search_history" id="search_history">
</form>
GET /search
<form action="/search" method="get" class="input-group search-bar" role="search">
<span class="input-group-btn">
<button type="submit" class="btn">
<svg class="icon-search svg-icon" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<title>icon-search</title>
<path d="M68.5,65.87a35.27,35.27,0,1,0-5.4,4.5l23.11,23.1a3.5,3.5,0,1,0,5-4.94ZM14.82,41A28.47,28.47,0,1,1,43.28,69.43,28.5,28.5,0,0,1,14.82,41Z"></path>
</svg>
</button>
</span>
<input type="search" name="q" value="" placeholder="Search" class="input-group-field" aria-label="Search" autocomplete="off">
<div class="dropdown" id="searchDropdown"></div>
<input type="hidden" name="search_history" id="search_history">
</form>
POST /cart/add
<form action="/cart/add" method="post" enctype="multipart/form-data"
data-addtocart="{"id":11431805,"name":"Alicia Dress Brick Orange","sku":"","price":249.0,"quantity":1,"variant":"S","category":"Feature on homepage\u0026quot;ALICIA LUXE DRESS\u0026quot;LUXE RAYA 2024\u0026quot;Collection","brands":""}"
id="AddToCartForm">
<input type="hidden" name="_token" value="Mt7cSE5RF68HPfO3RaOQRUIO0Ro3OMqGJG1pL2pM">
<!-- Snippet:product/field_top: Shopee Malaysia -->
<div id="rating_app252c9f9349aabc04">
</div>
<!-- /Snippet -->
<style>
.sf_promo-promo-label,
#sf_promo-view-more-tag,
.sf_promo-label-unclickable:hover {
color: #D91FEA
}
</style>
<div class="sf_promo-tag-wrapper">
<div id="sf_promo-tag-label"></div>
<div class="sf_promo-tag-container">
<div id="sf_promo-tag"></div>
<a id="sf_promo-view-more-tag" class="sf_promo-promo-label hide" onclick="getPromotionList(true)">View More</a>
</div>
</div>
<div class="product-option-wrapper">
<div class="selector-wrapper"><label for="productSelect-option-0">Size</label>
<fieldset name="Size" class="single-option-selector" data-option="option1" id="productSelect-option-0"><input type="radio" name="Size" id="productSelect-option-0tag-0" checked="checked" value="S"><label
for="productSelect-option-0tag-0">S</label><input type="radio" name="Size" id="productSelect-option-0tag-1" value="M"><label for="productSelect-option-0tag-1">M</label><input type="radio" name="Size" id="productSelect-option-0tag-2"
value="L"><label for="productSelect-option-0tag-2">L</label><input type="radio" name="Size" id="productSelect-option-0tag-3" value="XL "><label for="productSelect-option-0tag-3">XL </label></fieldset>
</div><select name="id" id="productSelect" class="product-single__variants" style="display: none;">
<option selected="selected" data-sku="" value="52764898">S - RM 24,900.00 </option>
<option data-sku="" value="52764901">M - RM 24,900.00 </option>
<option data-sku="" value="52764902">L - RM 24,900.00 </option>
<option data-sku="" value="52764903">XL - RM 24,900.00 </option>
</select>
<div class="product-single__quantity">
<label for="Quantity">Quantity</label>
<div>
<div class="cart-qty-adjust">
<span class="product-single__btn-qty-adjust" data-adjust="0"> - </span>
<input type="number" id="Quantity" name="quantity" value="1" min="1" class="quantity-selector cart__quantity-selector">
<span class="product-single__btn-qty-adjust" data-adjust="1"> + </span>
</div>
</div>
</div>
</div>
<!-- Snippet:product/field_bottom: BuyNow button 立即購買 -->
<a id="BuyNowButton" class="btn" style="color: rgb(255, 255, 255); background-color: rgb(0, 123, 255);">Buy Now</a>
<style type="text/css">
#BuyNowButton.btn--loading {
color: transparent !important;
}
#BuyNowButton:hover {
opacity: 0.85;
}
</style>
<script>
$(document).ready(function() {
$("#BuyNowButton").click(function() {
$(this).addClass('btn--loading');
var v_id = Number($('#productSelect').val()),
v_qty = Number($('#Quantity').val()),
token = 'Mt7cSE5RF68HPfO3RaOQRUIO0Ro3OMqGJG1pL2pM',
currency = $("[name='currencies'] option:selected").val(),
input_properties = null,
select_properties = null,
app_id = null;
input_properties = $("input[name^='properties']");
select_properties = $("select[name^='properties']");
app_id = $("input[name='app_id']").val();
let propertiesParam = {};
for (i = 0; i < input_properties.length; i++) {
let type = input_properties[i].type;
let name = input_properties[i].name;
let value = input_properties[i].value;
name = name.slice(11, name.length - 1);
if (type == 'radio') {
let isChecked = input_properties[i].checked;
if (isChecked == true) {
propertiesParam[name] = value;
}
} else {
propertiesParam[name] = value;
}
}
for (i = 0; i < select_properties.length; i++) {
let name = select_properties[i].name;
let value = select_properties[i].value;
name = name.slice(11, name.length - 1);
propertiesParam[name] = value;
}
let dataParam = {
id: v_id,
quantity: v_qty,
_token: token
};
if (Object.keys(propertiesParam).length > 0) {
dataParam.properties = propertiesParam;
if (app_id) {
dataParam.app_id = app_id;
}
}
$.ajax({
type: "POST",
dataType: 'json',
url: "/cart/add?retrieve=true",
data: dataParam,
success: function(response) {
var item_ids = [],
data_id = [],
data_qty = [],
cartCount = $('.cart-count'),
cartJSON = response.items;
$.each(cartJSON, function(index, b) {
// for old controller
if (b.variant) {
b.variant_id = b.variant.id
}
if (b.promotion_id != undefined) {
$.each(b.items, function(index, c) {
// for old controller
if (c.variant) {
c.variant_id = c.variant.id
}
data_id.push(c.variant_id);
item_ids.push(c.id);
if (v_id != c.variant_id) {
data_qty.push(0);
} else {
data_qty.push(c.quantity);
}
});
} else {
data_id.push(b.variant_id);
item_ids.push(b.id);
if (v_id != b.variant_id) {
data_qty.push(0);
} else {
data_qty.push(v_qty);
}
}
});
cartCount.text(response.count);
$.ajax({
type: "POST",
dataType: 'json',
url: "/cart",
data: {
_token: token,
ids: data_id,
updates: data_qty,
checkout: '',
current_currency: currency,
item_ids: item_ids
},
success: function(response) {
// To fix free gift not given issue
// Add sleep 1 second here to prevent go to checkout too fast,
// and database replica havent got the free gift record
sleep(1000)
if (response.status == 'success') {
window.location.href = '/checkout/index';
} else {
window.location.href = '/cart';
}
},
error: function(xhr) {
console.log('error', xhr);
window.location.href = '/cart';
}
});
},
error: function(xhr) {
console.log('error', xhr);
$('#BuyNowButton').removeClass('btn--loading');
var data = eval('(' + xhr.responseText + ')'),
response = data.description;
$('#BuyNowButtonError').remove();
$('#BuyNowButton').before('<p id="BuyNowButtonError" class="note errors">' + response + '</p>');
}
});
});
function sleep(milliseconds) {
const date = Date.now();
let currentDate = null;
do {
currentDate = Date.now();
} while (currentDate - date < milliseconds);
}
function checkProduct() {
var money = $("#ProductPrice").find(".money").text(),
price = Number(money.replace(/[^0-9\.]+/g, "")),
disabled = $('#AddToCart').attr('disabled');
if (!$('#productSelect').val() || price <= 0 || disabled != undefined) {
$("#BuyNowButton").hide();
} else {
$("#BuyNowButton").show();
}
};
setTimeout(() => {
checkProduct()
}, 250)
$("body").on("change", ".single-option-selector", function() {
checkProduct();
});
});
</script>
<!-- /Snippet -->
<button type="submit" name="add" id="AddToCart" class="btn addToCart-btn">
<span id="AddToCartText">Add to Cart</span>
</button>
<a class="btn addToCart-btn top-addToCart-btn hide medium--hide small--hide" style="display: inline;">
<svg class="svg-icon" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><title>icon-bag</title><path d="M91.78,93.11,84.17,24.44a3.5,3.5,0,0,0-3.48-3.11H69.06C67.53,10.94,59.57,3,50,3S32.47,10.94,30.94,21.33H19.31a3.5,3.5,0,0,0-3.48,3.11L8.22,93.11A3.49,3.49,0,0,0,11.69,97H88.31a3.49,3.49,0,0,0,3.47-3.89ZM50,10c5.76,0,10.6,4.83,12,11.33H38.05C39.4,14.83,44.24,10,50,10ZM15.6,90l6.84-61.67h8.23v9.84a3.5,3.5,0,0,0,7,0V28.33H62.33v9.84a3.5,3.5,0,0,0,7,0V28.33h8.23L84.4,90Z"></path></svg>
<span id="AddToCartText">Add to Cart</span>
</a>
<!-- Snippet:product/button: Wishlist -->
<!-- /Snippet -->
<div id="floating_action-bar" class="floating-action-bar large--hide" style="display: block;">
<div class="floating-action-bar-wrapper">
<a href="/collections/all" class="btn btn-back-home">
<img src="https://cdn.easystore.blue/s/201/f/5592.png?width=150&format=webp">
<div>
Promotions
</div>
</a>
<a class="BuyNowButton btn btn--secondary" style="color: rgb(255, 255, 255); background-color: rgb(0, 123, 255);">Buy Now</a><button type="submit" id="MobileAddToCart" name="add" class="btn addToCart-btn" data-float-btn="1">
<span id="AddToCartText" class="AddToCartTexts">Add to Cart</span>
</button>
</div>
</div>
</form>
Text Content
* * Search * HOME * ALARA SET * DENIM COLLECTION * LUXE RAYA 2024 + - * ALICIA LUXE DRESS * MARISSA DRESS * ALISA LOOSE KEBAYA * MAYA LUXE KURUNG * THALIA LUXE * CHANELA LUXE * KURUNG + - * LAURA KURUNG * PREMIUM LACE LAURA KURUNG * FRENCH LACE INNER * ROSE KURUNG * CHANELA KURUNG * MOM & KID COLLECTION * ABAYA + - * ARINA ABAYA * INARA ABAYA * DHEA ABAYA * CASUAL + - * ALICE SET * ALEXA SATIN SKIRT * EXCLUSIVE PALAZZO PANT * CLARA DRESS * LANA COLLAR DRESS * EVELYN SET * KATARINA * EXCLUSIVE STRIPES PALAZZO PANTS * OLIVIA SET * KIDS + - * LAURA KURUNG KIDS * SOFEA LACEY KIDS * ACCESSORIES * ABOUT US + - * STORE LOCATOR * CONTACT US * LOG IN * CREATE ACCOUNT 317576 * HOME * ALARA SET * DENIM COLLECTION * LUXE RAYA 2024 arrow down * ALICIA LUXE DRESS * MARISSA DRESS * ALISA LOOSE KEBAYA * MAYA LUXE KURUNG * THALIA LUXE * CHANELA LUXE * KURUNG arrow down * LAURA KURUNG * PREMIUM LACE LAURA KURUNG * FRENCH LACE INNER * ROSE KURUNG * CHANELA KURUNG * MOM & KID COLLECTION * ABAYA arrow down * ARINA ABAYA * INARA ABAYA * DHEA ABAYA * CASUAL arrow down * ALICE SET * ALEXA SATIN SKIRT * EXCLUSIVE PALAZZO PANT * CLARA DRESS * LANA COLLAR DRESS * EVELYN SET * KATARINA * EXCLUSIVE STRIPES PALAZZO PANTS * OLIVIA SET * KIDS arrow down * LAURA KURUNG KIDS * SOFEA LACEY KIDS * ACCESSORIES * ABOUT US arrow down * STORE LOCATOR * CONTACT US icon-search icon-search icon-profile icon-bag 0 icon-profile icon-bag 0 icon-nav-menu Home › ALICIA LUXE DRESS › Alicia Dress Brick Orange * * * * * * 1. 1 2. 2 3. 3 4. 4 5. 5 6. 6 * Previous * Next OPEN HOUSE SALE! * * * * * * ALICIA DRESS BRICK ORANGE RM 249.00 RM 309.00 -19.4% View More SizeSMLXL S - RM 24,900.00 M - RM 24,900.00 L - RM 24,900.00 XL - RM 24,900.00 Quantity - + Buy Now Add to Cart icon-bag Add to Cart Promotions Buy Now Add to Cart Facebook Pinterest LINE -------------------------------------------------------------------------------- View More View More Introducing the Alicia Dress – a symbol of timeless elegance. Features: Material: Made from premium chiffon with full lining and delicate French lace. Round neckline for a classic look. Elegant French lace detail on the top and sleeves. Beautiful layer drape in front. Flowy medium-length drape at the back with sleeve gathers. Hidden zip closure at the back. Available in sizes S, M, L, XL. Upgrade your wardrobe with the Alicia Dress, effortlessly combining luxury and sophistication. × -------------------------------------------------------------------------------- YOU MAY ALSO LIKE Sale icon-bag View options Premium Lace Laura Kurung Off White RM 239.00 RM 248.00 -3.6% icon-bag View options Sale icon-bag View options OPEN HOUSE SALE! Marissa Dress Classic Black RM 150.00 RM 209.00 -28.2% icon-bag View options Sale icon-bag View options OPEN HOUSE SALE! Laura Kurung Off White RM 169.00 RM 199.00 -15.1% icon-bag View options Sale icon-bag View options OPEN HOUSE SALE! Chanela Luxe Kurung Navy Blue RM 299.00 RM 379.00 -21.1% icon-bag View options Copyright © {{2024}} Proudly created by SSWKL (SS Wardrobe) * icon-facebook Facebook * icon-instagram Instagram * icon-whatsapp Whatsapp -------------------------------------------------------------------------------- * Visa * Master * * * * * * * * TERM OF SERVICE | PRIVACY POLICY | SHIPPING & RETURN Your cart is currently empty. Continue shopping Vouchers Apply No available vouchers Share on Facebook Share on Twitter Alicia Dress Brick Orange - XL Only 5 items left, Hurry up!