{"id":633,"date":"2026-03-04T00:34:39","date_gmt":"2026-03-03T16:34:39","guid":{"rendered":"https:\/\/verdewire.com\/?p=633"},"modified":"2026-03-04T00:34:39","modified_gmt":"2026-03-03T16:34:39","slug":"verde-cable","status":"publish","type":"post","link":"https:\/\/verdewire.com\/index.php\/2026\/03\/04\/verde-cable\/","title":{"rendered":"VERDE Cable"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>VERDE Cable Inventory &#038; Ordering Information<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&display=swap');\n        body { font-family: 'Inter', sans-serif; }\n        \n        .inventory-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 20px 0;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.05);\n        }\n        \n        .inventory-table th, .inventory-table td {\n            padding: 15px 10px;\n            text-align: center;\n            border-bottom: 1px solid #e5e7eb;\n        }\n        \n        .inventory-table th {\n            background: linear-gradient(135deg, #1e3a8a 0%, #3730a3 100%);\n            color: white;\n            font-weight: 600;\n        }\n        \n        .inventory-table tr:nth-child(even) {\n            background-color: #f8fafc;\n        }\n        \n        .inventory-table tr:hover {\n            background-color: #f0f7ff;\n        }\n        \n        .status-badge {\n            display: inline-block;\n            padding: 4px 10px;\n            border-radius: 4px;\n            font-size: 0.85rem;\n            font-weight: bold;\n        }\n        \n        .in-stock { background: #dcfce7; color: #166534; }\n        .low-stock { background: #fef9c3; color: #854d0e; }\n        .custom { background: #e0f2fe; color: #0c4a6e; }\n        \n        .feature-card {\n            transition: all 0.3s ease;\n            border-left: 4px solid;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n        }\n        \n        .oem-process {\n            counter-reset: process-step;\n        }\n        \n        .process-step {\n            position: relative;\n            padding-left: 80px;\n            margin-bottom: 30px;\n        }\n        \n        .process-step:before {\n            counter-increment: process-step;\n            content: counter(process-step);\n            position: absolute;\n            left: 0;\n            top: 0;\n            width: 50px;\n            height: 50px;\n            background: #3b82f6;\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            font-weight: bold;\n        }\n        \n        @media (max-width: 768px) {\n            .inventory-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .inventory-table th, .inventory-table td {\n                min-width: 150px;\n            }\n            \n            .process-step {\n                padding-left: 60px;\n            }\n            \n            .process-step:before {\n                width: 40px;\n                height: 40px;\n                font-size: 1.2rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50\">\n    <!-- Navigation -->\n    <nav class=\"bg-white shadow-sm\">\n        <div class=\"container mx-auto px-4\">\n            <div class=\"flex justify-between items-center py-4\">\n                <div class=\"flex items-center\">\n                    <div class=\"text-2xl font-bold text-blue-900\">VERDE<span class=\"text-orange-500\">CABLE<\/span><\/div>\n                <\/div>\n                <div class=\"flex space-x-6\">\n                    <a href=\"page1.html\" class=\"font-medium text-gray-600 hover:text-blue-700\">Solution<\/a>\n                    <a href=\"page2.html\" class=\"font-medium text-gray-600 hover:text-blue-700\">Comparison<\/a>\n                    <a href=\"page3.html\" class=\"font-medium text-blue-700 border-b-2 border-blue-700 pb-1\">Order<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/nav>\n\n    <!-- Hero Section -->\n    <section class=\"bg-gradient-to-r from-blue-800 to-blue-600 text-white py-16\">\n        <div class=\"container mx-auto px-4 text-center\">\n            <h1 class=\"text-4xl md:text-5xl font-bold mb-6\">Inventory &#038; Ordering Information<\/h1>\n            <p class=\"text-xl md:text-2xl mb-8 max-w-3xl mx-auto\">Ready-to-ship products and custom OEM solutions<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Inventory Section -->\n    <section class=\"py-16 bg-white\">\n        <div class=\"container mx-auto px-4\">\n            <h2 class=\"text-3xl font-bold text-center mb-12\">Ready-to-Ship Products<\/h2>\n            \n            <div class=\"overflow-x-auto\">\n                <table class=\"inventory-table\">\n                    <thead>\n                        <tr>\n                            <th>Product Model<\/th>\n                            <th>Specifications<\/th>\n                            <th>Color<\/th>\n                            <th>Packaging<\/th>\n                            <th>Box Length<\/th>\n                            <th>Price\/Box<\/th>\n                            <th>Stock Status<\/th>\n                            <th>MOQ<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><strong>CAT5E<\/strong> UTP Alloy Copper<\/td>\n                            <td>24AWG, 350MHz<\/td>\n                            <td>Gray<\/td>\n                            <td>Carton Box<\/td>\n                            <td>305m (1000ft)<\/td>\n                            <td>$165<\/td>\n                            <td><span class=\"status-badge in-stock\">In Stock<\/span><\/td>\n                            <td>1 Box<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>CAT6<\/strong> UTP Alloy Copper<\/td>\n                            <td>23AWG, 550MHz<\/td>\n                            <td>Blue<\/td>\n                            <td>Carton Box<\/td>\n                            <td>305m (1000ft)<\/td>\n                            <td>$195<\/td>\n                            <td><span class=\"status-badge in-stock\">In Stock<\/span><\/td>\n                            <td>1 Box<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>CAT6<\/strong> FTP Alloy Copper<\/td>\n                            <td>23AWG, 550MHz<\/td>\n                            <td>Gray<\/td>\n                            <td>Carton Box<\/td>\n                            <td>305m (1000ft)<\/td>\n                            <td>$225<\/td>\n                            <td><span class=\"status-badge low-stock\">Low Stock<\/span><\/td>\n                            <td>1 Box<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>CAT6A<\/strong> UTP Alloy Copper<\/td>\n                            <td>23AWG, 750MHz<\/td>\n                            <td>Blue<\/td>\n                            <td>Wooden Reel<\/td>\n                            <td>500m (1640ft)<\/td>\n                            <td>$450<\/td>\n                            <td><span class=\"status-badge in-stock\">In Stock<\/span><\/td>\n                            <td>1 Reel<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Outdoor<\/strong> CAT5E Alloy Copper<\/td>\n                            <td>24AWG, PE Jacket<\/td>\n                            <td>Black<\/td>\n                            <td>Carton Box<\/td>\n                            <td>305m (1000ft)<\/td>\n                            <td>$185<\/td>\n                            <td><span class=\"status-badge in-stock\">In Stock<\/span><\/td>\n                            <td>1 Box<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n            \n            <div class=\"mt-8 text-center\">\n                <p class=\"text-gray-600\">All prices are FOB China. Contact us for volume discounts and shipping quotes.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- OEM Information -->\n    <section class=\"py-16 bg-blue-50\">\n        <div class=\"container mx-auto px-4\">\n            <h2 class=\"text-3xl font-bold text-center mb-12\">Custom OEM Solutions<\/h2>\n            \n            <div class=\"grid md:grid-cols-2 gap-8 mb-12\">\n                <div class=\"feature-card bg-white border-blue-500 p-6 rounded-lg shadow-md\">\n                    <div class=\"flex items-center mb-4\">\n                        <div class=\"w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center mr-4\">\n                            <i class=\"fas fa-tag text-blue-500 text-xl\"><\/i>\n                        <\/div>\n                        <h3 class=\"text-xl font-bold\">Private Labeling<\/h3>\n                    <\/div>\n                    <p class=\"text-gray-700 mb-4\">Add your brand to our quality cables with custom printing and packaging.<\/p>\n                    <ul class=\"text-gray-600 space-y-2\">\n                        <li><i class=\"fas fa-check text-blue-500 mr-2\"><\/i> Custom cable markings<\/li>\n                        <li><i class=\"fas fa-check text-blue-500 mr-2\"><\/i> Branded packaging<\/li>\n                        <li><i class=\"fas fa-check text-blue-500 mr-2\"><\/i> Custom box design<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"feature-card bg-white border-blue-500 p-6 rounded-lg shadow-md\">\n                    <div class=\"flex items-center mb-4\">\n                        <div class=\"w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center mr-4\">\n                            <i class=\"fas fa-sliders-h text-blue-500 text-xl\"><\/i>\n                        <\/div>\n                        <h3 class=\"text-xl font-bold\">Custom Specifications<\/h3>\n                    <\/div>\n                    <p class=\"text-gray-700 mb-4\">Tailor cable specifications to meet your project requirements.<\/p>\n                    <ul class=\"text-gray-600 space-y-2\">\n                        <li><i class=\"fas fa-check text-blue-500 mr-2\"><\/i> Special lengths<\/li>\n                        <li><i class=\"fas fa-check text-blue-500 mr-2\"><\/i> Unique color options<\/li>\n                        <li><i class=\"fas fa-check text-blue-500 mr-2\"><\/i> Specialized jacket materials<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"bg-white p-8 rounded-lg shadow-md\">\n                <h3 class=\"text-2xl font-bold mb-6 text-center\">OEM Ordering Process<\/h3>\n                \n                <div class=\"oem-process max-w-3xl mx-auto\">\n                    <div class=\"process-step\">\n                        <h4 class=\"text-xl font-bold mb-2\">Consultation &#038; Requirements<\/h4>\n                        <p class=\"text-gray-700\">Discuss your specific needs with our technical team. We&#8217;ll help determine the optimal specifications for your application.<\/p>\n                    <\/div>\n                    \n                    <div class=\"process-step\">\n                        <h4 class=\"text-xl font-bold mb-2\">Sample Production<\/h4>\n                        <p class=\"text-gray-700\">We produce samples according to your specifications for testing and approval before full production.<\/p>\n                    <\/div>\n                    \n                    <div class=\"process-step\">\n                        <h4 class=\"text-xl font-bold mb-2\">Production &#038; Quality Control<\/h4>\n                        <p class=\"text-gray-700\">Once samples are approved, we begin full-scale production with strict quality control at every stage.<\/p>\n                    <\/div>\n                    \n                    <div class=\"process-step\">\n                        <h4 class=\"text-xl font-bold mb-2\">Shipping &#038; Delivery<\/h4>\n                        <p class=\"text-gray-700\">We arrange efficient shipping to your location, with full documentation and tracking information provided.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"mt-8 text-center\">\n                    <p class=\"text-lg font-semibold mb-4\">OEM Minimum Order Quantity: <span class=\"text-blue-600\">10,000 meters<\/span><\/p>\n                    <p class=\"text-gray-600\">Lead time: 15-30 days depending on order complexity and volume<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Ordering Information -->\n    <section class=\"py-16 bg-white\">\n        <div class=\"container mx-auto px-4\">\n            <h2 class=\"text-3xl font-bold text-center mb-12\">How to Order<\/h2>\n            \n            <div class=\"grid md:grid-cols-3 gap-8 mb-12\">\n                <div class=\"text-center p-6\">\n                    <div class=\"w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mx-auto mb-4\">\n                        <i class=\"fas fa-envelope text-green-500 text-2xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold mb-2\">Contact Us<\/h3>\n                    <p class=\"text-gray-700\">Send us your requirements via email or our contact form. Our team will respond within 24 hours.<\/p>\n                <\/div>\n                \n                <div class=\"text-center p-6\">\n                    <div class=\"w-16 h-16 bg-yellow-100 rounded-full flex items-center justify-center mx-auto mb-4\">\n                        <i class=\"fas fa-clipboard-check text-yellow-500 text-2xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold mb-2\">Get Quote<\/h3>\n                    <p class=\"text-gray-700\">We&#8217;ll provide a detailed quotation including product specifications, pricing, and delivery timeline.<\/p>\n                <\/div>\n                \n                <div class=\"text-center p-6\">\n                    <div class=\"w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-4\">\n                        <i class=\"fas fa-shipping-fast text-blue-500 text-2xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold mb-2\">Place Order<\/h3>\n                    <p class=\"text-gray-700\">Confirm the order, and we&#8217;ll begin processing immediately. Regular stock items ship within 48 hours.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"bg-gray-50 p-8 rounded-lg text-center\">\n                <h3 class=\"text-2xl font-bold mb-4\">Ready to Order?<\/h3>\n                <p class=\"text-gray-700 mb-6 max-w-2xl mx-auto\">Contact our sales team for pricing, samples, or to discuss your specific requirements.<\/p>\n                <div class=\"flex flex-col md:flex-row justify-center gap-4\">\n                    <a href=\"mailto:sales@verdecable.com\" class=\"bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-lg transition duration-300\">\n                        <i class=\"fas fa-envelope mr-2\"><\/i>Email Sales Team\n                    <\/a>\n                    <a href=\"page2.html\" class=\"bg-gray-600 hover:bg-gray-700 text-white font-bold py-3 px-8 rounded-lg transition duration-300\">\n                        <i class=\"fas fa-chart-bar mr-2\"><\/i>Back to Comparison\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>VERDE Cable Inventory &#038; Ordering Information VERDECABLE Solution Comparison Order Inventory &#038; Ordering Information Ready-to-ship products and custom OEM solutions Ready-to-Ship Products Product Model Specifications Color Packaging Box Length Price\/Box Stock Status MOQ CAT5E UTP Alloy Copper 24AWG, 350MHz Gray Carton Box 305m (1000ft) $165 In Stock 1 Box CAT6 UTP Alloy Copper 23AWG, 550MHz [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-633","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/verdewire.com\/index.php\/wp-json\/wp\/v2\/posts\/633","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/verdewire.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/verdewire.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/verdewire.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/verdewire.com\/index.php\/wp-json\/wp\/v2\/comments?post=633"}],"version-history":[{"count":1,"href":"https:\/\/verdewire.com\/index.php\/wp-json\/wp\/v2\/posts\/633\/revisions"}],"predecessor-version":[{"id":634,"href":"https:\/\/verdewire.com\/index.php\/wp-json\/wp\/v2\/posts\/633\/revisions\/634"}],"wp:attachment":[{"href":"https:\/\/verdewire.com\/index.php\/wp-json\/wp\/v2\/media?parent=633"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/verdewire.com\/index.php\/wp-json\/wp\/v2\/categories?post=633"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/verdewire.com\/index.php\/wp-json\/wp\/v2\/tags?post=633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}