S/M/L/XL Dog Pet Puppy Fabric Soft Portable Carrier Crate Kennel Bag Cage Travel

Sold See similar items £21.99 Buy It Now, FREE Shipping, 30-Day Returns, eBay Money Back Guarantee
Seller: flysaletotheworld ✉️ (120,804) 0%, Location: HAYES, GB, Ships to: GB, Item: 291755363473 S/M/L/XL Dog Pet Puppy Fabric Soft Portable Carrier Crate Kennel Bag Cage Travel. Document
S/M/L/XL Dog Pet Puppy Fabric Soft Portable Carrier Crate Kennel Bag Cage Travel
  • Description
  • About us
  • Payment method
  • Shipping Policy
  • Return & Warranty
  • Reply
  • Feedback

 

Excelvan Portable Soft Fabric Pet Crate Kennel Cage Carrier House Dog Cat + Fleece pad New S M L XL

 






 

Description:

This folding zippered portable carrier is very useful for your pet, when you want to go out with your pet, it provide a secure mobile home for your pet . It is made of durable 600D water resistant fabric, rounded corners with 1000D fabric design. The pet carrier is light and airy with strong mesh windows to all sides ensuring your pet never feels boxed in or gets overheated. Two side bags, one of them is detachable , the bags can be store all your pets essentials. Folds flat for easy transportation and storage when not in use.

 

 

 

 

Features:

- Cage can fold, well-built and easy storage with carrying bag
- Sets up quickly, it is portable
- Durable Steel Frame can be disassembled quickly, perfect and sturdy enough
- Made of 600D water resistant fabric, rounded corners with 1000D fabric
- Comfortable fleece pad inside, easy to clean and washable
- 3 Zippered entry doors on Top & Side & Front which can be rolled up or down
- Mesh windows all sides are easy to air flow and 360°view to keep your pet cool and comfortable
- Strong mesh windows to all sides ensuring your pet never feels boxed in or gets overheated
- Detachable side bag is convenient to store your pets essentials
- Easy to clean
- Comfort and safety for pet
- Ultimate in durability, versatility and convenience

 

 

 

 


Specification:
- Material: 600D water resistant fabric, rounded corners with 1000D fabric
- Size: S: 49.5*34.5*35cm
           M: 60*42*42cm
           L: 70*52*52cm
          XL:81.3*58.4*58.4cm
- Colors: Blue, Red, Pink
- Ideal for using at home, on holidays or on car journeys.

 

 

 

 

Package:
1x Folding Pet Cage
1x Fleece pad


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 Shop.

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 and we are care about our every customers. 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 leave a feedback to us. 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 before you leave any neutral/negative feedback or open any case. Your messages will be answered within 1-2 business day. We shall try our best to solve your problem to your satisfaction. 4.Your satisfaction is our goal.

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
    • Color: Red
    • Size: S
    • Brand: Excelvan
  3. PicClick Insights - S/M/L/XL Dog Pet Puppy Fabric Soft Portable Carrier Crate Kennel Bag Cage Travel PicClick Exclusive

    •  Popularity - 172 watchers, 0.6 new watchers per day, 270 days for sale on eBay. Super high amount watching. 28 sold, 0 available.
    •  Best Price -
    •  Seller - 120,804+ items sold. 0% negative feedback. Good seller with good positive feedback and good amount of ratings.

    People Also Loved PicClick Exclusive