All things Shopify and commerce
I would like to know if for example, in a customers account, how do I add a calendar so a customer can select a preferred dates for the next deliveries of the remaining products out of the subscribed plan.
Hi,
For that you’ll need to integrate a date picker library, create a section for the calendar in the customer account area, and implement a backend solution to save the selected dates.
An example of a date picker library file is at the theme.liquid
<!-- Include Flatpickr CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css">
<!-- Include Flatpickr JS -->
<script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025