4x 12'' Tire Tyre Wheel Dollies Skates Car Van Positioning Trolley Dolly Steel

Sold See similar items £91.99 Buy It Now or Best Offer, FREE Shipping, 30-Day Returns, eBay Money Back Guarantee
Seller: fitnesssports ✉️ (59,715) 0%, Location: SOUTHALL, GB, Ships to: GB, Item: 391673143248 4x 12'' Tire Tyre Wheel Dollies Skates Car Van Positioning Trolley Dolly Steel. Document

document.write(' '); 4x 12'' Tire Tyre Wheel Dollies Skates Car Van Positioning Trolley Dolly Steel
  • Description
  • About us
  • Payment method
  • Shipping Policy
  • Return & Warranty
  • Reply
  • Feedback

4 X 12" Tire Skates Wheel Dollies Dolly Car Auto Repair Moving Diamond

Feature:
These dollies makes moving a Quad,tractor,car,boat and snowmobile very easy,best for shops,

garages and showrooms.
One-person can do multi-directional movement easily
Each dolly has a nice handle on the bottom for easy carrying and hanging
Quick and easy to assemble
This Dolly Set has a maximum capacity of up to 3000 pounds
High quality steel-made roller-bearing casters, easily roll 360 degrees
Sturdy steel, thick diamond plate structure and powder coating finish for durability and anti-rust

property
Curved surface and diamond tread plate can make a tire placed securely
With CE approved

Specification :
Condition: 100% Brand New
Material: Steel (Q235B)
Caster Wheel Material: Steel
Thickness of Steel: 3.0mm
Surface Finish: Silver powder-coated
Dimension for One Wheel Dolly: 16.1" X 12" X 4.1" (L×W×H)
Diameter of Wheel: 3"
Dolly Weight(LB/KG): 16.5Lbs/pc, 7.5Kg/pc
Capacity(LB/KG): 1,500Lbs/pc, 680Kg/pc
Maximum Tire Width: 36.5 cm / 14.3 inch

 

Package Contents: 
4X Car Wheel Dollies
(Each wheel dolly contains 1 dolly frame, 4 heavy duty bearing swivel casters, and 2 of the casters

with brakes)

 

Assembly Steps:
Step 1: Align caster wheel holes with the dolly frame
Step 2: Using the bolts, flat washers and nuts on the casters provided fasten the dolly and the

caster wheel together
Step 3: Repeat the steps above for all caster wheels

Welcome to our store!We supply many products including computers accessories, camera & camcorder accessories, phone accessories,car accessories & Consumer Electronics.High product quality, reasonable prices, excellent customer service and a reliable credit standing is our tenet.

Thank you for shopping at our eBay Store.

1.We accept PayPal only.

2.NOTE: Payment should be sent within 4 (FOUR) days of auction closing. Or unpaid dispute will be filed for closing auction. Please contact us if you have any questions of payment procedures.

1.How much is shipping and handling (S&H)? The shipping and handling costs will be clearly marked on the auction item page.

2.Please make sure the Ship-To address you type during checkout is correct. We are not responsible for any wrong or undeliverable addresses.

3.Local pick up is not available.

4.Items are generally shipped out the next business day after your payment has been cleared (Sat. & Sun. excluded.).

5.An e-mail will be sent to your eBay e-mail address upon item is shipped out. If you do not receive this e-mail in 48 Business Hours, please contact us to check the status of your transaction. .

6.International Buyers - Please Note: Import duties, taxes, and charges are not included in the item price or shipping cost. These charges are the buyer's responsibility. Please check with your country's customs office to determine what these additional costs will be prior to bidding or buying. Customs fees are normally charged by the shipping company or collected when you pick the item up. These fees are not additional shipping charges.

1.Our items come with one-year warranty.

2.Our warranty does not extended to any products that are physically damaged or that are not under normal operating conditions as a result of misuse or improper installation on the buyer/user's part.

3.This product comes with 30-Day Money Back Guarantee.

4.We stand behind every product we sell. If you're not pleased with your purchase, we'll be happy to make an exchange or refund.

