Women's Black PU Leather Square Toe Side Zipper Chunky Heel Ankle Boots

$29.99
$39.99
Save $10.00
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description
Description

Style: Elegant, Fashion

Color: As Picture

Material: PU Leather

Size Fit: True To Size

Type: Ankle Boots

Pattern Type: Solid

Heels: 6.5cm

Design: Square Toe, Chunky Heel, Side Zipper

Product Type: Instock

Item ID: SQ000843

SIZE CHART
European SizeUS SizeHeel to Toe(inch)
3558.86
3669.06
376.59.25
387.59.45
3989.65
408.59.84
419.510.04
421010.24
*This data was obtained from manually measuring the product, it may be off by 2-3 CM.
1
Select product
Selected 0 item(s)
Black/ 35
Black/ 36
Black/ 37
Black/ 38
Black/ 39
Black/ 40
Black/ 41
Black/ 42
White/ 35
White/ 36
White/ 37
White/ 38
White/ 39
White/ 40
White/ 41
White/ 42
Khaki/ 35
Khaki/ 36
Khaki/ 37
Khaki/ 38
Khaki/ 39
Khaki/ 40
Khaki/ 41
Khaki/ 42
Beige/ 35
Beige/ 36
Beige/ 37
Beige/ 38
Beige/ 39
Beige/ 40
Beige/ 41
Beige/ 42
Red/ 35
Red/ 36
Red/ 37
Red/ 38
Red/ 39
Red/ 40
Red/ 41
Red/ 42
class SpzCheckoutNotificationHandler extends SPZ.BaseElement { constructor(element) { super(element); this.timer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } sendVariantListUpdateEvent_(data) { const messageData = { type: "theme_variant_list_update", data: { orderToken: data.order_token || data.order_id } }; clearInterval(this.timer_); if(!window.CheckoutAPI) { this.timer_ = setInterval(() => { if(window.CheckoutAPI) { clearInterval(this.timer_); postMessage && postMessage(messageData); } }, 500); } else { postMessage && postMessage(messageData); } } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.registerAction('sendVariantListUpdateEvent', (param) => { this.sendVariantListUpdateEvent_(param.args.data); }); } } SPZ.defineElement('spz-custom-checkout-notification-handler', SpzCheckoutNotificationHandler); function handleGetOrderInfo(data) { if (data.order_id) { let api = `/api/checkout/order/info?order_id=${data.order_id}`; return Promise.resolve(api); } return Promise.reject({}); } function addEventListenerKickItems(data) { if (data.type === 'checkout_kick_items') { return Promise.resolve(data); } return Promise.reject({}); } exportFunction('handleGetOrderInfo', handleGetOrderInfo) exportFunction('addEventListenerKickItems', addEventListenerKickItems)