Return & Refund Policy

Last updated: May 11, 2026

1. Order Confirmation

Since our products are industrial equipment manufactured to order, all sales are considered final once production begins. Please carefully review all specifications, quantities, and customization requirements before confirming your order.

2. Quality Guarantee

All Taixi products are covered by our quality guarantee:

  • Exoskeletons: 12-month warranty from the date of delivery
  • Industrial Vehicles: 12-month or 20,000 km warranty (whichever comes first)
  • Cargo Tricycles: 6-month warranty from the date of delivery

3. Damage or Defect Claims

If your product arrives damaged or has manufacturing defects:

  1. Report the issue within 7 days of delivery with photos and description
  2. Our engineering team will review the claim within 3 business days
  3. If confirmed as a quality issue, we will provide free replacement parts or repair service
  4. For severe defects, we may arrange a full replacement

4. Custom / OEM Orders

Custom-designed or OEM/ODM products are non-refundable once production has commenced. We will provide detailed design confirmations and prototypes (if applicable) for your approval before mass production begins.

5. Shipping Damage

All shipments are insured. If your order is damaged during transit, please:

  • Document the damage with clear photos immediately upon receipt
  • File a claim with the shipping carrier and notify us within 48 hours
  • We will coordinate with the carrier and arrange replacement or repair at no additional cost

6. Contact Us

For return, refund, or warranty inquiries, please contact us:

<style> /* ===== Taixi Exoskeleton - Custom Styles ===== */ /* Homepage Hero Section Enhancement */ .hero-section { position: relative; overflow: hidden; } /* Product Card Hover Effects */ .product-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); transition: all 0.3s ease; } /* CTA Button Styles */ .cta-button, .wp-block-button__link { background: linear-gradient(135deg, #1a73e8, #0d47a1); color: #ffffff !important; border: none; border-radius: 8px; padding: 14px 32px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; display: inline-block; text-decoration: none; } .cta-button:hover, .wp-block-button__link:hover { background: linear-gradient(135deg, #0d47a1, #1a237e); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(26, 115, 232, 0.4); } /* Navigation Enhancement */ .main-navigation a { font-weight: 500; letter-spacing: 0.5px; transition: color 0.2s ease; } .main-navigation a:hover { color: #1a73e8; } /* Section Headings */ .wp-block-heading { color: #1a1a2e; font-weight: 700; line-height: 1.3; } /* WooCommerce Product Grid */ .woocommerce ul.products li.product { border-radius: 12px; overflow: hidden; transition: all 0.3s ease; } .woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12); } /* Footer Enhancement */ .site-footer { background: #1a1a2e; color: #e0e0e0; } .site-footer a { color: #90caf9; transition: color 0.2s ease; } .site-footer a:hover { color: #ffffff; } /* Smooth Scroll */ html { scroll-behavior: smooth; } /* Selection Color */ ::selection { background: rgba(26, 115, 232, 0.3); color: #1a1a2e; } </style>