How to remove time option from Delivery Date

Created by Support Agent, Modified on Sun, 19 Apr at 11:11 PM by Support Agent

Question:

we are using One Step Checkout module in one of our projects, we want to remove TIME option from DELIVERY DATE calendar option at checkout. How we can achieve this?


Answer:


Edit File: Bss_OneStepCheckout_M2_v2.0.6/view/frontend/layout/onestepcheckout_index_index.xml

line 52-57
Before
<item name="config" xsi:type="array">
                                                                        <item name="template" xsi:type="string">ui/form/field</item>
                                                                        <item name="options" xsi:type="array">
                                                                            <item name="timeFormat" xsi:type="string">hh:mm</item>
                                                                            <item name="showsTime" xsi:type="string">true</item>
                                                                        </item>
                                                                    </item>

After

<item name="config" xsi:type="array">
                                                                        <item name="template" xsi:type="string">ui/form/field</item>
                                                                    </item>
                                                                    <item name="options" xsi:type="array">
                                                                        <item name="timeFormat" xsi:type="string">hh:mm</item>
                                                                        <item name="showsTime" xsi:type="boolean">false</item>
                                                                    </item>

Learn more about us!!


BSS Commerce is a full-service ecommerce agency with 14+ years of experience, supporting 75,000+ customers worldwide. As an Adobe Commerce Solution Bronze Partner and Select Magento Extensions Builder, we deliver trusted end-to-end solutions.


Our core strength is Magento, with 150+ extensions designed to enhance store performance and drive growth. With deep expertise from years of working on Magento websites, we deliver scalable, high-impact solutions backed by strong client trust.


Discover our extensions: https://bsscommerce.com/magento-2-extensions.html 


You can refer our top tier extensions:

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article