5.For all returned products, please contact us for the returning address.

1.ALL replies will be sent to your email, if you don't get response within 1-2 business days, pls check your My Messages in case your email provider has an overly-aggressive spam filterblocking eBay's emails. Please email us AGAIN.

2.Email is the priority of our customer service.

1.You will receive our positive feedback as soon as you pay for your item. 2. Your better comments will be an encouragement for us to offer the better quality and the better service in future. 3.If you are not satisfied with them, please contact us first via Ask a Question or via Contact Seller. Your messages will be answered within 1-2 business day. We shall try our best to solve your problem to your satisfaction.

window.onload = function(){ /*************顶部banner***************/ var banner11 = $('#banner1'); var banner1Ul = banner11.find('ul'); var banner1Li = banner1Ul.find('li'); var time = 3000; // 自动滚动间隔时间 var runSpeed = 400; // 滚动动画速度 var autoRun = true; // 是否需要自动滚动 banner1Ul.width(banner1Li.width() * banner1Li.length); //创建小白点导航 banner11.append('
    '); banner1Li.each(function(index){ var navOl = banner11.find('ol'); if(index==0){ navOl.append('
  1. 1 '); }else{ navOl.append('
  2. '+ parseInt(index+1) +' '); } }); var dotList = $('.dots').find('li'); if(autoRun){ //自动滚动 var flag = 1; function focusInterval(){ var leftVal = -parseInt(banner1Ul.css('left')); if(flag < banner1Li.length){ banner1Ul.animate({left:-(banner1Li.width()*flag)},runSpeed); flag++; }else{ banner1Ul.animate({left:0},runSpeed); flag = 1 } dotList.eq(flag-1).addClass('active').siblings('li').removeClass('active'); } var interval; interval = setInterval(focusInterval,time); //鼠标经过暂停滚动 banner11.mouseenter(function(){ clearInterval(interval) }).mouseleave(function(){ interval = setInterval(focusInterval,time) }); } //点击滚动 (function(){ dotList.on('click',function(){ $(this).addClass('active').siblings('li').removeClass('active'); banner1Ul.animate({left:-(banner1Li.width()*$(this).index())},runSpeed); }) })() /*************左侧无缝滚动***************/ var banner22 = $("#banner2"); var banner2Ul = banner22.find("ul"); var imgHei = banner2Ul.find("li").height(); var lang = 0; //显示几个 var visible = 4; //滚动速度 var banner2Speed = 20; banner22.height(imgHei*visible); function autoScroll(){ lang -= 1; var banner2UlVal = -parseInt(banner2Ul.css('top')) var imgLength = (banner2Ul.find("li").length) - visible; if(banner2UlVal>imgHei*imgLength){ $(banner2Ul.html()).appendTo(banner2Ul); }else{ banner2Ul.css('top', lang); } } autoScroll() t = setInterval(autoScroll,banner2Speed) banner22.mouseenter(function(){ clearInterval(t); }).mouseleave(function(){ t = setInterval(autoScroll,banner2Speed); }); } function showImage(image){ var objimage=document.getElementById('image'); objimage.src="image/"+image; } function setTab(name,cursel,n){ for(i=1;i
    • Condition: New
    • Brand: Unbranded
    • Type: Wheel Dolly
    • Caster Wheel Material: Steel
    • Diameter of Wheel: 3"
    • Dimension for One Wheel Dolly: 16.1" X 12" X 4.1" (L×W×H)
    • Material: Steel (Q235B)
    • Surface Finish: Silver powder-coated
    • Thickness of Steel: 3.0mm
  3. PicClick Insights - 4x 12'' Tire Tyre Wheel Dollies Skates Car Van Positioning Trolley Dolly Steel PicClick Exclusive

    •  Popularity - 2 watchers, 0.0 new watchers per day, 210 days for sale on eBay. Good amount watching. 3 sold, 0 available.
    •  Best Price -
    •  Seller - 59,715+ items sold. 0% negative feedback. Good seller with good positive feedback and good amount of ratings.

    People Also Loved PicClick Exclusive