96pcs Luminous Diamond Painting Clay with Storage Box Diamond Art Wax (Green)

$6.13
Quantity
1 sold
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
Size: 135.00x97.00x10.00mm/5.31x3.82x0.39inch
Style: Classic
Note: The product needs to absorb light before it can glow
Quantity: 96 pieces/box
Clay size: 2.5x2.5cm

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 Box x Diamond Painting Clay
Selling point content

96 Pcs Luminous Diamond Painting Clay with Storage Box Diamond Painting Wax DIY Diamond Wax Tool for DIY Diamonds Art Painting

Features:

1. Ample Supply: With a generous quantity provided, this diamond painting clay ensures you have more than enough to complete your projects, making it an excellent companion for all your crafting needs.
2. Strong Adhesion: The diamond painting wax features excellent adhesive properties, making it easy to pick up and secure diamonds. This ensures your diamond art stays intact and looks professional.
3. Convenient Storage: Equipped with a storage box, this DIY 5D diamond art clay is easy to store and access, keeping your crafting area organized and your supplies readily available.
4. Easy Application: Simply peel off the transparent protective film and press the DIY diamond wax tool with a stylus to attach diamond beads to your artwork, streamlining the diamond painting process.
5. Portable and Lightweight: Designed for easy transport and storage, this diamond art wax is perfect for crafting on the go, allowing you to take your diamond painting projects anywhere with ease.

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.