Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi there. I am having difficulty getting the date picker on this form to omit Mondays and select the min day 3 days out from "todays date". https://nuflours.com/pages/test-pick-up-form
Here is the code below. I have it on the page but also in the theme.liquid and it does not seem to be working.
<script> window.onload = function() { if (window.jQuery) { let $ = window.jQuery; $(function() { $("#pick-up-date").input({ minDate: +3 beforeShowDay: function(date) { var day = date. getDay(); return [(day != 1), '']; } }) }); }); }); } } </script>
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025