How to remove TIME option from DELVIRY DATE calender option at chekcout

Created by Support Agent, Modified on Sun, 19 Apr at 1:30 AM by Support Agent

Question:

we are using one step checkout in one of our project and we want to remove TIME option from DELVIRY DATE calender option at chekcout. How we can achieve this, we did not found any setting in backend regarding this.


Answer:


To achieve this, can you please try again with this solution:


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>



Get to know 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.


Improve your website performance by choosing our 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