Flower Dragonfly Double Sided Diamond Painting Wind Chime for Window Decor

$16.81
Quantity
Worldwide fast shipping
Shipment takes 7-14 business days
Packages are trackable
Secure payments
Wholesale Discounts

Wholesale Discounts - Elevate Your Savings!

Welcome to the Wholesale Discounts page of Fansells! We are delighted to offer our valued wholesale customers an exciting opportunity to save more as you buy more. Our tiered discount structure is designed to support your business's growth by providing significant savings on bulk purchases. Explore our exclusive discounts below and find out how you can maximize your purchasing power today.

Exclusive Wholesale Discount Tiers

Unlock incredible savings with our straightforward and generous discount tiers. Whether you're stocking up for the season or preparing for a big project, we've got you covered with discounts that grow with your order size.

- Spend £100, Save 6% by using coupon code **WS06** at checkout.

- Spend £200, Save 8% by using coupon code **WS08** at checkout.

- Spend £400, Save 10% by using coupon code **WS10** at checkout.

- Spend £800, Save 12% by using coupon code **WS12** at checkout.

- Spend £1600, Save 14% by using coupon code **WS14** at checkout.

How to Apply Your Wholesale Discount

1. Browse Our Selection: Visit our product pages to select the items that meet your business needs.
2. Add to Cart: Once you've made your selections, add the products to your shopping cart.
3. Enter Coupon Code: Proceed to checkout and enter the appropriate coupon code (WS06, WS08, WS10, WS12, WS14) based on your order total in the designated coupon field.
4. Enjoy Your Savings: After applying the coupon code, your discount will be automatically calculated and reflected in your order total.
5. Complete Your Purchase: Fill in your shipping and payment details to finalize your order.

Why Choose Fansells for Your Wholesale Needs?

- Quality Assured: We pride ourselves on offering high-quality products that meet and exceed industry standards.
- Exceptional Value: With our tiered discount system, you get more value for every pound spent.
- Dedicated Support: Our customer service team is here to assist with any inquiries or special requests, ensuring a seamless shopping experience.

For any questions or assistance, please feel free to contact us at brand@fansells.com. We're here to help you make the most of your wholesale purchases.Thank you for choosing Fansells. We're excited to be a part of your business's success story!

Description
Specification:
Origin: Mainland China
Use: Paintings
Material and structure: hook + PVC + chain
Size: 800.00x170.00x10.00mm/31.5x6.69x0.39inch
DIY dot diamond production steps:
1. Open the package and check whether the tools for diamond painting are complete;
2. According to the color of the resin diamond, choose a color on the plate. If you paste the same color at one time, you can increase the speed;
3. Find the corresponding color on the board and start pasting until it is completed;
4. After completion, in order to make the diamond stable, you can take some books and press them on the acrylic board for a while;
5. Finally, you can decorate your work and decorate your home to your heart's content, adding vitality to your home.

Note:
Due to different monitor settings and lighting conditions, the actual color of the item may vary slightly from the pictures. Thanks for your understanding!
Please allow a 1-2 cm difference in measurements due to manual measuring.



Package Content:
1 x Diamond Pendant Set
1 Set x Diamond Kit And Spot Drilling Tools
Selling point content

Double Sided Diamond Painting Wind Chimes Crystal Wind Chimes Pendant Kit DIY Crystal Wind Chime for Wall Decoration

Features:

1. Durable Elegance: Despite their delicate appearance, these diamond painting wind chimes are incredibly durable, resisting scratches and maintaining their clarity and shine over time. Ideal for those seeking long-lasting decorative items.
2. Versatile Decor: Perfectly suited for a variety of settings, these hanging crystal chime ornaments shine everywhere from weddings and baby rooms to Christmas trees and car mirrors. Their adaptability makes them a seamless addition to any decor theme, enhancing the ambiance of indoor and outdoor spaces alike.
3. Ideal Gift Choice: Looking for a thoughtful present? These wind chimes DIY diamond kits serve as the perfect gift for any occasion, be it for mothers, lovers, wives, friends, or girlfriends. Their unique charm and practical beauty make them a heartfelt surprise for the special people in your life.
4. Window Wonderland: Elevate your room's aesthetic by hanging these DIY wind chime kits on your windows. Their simple yet elegant design, paired with refreshing colors, brings a cozy and warm atmosphere to any home, making it feel more inviting.
5. A Touch of Sophistication: These DIY crystal wind chimes add a sophisticated flair to your space, whether it's dangling from a branch-shaped chandelier, swaying in a garden breeze, or adding sparkle to your vehicle. Their versatility and beauty make them an indispensable part of your decorative ensemble, effortlessly blending with various styles and themes.



Customer Reviews
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.