Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky
Vanccy Slip On Ladies Wedge Sneakers QueenFunky

Vanccy Slip On Ladies Wedge Sneakers

Price
$89.99
$39.99
Save  56%
Color — Pink
Please select a color
Shoe Size
Please select a shoe size
Quantity
 QueenFunky
  • Slip on design, easy to wear off, good elasticity, comfortable and beautiful
  • Breathable and soft mesh design give your feet stability
  • This functional shoes have an unstable, strongly curved sole. Walking in them is akin to exercising on a balance or wobble board in the gym or barefoot along a sandy beach. The shoes can also change your posture and gait and take pressure off of achy, overused joints.
  • Suitable for occasion: Indoor, Outdoor,Party, Walking , Shopping, Running,Tennis, Camping, Horse riding, Driving, Travel, Joggers. Perfect choice to pair with any sport or causal assemble

Size Charts

Our size chart is the size of the garment itself and not that of the customer. The shoe size is in the description option. The garment measurements are the maximum measurements that may vary slightly due to the handmade nature of our clothing and differences in the measuring process. Please bear in mind that the garments do not stretch. We strongly recommend that you measure yourself before ordering and compare your measurement to the size chart. 

 

MEASUREMENT GUIDE
  • Bust measurement - measure around the fullest part of your chest by wearing a bra. Don't use a backless or stick-on bra to do this.

  • Your waist is normally narrower than your chest. This should be right around your belly button.

  • To take your hips measurements accurately, measure the fullest part of your hips. You should do this wearing only undergarments.

 

SIZE CHART TIP 

  • For gathered/flair maxi or midi skirts, your waist measurement is the most important measurement
  • For closed-back dresses (sleeved dresses or dresses with zipper or button closure), pick a size according to your largest measurement, that is, if your bust is 39 inches (99cm) and your waist is 28 inches (71cm) inches you'll need a size M, if your bust is 43 inches (109cm) and your waist is 34 inches (86cm) inches, you'll need a size XL.
  • Your hip measurement is only important for items fitted from waist down, for example, pants, shorts, jumpsuits, fitted skirts, etc in which your hip measurement should be the deciding factor.


Our clothes are made from 100% print cotton fabric which does not stretch 100%.

Please chat with us or send an email if you are unsure of your correct size for us to help you

Body Image

Shipping & Delivery

How long will it take for my order to be delivered?
Delivery days: Normally it takes 1-3 business days for the warehouse to process an order. Order delivery takes additional 5-20 days, varying by country.

Country & Region ETA Shipping Fee
USA, 
Australia, 
New Zealand
5-15 working days Free shipping over $89, otherwise $7.99
UK 5-10 working days Free shipping over $69, otherwise $6.99
France, Germany, Italy, Spain, Netherlands, Belgium, Austria, Sweden, Poland, and other
European countries
7-15 working days Free shipping over $79, otherwise $7.99
South Africa 7-10 working days Free shipping over $99, otherwise $13.99
Canada 10-20 working days Free shipping over $99, otherwise $13.99
UAE 7-15 working days Free shipping over $129, otherwise $15.99
Note: The ETA above is an estimated time, not the exact time. Order processing time is excluded.
Updated on: 12th, July 2022

Delivery method: Yun Express Global Private Line, SF Express US e-commerce line.

Logistics providers: Yun Express or SF Express

We will dismantle the packages according to inventory and other factors (including but not ruling out the epidemic situation) and send them separately.


How can I track my order?

A shipment notification email will be sent to you after your order is fulfilled. You may track your order through the link below with the tracking number provided in the email:
https://www.17track.net/en

Will I be charged customs fees?
Customs fee is charged by Customs offices in the destination country based on local rules and policies. For now, customs fees to these countries are paid by the sender (queenfunky): United Kingdom, Germany, France, Italy, Sweden, Belgium, and Denmark. For the rest countries, these charges must be paid by the customers. Customers take full liability for all return shipment costs, customs charges and handling fees should they refuse to accept a parcel due to import duties or taxes.

PO BOX Address
Express Shipping is not available for P.O. Boxes and APO/FPO addresses. The delivery time for these addresses will take longer.
Customer Reviews

Here are what our customers say.

Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.