Dachshund Rhinestone Door Frame Decor 5D DIY Wooden Door Topper for Party Favors

$9.05
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
Material: Wood

Size: 280.00x190.00x10.00mm/11.02x7.48x0.39inch

DIY diamond painting production steps:
1. Open the package and check whether the diamond painting tools are complete;
2. According to the color code 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 code on the product and start pasting until it is completed;
4. After it is completed, in order to make the diamond painting stable, you can take some books and press them on the board for a while;
5. Finally, it is done, use adhesive dots to fix the decorative stickers on the door frame.


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:
1x Diamond Painting Tool (Rhinestones Need To Be Glued)
1x Wooden Board
5x Adhesive Dots
Selling point content

Dachshund Diamond Painting Door Corner Sign Dog Diamond Art Door Right Angle Sign Wood Door Corner Decor for Indoor Outdoor Wall

Features:

1. Enhance Your Holiday Decor: Elevate your Christmas decorations with diamond painting door corner signs. Featuring festive designs like Santa, Christmas trees, penguins, and reindeer, they are the perfect addition to your holiday setup, adding a touch of creativity and charm.
2. Versatile Festive Designs: These rhinestone door frame decors are ideal for themed parties and come in various sizes to fit different spaces. Large corner signs can adorn door frames, making them a versatile choice for any festive occasion.
3. Premium Quality Materials: Made from top-grade wood, these door corner decors are both sturdy and beautifully polished. Their timeless design ensures they become a cherished part of your home decor collection, lasting for many holiday seasons.
4. Perfect for Any Space: Designed to enhance the ambiance of any setting, these diamond art door right angle signs are lightweight and durable. Whether placed in door corners, near switches, or on walls, they are perfect for decorating multiple rooms with ease.
5. Ideal Housewarming Gift: Surprise your friends with this versatile set, making it an excellent housewarming gift choice. These wooden door toppers not only beautify a home but also add a festive spirit, perfect for celebrating the holiday season.


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.