Lockways 9 In 1 Multitool Pen Sets for Men, Unique & Cool Pens with LED Light Birthday Gifts for Dad,Husband and Boyfriend

Lockways 9 In 1 Multitool Pen Sets for Men

$29.99
$34.99
-$5.00
Quantity

Description

The Lockways 9-in-1 Multitool Pen Sets—— An Ideal Birthday Gift for Dad, Husband, Boyfriend

A Useful Gift They’ll Love

Surprise your dad, husband, or boyfriend with this multifunctional pen set. Packed in a personalized gift box, it’s the perfect present for birthdays, Father’s Day, Christmas, or anniversaries. They won’t know how much they need it until they have it!

All-in-One Convenience

The Lockways 9-in-1 Multitool Pen combines nine essential tools into one sleek design. Whether you're at work or on the go, it’s the ultimate companion, featuring a bright LED light, a ruler, bottle opener, stylus, and more—all in the size of a regular pen.

Practical & Portable

With a compact design, this multitool pen fits comfortably in your pocket, belt, or backpack, making it easy to carry anywhere. Whether you're at work or on the go, it’s ready to tackle everyday challenges with ease.

Durable & Stylish Design

Crafted from strong aluminum, this multitool cool pen is built to last. Its sleek, simple design hides a multitude of functions, making it both stylish and practical. Plus, with two ink refills and three batteries included, it’s designed for long-term use.

Perfect for Every Task

This versatile tool pen is perfect for electricians, engineers, carpenters, and anyone who enjoys DIY projects. It’s an ideal companion for home improvement, office tasks, or daily fixes. Don’t forget to keep one for yourself too!

Multitool Pen Sets Included:

  • 1 x Instruction Guide
  • 1 x 9-1 Multi-Tool Pen
  • 1 x 6-1 Multi-Tool Pen
  • 2 x Ink Refill for 6-1 Multi-Tool Pen
  • 2 x Ink Refill for 9-1 Multi-Tool Pen
  • 1 x Exquisite Black Gift Box
  • 3 x Batteries for 9-1 Multi-Tool Pen
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.