{"id":4233,"date":"2017-12-18T13:03:52","date_gmt":"2017-12-18T13:03:52","guid":{"rendered":"https:\/\/keydesign-themes.com\/leadengine\/?page_id=4233"},"modified":"2026-09-23T05:55:45","modified_gmt":"2026-09-22T22:55:45","slug":"fast-order","status":"publish","type":"page","link":"https:\/\/shellaweb.com\/en\/fast-order\/","title":{"rendered":"Fast Order"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<!-- SHELLA LAUNDRY FAST ORDER FORM - JSCOMPOSER & YOAST COMPATIBLE -->\n<style>\n    .sl-order-container * {\n        box-sizing: border-box;\n        font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;\n    }\n    .sl-order-card {\n        background: #FFFFFF;\n        border-radius: 12px;\n        border: 1px solid #DFE1E6;\n        box-shadow: 0 8px 24px rgba(9,30,66,0.06);\n        padding: 32px;\n        max-width: 850px;\n        margin: 20px auto;\n        color: #172B4D;\n    }\n    .sl-section-title {\n        font-size: 16px;\n        font-weight: 700;\n        color: #091E42;\n        margin-bottom: 16px;\n        margin-top: 24px;\n        display: flex;\n        align-items: center;\n        gap: 8px;\n    }\n    .sl-section-title:first-of-type { margin-top: 0; }\n    .sl-section-title .sl-step-num {\n        background: #0052CC;\n        color: #fff;\n        width: 24px;\n        height: 24px;\n        border-radius: 50%;\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 12px;\n    }\n    .sl-grid-options {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n        gap: 12px;\n        margin-bottom: 16px;\n    }\n    .sl-option-card {\n        border: 2px solid #DFE1E6;\n        border-radius: 12px;\n        padding: 14px;\n        cursor: pointer;\n        transition: all 0.2s ease;\n        position: relative;\n    }\n    .sl-option-card:hover {\n        border-color: #0052CC;\n        background: rgba(0,82,204,0.02);\n    }\n    .sl-option-card.selected {\n        border-color: #0052CC;\n        background: rgba(0,82,204,0.05);\n    }\n    .sl-option-card input[type=\"radio\"] {\n        position: absolute;\n        top: 14px;\n        right: 14px;\n        accent-color: #0052CC;\n    }\n    .sl-option-title {\n        font-weight: 700;\n        font-size: 14px;\n        margin-bottom: 4px;\n        color: #091E42;\n        padding-right: 20px;\n    }\n    .sl-option-desc { font-size: 12px; color: #6B778C; }\n    .sl-option-price {\n        font-size: 13px;\n        font-weight: 700;\n        color: #0052CC;\n        margin-top: 6px;\n    }\n    .sl-promo-badge {\n        display: inline-block;\n        background: #E3FCEF;\n        color: #006644;\n        font-size: 11px;\n        font-weight: 700;\n        padding: 2px 8px;\n        border-radius: 4px;\n        margin-bottom: 10px;\n    }\n    .sl-form-group { margin-bottom: 18px; }\n    .sl-form-group label {\n        display: block;\n        font-size: 13px;\n        font-weight: 600;\n        color: #091E42;\n        margin-bottom: 6px;\n    }\n    .sl-form-control, .sl-form-select {\n        width: 100%;\n        padding: 12px 14px;\n        border: 1px solid #DFE1E6;\n        border-radius: 8px;\n        font-size: 14px;\n        outline: none;\n        transition: border-color 0.2s;\n        background-color: #fff;\n    }\n    .sl-form-control:focus, .sl-form-select:focus {\n        border-color: #0052CC;\n        box-shadow: 0 0 0 3px rgba(0,82,204,0.1);\n    }\n    textarea.sl-form-control { resize: vertical; min-height: 80px; }\n    .sl-summary-box {\n        background: #F8F9FA;\n        border: 1px dashed #DFE1E6;\n        border-radius: 12px;\n        padding: 18px;\n        margin-top: 24px;\n        margin-bottom: 24px;\n    }\n    .sl-summary-row {\n        display: flex;\n        justify-content: space-between;\n        font-size: 14px;\n        margin-bottom: 8px;\n    }\n    .sl-summary-row.total {\n        font-weight: 800;\n        font-size: 16px;\n        color: #091E42;\n        border-top: 1px dashed #DFE1E6;\n        padding-top: 10px;\n        margin-bottom: 0;\n    }\n    .sl-btn-submit {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 10px;\n        width: 100%;\n        background: #25D366;\n        color: #fff;\n        font-weight: 700;\n        font-size: 16px;\n        padding: 16px;\n        border: none;\n        border-radius: 8px;\n        cursor: pointer;\n        transition: background 0.2s;\n    }\n    .sl-btn-submit:hover { background: #20BA5A; }\n    .sl-hidden { display: none !important; }\n\n    @media (max-width: 600px) {\n        .sl-order-card { padding: 20px; }\n        .sl-grid-options { grid-template-columns: 1fr; }\n    }\n<\/style>\n\n<div class=\"sl-order-container\">\n    <div class=\"sl-order-card\">\n        <form id=\"slFastOrderForm\" onsubmit=\"return false;\">\n            \n            <!-- STEP 1: CATEGORY SELECTION -->\n            <div class=\"sl-section-title\">\n                <span class=\"sl-step-num\">1<\/span> Service Category\n            <\/div>\n            <div class=\"sl-form-group\">\n                <select id=\"slServiceCategory\" class=\"sl-form-select\" onchange=\"slSwitchCategory()\">\n                    <option value=\"kiloan\">Laundry Kiloan (Wash &amp; Fold \/ Wash &amp; Iron)<\/option>\n                    <option value=\"suits\">Exclusive Suits (Dry &amp; Wet Clean)<\/option>\n                    <option value=\"dress\">Dress Care<\/option>\n                    <option value=\"bridal\">Bridal Care<\/option>\n                    <option value=\"winter\">Winter Care (Jacket &amp; Coats)<\/option>\n                    <option value=\"bedcover\">Bed Cover Care<\/option>\n                    <option value=\"pillow\">Bantal Guling &amp; Bulu Angsa<\/option>\n                    <option value=\"treatment\">Special Stain Treatment<\/option>\n                    <option value=\"shoes\">Shoes Care &amp; Re-paint<\/option>\n                <\/select>\n            <\/div>\n\n            <!-- STEP 2: SERVICE TYPE & SPEED SELECTION -->\n            <div class=\"sl-section-title\">\n                <span class=\"sl-step-num\">2<\/span> Service &amp; Turnaround Speed\n            <\/div>\n\n            <!-- CATEGORY: LAUNDRY KILOAN -->\n            <div id=\"sl-cat-kiloan\" class=\"sl-category-block\">\n                <div class=\"sl-form-group\">\n                    <label>Processing Type<\/label>\n                    <div class=\"sl-grid-options\">\n                        <label class=\"sl-option-card selected\">\n                            <input type=\"radio\" name=\"kiloan_type\" value=\"Wash-Dry-Iron-Fold\" checked onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Wash - Dry - Iron - Fold<\/div>\n                            <div class=\"sl-option-desc\">Complete regular ironing<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"kiloan_type\" value=\"Wash-Dry-Fold\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Wash - Dry - Fold<\/div>\n                            <div class=\"sl-option-desc\">Without ironing<\/div>\n                        <\/label>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sl-form-group\">\n                    <label>Speed Option<\/label>\n                    <div class=\"sl-grid-options\">\n                        <label class=\"sl-option-card selected\">\n                            <input type=\"radio\" name=\"kiloan_speed\" value=\"regular\" checked onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Regular (2-3 Days)<\/div>\n                            <div class=\"sl-option-desc\">Standard turnaround<\/div>\n                            <div class=\"sl-option-price\" id=\"sl-price-kiloan-regular\">IDR 8,000 \/ kg (Min 4kg)<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"kiloan_speed\" value=\"24h\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Express 24 Hours<\/div>\n                            <div class=\"sl-option-desc\">Next-day service<\/div>\n                            <div class=\"sl-option-price\" id=\"sl-price-kiloan-24h\">IDR 11,000 \/ kg (Min 5kg)<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"kiloan_speed\" value=\"12h\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Express 12 Hours<\/div>\n                            <div class=\"sl-option-desc\">Half-day service<\/div>\n                            <div class=\"sl-option-price\" id=\"sl-price-kiloan-12h\">IDR 15,000 \/ kg (Min 5kg)<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"kiloan_speed\" value=\"8h\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Express 6-8 Hours<\/div>\n                            <div class=\"sl-option-desc\">Same-day turnaround<\/div>\n                            <div class=\"sl-option-price\" id=\"sl-price-kiloan-8h\">IDR 20,000 \/ kg (Min 4kg)<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"kiloan_speed\" value=\"4h\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Express 4 Hours<\/div>\n                            <div class=\"sl-option-desc\">Priority rush service<\/div>\n                            <div class=\"sl-option-price\" id=\"sl-price-kiloan-4h\">IDR 25,000 \/ kg (Min 4kg)<\/div>\n                        <\/label>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- CATEGORY: SUITS -->\n            <div id=\"sl-cat-suits\" class=\"sl-category-block sl-hidden\">\n                <div class=\"sl-form-group\">\n                    <label>Suit Tier<\/label>\n                    <div class=\"sl-grid-options\">\n                        <label class=\"sl-option-card selected\">\n                            <input type=\"radio\" name=\"suit_tier\" value=\"Suits Standard\" data-price=\"25000\" checked onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Suits Standard<\/div>\n                            <div class=\"sl-option-desc\">Standard material &amp; size<\/div>\n                            <div class=\"sl-option-price\">IDR 25,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"suit_tier\" value=\"Suits Exclusive\" data-price=\"35000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Suits Exclusive<\/div>\n                            <div class=\"sl-option-desc\">Custom material &amp; size<\/div>\n                            <div class=\"sl-option-price\">IDR 35,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"suit_tier\" value=\"Suits Luxuries\" data-price=\"45000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Suits Luxuries<\/div>\n                            <div class=\"sl-option-desc\">Delicate fabric &amp; size<\/div>\n                            <div class=\"sl-option-price\">IDR 45,000<\/div>\n                        <\/label>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sl-form-group\">\n                    <label>Suit Speed Service Surcharge<\/label>\n                    <div class=\"sl-grid-options\">\n                        <label class=\"sl-option-card selected\">\n                            <input type=\"radio\" name=\"suit_speed\" value=\"Regular\" data-surcharge=\"0\" checked onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Regular (2-3 Days)<\/div>\n                            <div class=\"sl-option-desc\">No extra charge (+0%)<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"suit_speed\" value=\"Express 24h (+25%)\" data-surcharge=\"0.25\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Express 24 Hours<\/div>\n                            <div class=\"sl-option-desc\">+25% speed fee<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"suit_speed\" value=\"Express 12h (+50%)\" data-surcharge=\"0.50\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Express 12 Hours<\/div>\n                            <div class=\"sl-option-desc\">+50% speed fee<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"suit_speed\" value=\"Express 8h (+75%)\" data-surcharge=\"0.75\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Express 6-8 Hours<\/div>\n                            <div class=\"sl-option-desc\">+75% speed fee<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"suit_speed\" value=\"Express 4h (+100%)\" data-surcharge=\"1.00\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Express 4 Hours<\/div>\n                            <div class=\"sl-option-desc\">+100% speed fee<\/div>\n                        <\/label>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- CATEGORY: DRESS CARE -->\n            <div id=\"sl-cat-dress\" class=\"sl-category-block sl-hidden\">\n                <div class=\"sl-form-group\">\n                    <label>Select Dress Type<\/label>\n                    <div class=\"sl-grid-options\">\n                        <label class=\"sl-option-card selected\">\n                            <input type=\"radio\" name=\"dress_type\" value=\"Dress Standard\" data-price=\"65000\" checked onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Dress Standard<\/div>\n                            <div class=\"sl-option-desc\">Size L\/M standard fabric<\/div>\n                            <div class=\"sl-option-price\">IDR 65,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"dress_type\" value=\"Dress Exclusive\" data-price=\"75000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Dress Exclusive<\/div>\n                            <div class=\"sl-option-desc\">Size L\/M with ornaments<\/div>\n                            <div class=\"sl-option-price\">IDR 75,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"dress_type\" value=\"Dress Luxuries\" data-price=\"125000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Dress Luxuries<\/div>\n                            <div class=\"sl-option-desc\">Size L\/M, ornaments &amp; inner layers<\/div>\n                            <div class=\"sl-option-price\">IDR 125,000<\/div>\n                        <\/label>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- CATEGORY: BRIDAL CARE -->\n            <div id=\"sl-cat-bridal\" class=\"sl-category-block sl-hidden\">\n                <div class=\"sl-form-group\">\n                    <label>Select Bridal Gown Type<\/label>\n                    <div class=\"sl-grid-options\">\n                        <label class=\"sl-option-card selected\">\n                            <input type=\"radio\" name=\"bridal_type\" value=\"Bridal Standard\" data-price=\"150000\" checked onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Bridal Standard<\/div>\n                            <div class=\"sl-option-desc\">Standard wedding gown<\/div>\n                            <div class=\"sl-option-price\">IDR 150,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"bridal_type\" value=\"Bridal Exclusive\" data-price=\"250000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Bridal Exclusive<\/div>\n                            <div class=\"sl-option-desc\">Detailed ornaments &amp; size<\/div>\n                            <div class=\"sl-option-price\">IDR 250,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"bridal_type\" value=\"Bridal Luxuries\" data-price=\"350000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Bridal Luxuries<\/div>\n                            <div class=\"sl-option-desc\">Heavy ornaments &amp; layers<\/div>\n                            <div class=\"sl-option-price\">IDR 350,000<\/div>\n                        <\/label>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- CATEGORY: WINTER CARE -->\n            <div id=\"sl-cat-winter\" class=\"sl-category-block sl-hidden\">\n                <div class=\"sl-form-group\">\n                    <label>Select Winter Jacket Type<\/label>\n                    <div class=\"sl-grid-options\">\n                        <label class=\"sl-option-card selected\">\n                            <input type=\"radio\" name=\"winter_type\" value=\"Jacket Winter Standard\" data-price=\"75000\" checked onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Jacket Winter Standard<\/div>\n                            <div class=\"sl-option-desc\">Size L\/M &amp; No Fur (Tanpa Bulu)<\/div>\n                            <div class=\"sl-option-price\">IDR 75,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"winter_type\" value=\"Jacket Winter Exclusive\" data-price=\"90000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Jacket Winter Exclusive<\/div>\n                            <div class=\"sl-option-desc\">Size L\/M &amp; With Fur (+Bulu)<\/div>\n                            <div class=\"sl-option-price\">IDR 90,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"winter_type\" value=\"Jacket Winter Luxuries\" data-price=\"110000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Jacket Winter Luxuries<\/div>\n                            <div class=\"sl-option-desc\">Size XL\/XXL (With\/Without Fur)<\/div>\n                            <div class=\"sl-option-price\">IDR 110,000<\/div>\n                        <\/label>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- CATEGORY: BED COVER -->\n            <div id=\"sl-cat-bedcover\" class=\"sl-category-block sl-hidden\">\n                <div class=\"sl-form-group\">\n                    <label>Select Bed Cover Size<\/label>\n                    <div class=\"sl-grid-options\">\n                        <label class=\"sl-option-card selected\">\n                            <input type=\"radio\" name=\"bedcover_type\" value=\"Bed Cover Standard\" data-price=\"35000\" checked onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Bed Cover Standard<\/div>\n                            <div class=\"sl-option-desc\">Single size bedcover<\/div>\n                            <div class=\"sl-option-price\">IDR 35,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"bedcover_type\" value=\"Bed Cover Medium\" data-price=\"45000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Bed Cover Medium<\/div>\n                            <div class=\"sl-option-desc\">Queen size bedcover<\/div>\n                            <div class=\"sl-option-price\">IDR 45,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"bedcover_type\" value=\"Bed Cover King Size\" data-price=\"55000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Bed Cover King Size<\/div>\n                            <div class=\"sl-option-desc\">King \/ Super king size<\/div>\n                            <div class=\"sl-option-price\">IDR 55,000<\/div>\n                        <\/label>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- CATEGORY: BANTAL GULING -->\n            <div id=\"sl-cat-pillow\" class=\"sl-category-block sl-hidden\">\n                <div class=\"sl-form-group\">\n                    <label>Select Pillow \/ Feather Item<\/label>\n                    <div class=\"sl-grid-options\">\n                        <label class=\"sl-option-card selected\">\n                            <input type=\"radio\" name=\"pillow_type\" value=\"Bantal Guling Standard\" data-price=\"25000\" checked onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Bantal \/ Guling Standard<\/div>\n                            <div class=\"sl-option-price\">IDR 25,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"pillow_type\" value=\"Bantal Guling Medium\" data-price=\"35000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Bantal \/ Guling Medium<\/div>\n                            <div class=\"sl-option-price\">IDR 35,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"pillow_type\" value=\"Bantal Guling King Size\" data-price=\"45000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Bantal \/ Guling King Size<\/div>\n                            <div class=\"sl-option-price\">IDR 45,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"pillow_type\" value=\"Bantal Bulu Angsa\" data-price=\"65000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Bantal Bulu Angsa<\/div>\n                            <div class=\"sl-option-desc\">Goose Down Pillow Special Care<\/div>\n                            <div class=\"sl-option-price\">IDR 65,000<\/div>\n                        <\/label>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- CATEGORY: SPECIAL STAIN TREATMENT -->\n            <div id=\"sl-cat-treatment\" class=\"sl-category-block sl-hidden\">\n                <span class=\"sl-promo-badge\">\ud83c\udf89 Promo: Discount for Minimum 3 Clothes<\/span>\n                <div class=\"sl-form-group\">\n                    <label>Select Treatment Type<\/label>\n                    <div class=\"sl-grid-options\">\n                        <label class=\"sl-option-card selected\">\n                            <input type=\"radio\" name=\"treatment_type\" value=\"Noda Luntur (Dye Transfer) Lvl 1\" data-price=\"45000\" checked onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Noda Luntur - Lvl 1<\/div>\n                            <div class=\"sl-option-price\">IDR 45,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"treatment_type\" value=\"Noda Luntur (Dye Transfer) Lvl 2\" data-price=\"65000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Noda Luntur - Lvl 2<\/div>\n                            <div class=\"sl-option-price\">IDR 65,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"treatment_type\" value=\"Noda Luntur (Dye Transfer) Maximum\" data-price=\"85000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Noda Luntur - Maximum<\/div>\n                            <div class=\"sl-option-price\">IDR 85,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"treatment_type\" value=\"Noda Tinta Lvl 1\" data-price=\"45000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Noda Tinta - Lvl 1<\/div>\n                            <div class=\"sl-option-price\">IDR 45,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"treatment_type\" value=\"Noda Tinta Lvl 2\" data-price=\"75000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Noda Tinta - Lvl 2<\/div>\n                            <div class=\"sl-option-price\">IDR 75,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"treatment_type\" value=\"Noda Tinta Maximum\" data-price=\"95000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Noda Tinta - Maximum<\/div>\n                            <div class=\"sl-option-price\">IDR 95,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"treatment_type\" value=\"Noda Cat (Paint) Lvl 1\" data-price=\"45000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Noda Cat - Lvl 1<\/div>\n                            <div class=\"sl-option-price\">IDR 45,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"treatment_type\" value=\"Noda Cat (Paint) Lvl 2\" data-price=\"75000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Noda Cat - Lvl 2<\/div>\n                            <div class=\"sl-option-price\">IDR 75,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"treatment_type\" value=\"Noda Cat (Paint) Maximum\" data-price=\"95000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Noda Cat - Maximum<\/div>\n                            <div class=\"sl-option-price\">IDR 95,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"treatment_type\" value=\"Noda Lipstik\/Foundation Lvl 1\" data-price=\"45000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Noda Lipstik\/Foundation Lvl 1<\/div>\n                            <div class=\"sl-option-price\">IDR 45,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"treatment_type\" value=\"Noda Lipstik\/Foundation Lvl 2\" data-price=\"75000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Noda Lipstik\/Foundation Lvl 2<\/div>\n                            <div class=\"sl-option-price\">IDR 75,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"treatment_type\" value=\"Noda Lipstik\/Foundation Maximum\" data-price=\"95000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Noda Lipstik\/Foundation Max<\/div>\n                            <div class=\"sl-option-price\">IDR 95,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"treatment_type\" value=\"Unyellow White Clothes Lvl 1\" data-price=\"45000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Unyellow White Clothes Lvl 1<\/div>\n                            <div class=\"sl-option-price\">IDR 45,000<\/div>\n                        <\/label>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- CATEGORY: SHOES CARE -->\n            <div id=\"sl-cat-shoes\" class=\"sl-category-block sl-hidden\">\n                <div class=\"sl-form-group\">\n                    <label>Shoes Care &amp; Service Type<\/label>\n                    <div class=\"sl-grid-options\">\n                        <label class=\"sl-option-card selected\">\n                            <input type=\"radio\" name=\"shoes_type\" value=\"Standard Cleaning (Bezoes + Steam)\" data-price=\"25000\" checked onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Standard Cleaning<\/div>\n                            <div class=\"sl-option-desc\">Bezoes + Steam<\/div>\n                            <div class=\"sl-option-price\">IDR 25,000 - 45,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"shoes_type\" value=\"Special Care (Bezoes + Steam + Unyellow)\" data-price=\"75000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Special Care<\/div>\n                            <div class=\"sl-option-desc\">Bezoes + Steam + Unyellowing<\/div>\n                            <div class=\"sl-option-price\">IDR 75,000 - 100,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"shoes_type\" value=\"Standard Cleaning Suede\" data-price=\"65000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Standard Suede Care<\/div>\n                            <div class=\"sl-option-desc\">Bezoes + Steam Suede Special<\/div>\n                            <div class=\"sl-option-price\">IDR 65,000 - 80,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"shoes_type\" value=\"Standard Cleaning Leather\" data-price=\"75000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Standard Leather Care<\/div>\n                            <div class=\"sl-option-desc\">Bezoes + Steam Leather Special<\/div>\n                            <div class=\"sl-option-price\">IDR 75,000 - 90,000<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"shoes_type\" value=\"Shoes Re-paint\" data-price=\"75000\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Shoes Re-paint<\/div>\n                            <div class=\"sl-option-desc\">Color Restoration<\/div>\n                            <div class=\"sl-option-price\">IDR 75,000 - 100,000<\/div>\n                        <\/label>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sl-form-group\">\n                    <label>Shoes Turnaround Speed<\/label>\n                    <div class=\"sl-grid-options\">\n                        <label class=\"sl-option-card selected\">\n                            <input type=\"radio\" name=\"shoes_speed\" value=\"Deep Clean Regular (4-5 Working Days)\" data-multiplier=\"1\" checked onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Regular (4-5 Working Days)<\/div>\n                            <div class=\"sl-option-desc\">Standard turnaround<\/div>\n                        <\/label>\n                        <label class=\"sl-option-card\">\n                            <input type=\"radio\" name=\"shoes_speed\" value=\"Deep Clean Express (+50% to +75%)\" data-multiplier=\"1.5\" onchange=\"slCalculateEstimate()\">\n                            <div class=\"sl-option-title\">Express (+50% to +75%)<\/div>\n                            <div class=\"sl-option-desc\">Priority handling<\/div>\n                        <\/label>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- STEP 3: PICKUP DETAILS -->\n            <div class=\"sl-section-title\">\n                <span class=\"sl-step-num\">3<\/span> Pickup Details\n            <\/div>\n            <div class=\"sl-form-group\">\n                <label for=\"slCustName\">Full Name *<\/label>\n                <input type=\"text\" id=\"slCustName\" class=\"sl-form-control\" placeholder=\"e.g. Budi Santoso\" required>\n            <\/div>\n            <div class=\"sl-form-group\">\n                <label for=\"slCustPhone\">WhatsApp Phone Number *<\/label>\n                <input type=\"tel\" id=\"slCustPhone\" class=\"sl-form-control\" placeholder=\"e.g. 081234567890\" required>\n            <\/div>\n            <div class=\"sl-form-group\">\n                <label for=\"slCustAddress\">Pickup Address in Surabaya *<\/label>\n                <textarea id=\"slCustAddress\" class=\"sl-form-control\" placeholder=\"Complete address, street name, building \/ house number, district\" required><\/textarea>\n            <\/div>\n            <div class=\"sl-form-group\">\n                <label for=\"slCustNotes\">Special Instructions \/ Stain Notes (Optional)<\/label>\n                <input type=\"text\" id=\"slCustNotes\" class=\"sl-form-control\" placeholder=\"e.g. Handle jacket carefully, white shirt stain treatment\">\n            <\/div>\n\n            <!-- ESTIMATION SUMMARY -->\n            <div class=\"sl-summary-box\">\n                <div class=\"sl-summary-row\">\n                    <span>Selected Service:<\/span>\n                    <strong id=\"slSummaryService\">Laundry Kiloan<\/strong>\n                <\/div>\n                <div class=\"sl-summary-row\">\n                    <span>Detail &amp; Speed:<\/span>\n                    <strong id=\"slSummarySpeed\">Wash-Dry-Iron-Fold (Regular)<\/strong>\n                <\/div>\n                <div class=\"sl-summary-row total\">\n                    <span>Estimated Minimum Starting Rate:<\/span>\n                    <span id=\"slSummaryTotal\" style=\"color: #0052CC;\">IDR 32,000<\/span>\n                <\/div>\n            <\/div>\n\n            <button type=\"button\" class=\"sl-btn-submit\" onclick=\"slDispatchOrder()\">\n                <svg width=\"20\" height=\"20\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981z\"\/><\/svg>\n                Send Fast Booking via WhatsApp\n            <\/button>\n        <\/form>\n    <\/div>\n<\/div>\n\n<script>\n    const slKiloanRates = {\n        \"Wash-Dry-Iron-Fold\": {\n            \"regular\": { price: 8000, minKg: 4 },\n            \"24h\": { price: 11000, minKg: 5 },\n            \"12h\": { price: 15000, minKg: 5 },\n            \"8h\": { price: 20000, minKg: 4 },\n            \"4h\": { price: 25000, minKg: 4 }\n        },\n        \"Wash-Dry-Fold\": {\n            \"regular\": { price: 7000, minKg: 4 },\n            \"24h\": { price: 10000, minKg: 5 },\n            \"12h\": { price: 12000, minKg: 5 },\n            \"8h\": { price: 15000, minKg: 4 },\n            \"4h\": { price: 20000, minKg: 4 }\n        }\n    };\n\n    document.querySelectorAll('.sl-grid-options').forEach(grid => {\n        grid.addEventListener('click', function(e) {\n            const card = e.target.closest('.sl-option-card');\n            if(!card) return;\n            const radio = card.querySelector('input[type=\"radio\"]');\n            if(!radio) return;\n            \n            const groupName = radio.getAttribute('name');\n            this.querySelectorAll(`input[name=\"${groupName}\"]`).forEach(r => {\n                r.closest('.sl-option-card').classList.remove('selected');\n            });\n            card.classList.add('selected');\n            radio.checked = true;\n            \n            if(groupName === 'kiloan_type') {\n                slUpdateKiloanLabels();\n            }\n            slCalculateEstimate();\n        });\n    });\n\n    function slSwitchCategory() {\n        const selectedCat = document.getElementById('slServiceCategory').value;\n        document.querySelectorAll('.sl-category-block').forEach(block => block.classList.add('sl-hidden'));\n        document.getElementById(`sl-cat-${selectedCat}`).classList.remove('sl-hidden');\n        if(selectedCat === 'kiloan') {\n            slUpdateKiloanLabels();\n        }\n        slCalculateEstimate();\n    }\n\n    function slUpdateKiloanLabels() {\n        const kiloType = document.querySelector('input[name=\"kiloan_type\"]:checked').value;\n        const rates = slKiloanRates[kiloType];\n\n        document.getElementById('sl-price-kiloan-regular').innerText = `IDR ${rates.regular.price.toLocaleString('id-ID')} \/ kg (Min ${rates.regular.minKg}kg)`;\n        document.getElementById('sl-price-kiloan-24h').innerText = `IDR ${rates['24h'].price.toLocaleString('id-ID')} \/ kg (Min ${rates['24h'].minKg}kg)`;\n        document.getElementById('sl-price-kiloan-12h').innerText = `IDR ${rates['12h'].price.toLocaleString('id-ID')} \/ kg (Min ${rates['12h'].minKg}kg)`;\n        document.getElementById('sl-price-kiloan-8h').innerText = `IDR ${rates['8h'].price.toLocaleString('id-ID')} \/ kg (Min ${rates['8h'].minKg}kg)`;\n        document.getElementById('sl-price-kiloan-4h').innerText = `IDR ${rates['4h'].price.toLocaleString('id-ID')} \/ kg (Min ${rates['4h'].minKg}kg)`;\n    }\n\n    function slCalculateEstimate() {\n        const category = document.getElementById('slServiceCategory').value;\n        let serviceText = \"\";\n        let speedText = \"\";\n        let estTotal = 0;\n\n        if (category === 'kiloan') {\n            const kiloType = document.querySelector('input[name=\"kiloan_type\"]:checked').value;\n            const kiloSpeed = document.querySelector('input[name=\"kiloan_speed\"]:checked').value;\n            const rateObj = slKiloanRates[kiloType][kiloSpeed];\n\n            serviceText = `Laundry Kiloan (${kiloType})`;\n            speedText = `${kiloSpeed.toUpperCase()} (Min ${rateObj.minKg}kg)`;\n            estTotal = rateObj.price * rateObj.minKg;\n\n        } else if (category === 'suits') {\n            const suitRadio = document.querySelector('input[name=\"suit_tier\"]:checked');\n            const speedRadio = document.querySelector('input[name=\"suit_speed\"]:checked');\n            const basePrice = parseInt(suitRadio.getAttribute('data-price'));\n            const surcharge = parseFloat(speedRadio.getAttribute('data-surcharge'));\n\n            serviceText = `Suits Care - ${suitRadio.value}`;\n            speedText = speedRadio.value;\n            estTotal = basePrice + (basePrice * surcharge);\n\n        } else if (category === 'dress') {\n            const dressRadio = document.querySelector('input[name=\"dress_type\"]:checked');\n            serviceText = `Dress Care - ${dressRadio.value}`;\n            speedText = \"Regular Care\";\n            estTotal = parseInt(dressRadio.getAttribute('data-price'));\n\n        } else if (category === 'bridal') {\n            const bridalRadio = document.querySelector('input[name=\"bridal_type\"]:checked');\n            serviceText = `Bridal Care - ${bridalRadio.value}`;\n            speedText = \"Special Preservation\";\n            estTotal = parseInt(bridalRadio.getAttribute('data-price'));\n\n        } else if (category === 'winter') {\n            const winterRadio = document.querySelector('input[name=\"winter_type\"]:checked');\n            serviceText = `Winter Care - ${winterRadio.value}`;\n            speedText = \"Regular Care\";\n            estTotal = parseInt(winterRadio.getAttribute('data-price'));\n\n        } else if (category === 'bedcover') {\n            const bedRadio = document.querySelector('input[name=\"bedcover_type\"]:checked');\n            serviceText = `Bed Cover Care - ${bedRadio.value}`;\n            speedText = \"Regular Care\";\n            estTotal = parseInt(bedRadio.getAttribute('data-price'));\n\n        } else if (category === 'pillow') {\n            const pillowRadio = document.querySelector('input[name=\"pillow_type\"]:checked');\n            serviceText = `Pillow Care - ${pillowRadio.value}`;\n            speedText = \"Regular Care\";\n            estTotal = parseInt(pillowRadio.getAttribute('data-price'));\n\n        } else if (category === 'treatment') {\n            const treatRadio = document.querySelector('input[name=\"treatment_type\"]:checked');\n            serviceText = `Special Stain Treatment`;\n            speedText = `${treatRadio.value} (Disc. Min 3 Pcs Available)`;\n            estTotal = parseInt(treatRadio.getAttribute('data-price'));\n\n        } else if (category === 'shoes') {\n            const shoeRadio = document.querySelector('input[name=\"shoes_type\"]:checked');\n            const speedRadio = document.querySelector('input[name=\"shoes_speed\"]:checked');\n            const basePrice = parseInt(shoeRadio.getAttribute('data-price'));\n            const multiplier = parseFloat(speedRadio.getAttribute('data-multiplier'));\n\n            serviceText = `Shoes Care - ${shoeRadio.value}`;\n            speedText = speedRadio.value;\n            estTotal = basePrice * multiplier;\n        }\n\n        document.getElementById('slSummaryService').innerText = serviceText;\n        document.getElementById('slSummarySpeed').innerText = speedText;\n        document.getElementById('slSummaryTotal').innerText = 'IDR ' + estTotal.toLocaleString('id-ID');\n    }\n\n    function slDispatchOrder() {\n        const name = document.getElementById('slCustName').value.trim();\n        const phone = document.getElementById('slCustPhone').value.trim();\n        const address = document.getElementById('slCustAddress').value.trim();\n        const notes = document.getElementById('slCustNotes').value.trim();\n\n        if(!name || !phone || !address) {\n            alert('Please complete your Name, WhatsApp Number, and Pickup Address.');\n            return;\n        }\n\n        const serviceText = document.getElementById('slSummaryService').innerText;\n        const speedText = document.getElementById('slSummarySpeed').innerText;\n        const totalText = document.getElementById('slSummaryTotal').innerText;\n\n        const text = `*FAST ORDER BOOKING - SHELLA LAUNDRY*\\n` +\n                     `-----------------------------------\\n` +\n                     `*Name:* ${name}\\n` +\n                     `*Phone:* ${phone}\\n` +\n                     `*Service Category:* ${serviceText}\\n` +\n                     `*Service Speed\/Detail:* ${speedText}\\n` +\n                     `*Pickup Address:* ${address}\\n` +\n                     (notes ? `*Special Notes:* ${notes}\\n` : '') +\n                     `-----------------------------------\\n` +\n                     `*Est. Starting Rate:* ${totalText}\\n\\n` +\n                     `Please confirm my pickup schedule. Thank you!`;\n\n        const encodedText = encodeURIComponent(text);\n        window.location.href = `https:\/\/wa.me\/6281326235096?text=${encodedText}`;\n    }\n\n    \/\/ Initialize default UI setup on load\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        slUpdateKiloanLabels();\n        slCalculateEstimate();\n    });\n<\/script>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"1 Service Category Laundry Kiloan (Wash &amp; Fold \/ Wash &amp; Iron) Exclusive Suits (Dry &amp; Wet Clean) Dress Care [...]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-4233","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.4 (Yoast SEO v28.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Fast Order laundry<\/title>\n<meta name=\"description\" content=\"Simple and easy Right, laundry Surabaya choice of fast order services, make everyone quickly order laundry\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/shellaweb.com\/en\/fast-order\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Fast Order\" \/>\n<meta property=\"og:description\" content=\"Simple and easy Right, laundry Surabaya choice of fast order services, make everyone quickly order laundry\" \/>\n<meta property=\"og:url\" content=\"https:\/\/shellaweb.com\/en\/fast-order\/\" \/>\n<meta property=\"og:site_name\" content=\"Shella Laundry &amp; Dry Clean Surabaya\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/shella.laundryexpress\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-22T22:55:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/shellaweb.com\/wp-content\/uploads\/2026\/06\/Look-for-Convenient-Location-and-Hours.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"1777\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/shellaweb.com\\\/fast-order\\\/\",\"url\":\"https:\\\/\\\/shellaweb.com\\\/fast-order\\\/\",\"name\":\"Fast Order laundry\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/shellaweb.com\\\/#website\"},\"datePublished\":\"2017-12-18T13:03:52+00:00\",\"dateModified\":\"2026-09-22T22:55:45+00:00\",\"description\":\"Simple and easy Right, laundry Surabaya choice of fast order services, make everyone quickly order laundry\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/shellaweb.com\\\/fast-order\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/shellaweb.com\\\/fast-order\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/shellaweb.com\\\/fast-order\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/shellaweb.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Fast Order\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/shellaweb.com\\\/#website\",\"url\":\"https:\\\/\\\/shellaweb.com\\\/\",\"name\":\"Shella Laundry & Dry Clean Surabaya\",\"description\":\"Shella Laundry &amp; Dry Clean Surabaya\",\"publisher\":{\"@id\":\"https:\\\/\\\/shellaweb.com\\\/#organization\"},\"alternateName\":\"Shella laundry surabaya\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/shellaweb.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/shellaweb.com\\\/#organization\",\"name\":\"Shella laundry & Dry Clean\",\"alternateName\":\"Shella Laundry Surabaya\",\"url\":\"https:\\\/\\\/shellaweb.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/shellaweb.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/shellaweb.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/Fave-Shella-logo.png\",\"contentUrl\":\"https:\\\/\\\/shellaweb.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/Fave-Shella-logo.png\",\"width\":112,\"height\":112,\"caption\":\"Shella laundry & Dry Clean\"},\"image\":{\"@id\":\"https:\\\/\\\/shellaweb.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/shella.laundryexpress\",\"https:\\\/\\\/mastodon.social\\\/@shella_laundry\",\"https:\\\/\\\/www.instagram.com\\\/shellalaundry.express\\\/\",\"https:\\\/\\\/www.tiktok.com\\\/@shellalaundry\",\"https:\\\/\\\/www.youtube.com\\\/@shellalaundry\",\"https:\\\/\\\/id.pinterest.com\\\/shellanginden\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/shella-laundry-express-surabaya\",\"https:\\\/\\\/www.threads.net\\\/@shella.laundryexpress\",\"https:\\\/\\\/news.shellaweb.com\",\"https:\\\/\\\/linktr.ee\\\/Shellaweb\",\"https:\\\/\\\/www.trustindex.io\\\/reviews\\\/shellaweb.com-1\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Fast Order laundry","description":"Simple and easy Right, laundry Surabaya choice of fast order services, make everyone quickly order laundry","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/shellaweb.com\/en\/fast-order\/","og_locale":"en_US","og_type":"article","og_title":"Fast Order","og_description":"Simple and easy Right, laundry Surabaya choice of fast order services, make everyone quickly order laundry","og_url":"https:\/\/shellaweb.com\/en\/fast-order\/","og_site_name":"Shella Laundry &amp; Dry Clean Surabaya","article_publisher":"https:\/\/www.facebook.com\/shella.laundryexpress","article_modified_time":"2026-09-22T22:55:45+00:00","og_image":[{"width":1000,"height":1777,"url":"https:\/\/shellaweb.com\/wp-content\/uploads\/2026\/06\/Look-for-Convenient-Location-and-Hours.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/shellaweb.com\/fast-order\/","url":"https:\/\/shellaweb.com\/fast-order\/","name":"Fast Order laundry","isPartOf":{"@id":"https:\/\/shellaweb.com\/#website"},"datePublished":"2017-12-18T13:03:52+00:00","dateModified":"2026-09-22T22:55:45+00:00","description":"Simple and easy Right, laundry Surabaya choice of fast order services, make everyone quickly order laundry","breadcrumb":{"@id":"https:\/\/shellaweb.com\/fast-order\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/shellaweb.com\/fast-order\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/shellaweb.com\/fast-order\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/shellaweb.com\/en\/"},{"@type":"ListItem","position":2,"name":"Fast Order"}]},{"@type":"WebSite","@id":"https:\/\/shellaweb.com\/#website","url":"https:\/\/shellaweb.com\/","name":"Shella Laundry & Dry Clean Surabaya","description":"Shella Laundry &amp; Dry Clean Surabaya","publisher":{"@id":"https:\/\/shellaweb.com\/#organization"},"alternateName":"Shella laundry surabaya","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/shellaweb.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/shellaweb.com\/#organization","name":"Shella laundry & Dry Clean","alternateName":"Shella Laundry Surabaya","url":"https:\/\/shellaweb.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/shellaweb.com\/#\/schema\/logo\/image\/","url":"https:\/\/shellaweb.com\/wp-content\/uploads\/2024\/04\/Fave-Shella-logo.png","contentUrl":"https:\/\/shellaweb.com\/wp-content\/uploads\/2024\/04\/Fave-Shella-logo.png","width":112,"height":112,"caption":"Shella laundry & Dry Clean"},"image":{"@id":"https:\/\/shellaweb.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/shella.laundryexpress","https:\/\/mastodon.social\/@shella_laundry","https:\/\/www.instagram.com\/shellalaundry.express\/","https:\/\/www.tiktok.com\/@shellalaundry","https:\/\/www.youtube.com\/@shellalaundry","https:\/\/id.pinterest.com\/shellanginden","https:\/\/www.linkedin.com\/in\/shella-laundry-express-surabaya","https:\/\/www.threads.net\/@shella.laundryexpress","https:\/\/news.shellaweb.com","https:\/\/linktr.ee\/Shellaweb","https:\/\/www.trustindex.io\/reviews\/shellaweb.com-1"]}]}},"_links":{"self":[{"href":"https:\/\/shellaweb.com\/en\/wp-json\/wp\/v2\/pages\/4233","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shellaweb.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shellaweb.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shellaweb.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shellaweb.com\/en\/wp-json\/wp\/v2\/comments?post=4233"}],"version-history":[{"count":0,"href":"https:\/\/shellaweb.com\/en\/wp-json\/wp\/v2\/pages\/4233\/revisions"}],"wp:attachment":[{"href":"https:\/\/shellaweb.com\/en\/wp-json\/wp\/v2\/media?parent=4233"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}