illogicallogic
Excursionist
Contact Me
Status
Offline
Last Activity
‎11-15-2022 07:38 AM
Topic Started
1
Topics Started
Topic Solutions
1
Solution
Post Count
16
Posts
Post Kudos
2
Likes

Community Badges

Hi, I managed to install the jQuery datepicker, and it works fine... except that it "remembers" the previous date selected. This becomes a problem because if the customer doesn't select a new date,...
Hi, has anyone come across an app that will allow you to take pre-orders on selected OOS items, as well as let customers sign up for an email notification when other items have been restocked? Than...
Hi everyone, I have managed to add a date picker to my cart page using this tutorial https://shopify.dev/tutorials/customize-theme-add-date-picker-for-delivery-dates But now I can't figure...
Hi, I'm intending to use multiple Buy Buttons on my Wix site, and I was wondering how to edit the embed code. "If you want to embed Buy Buttons for multiple products or collections,...
No content to show

User Activity

Hi @ztinarutnevThat happens to me too, and I'm not sure how to resolve it. I've started a topic asking about it though, will keep you updated if there is a solution! 
@BradleysPies I think my previous message got lost!This is the code I've pasted at the bottom of my theme.js, assuming you have followed the other two steps in the tutorial.Some customs you can make:firstDay: 1, (my calendar starts on Monday)minDate:...
@BradleysPies  This is the code I used for the theme.js, assuming you have done the other 2 steps in the tutorial. You can change some of the values to what works for you.firstDay: 1, (Week starts on Monday)minDate: +1, (The calendar only starts from...
Didn't get any replies, so I mucked around a bit and figured it out. Gonna leave it here for anyone who needs the solution.beforeShow : function(){var dateTime = new Date();var hour = dateTime.getHours();if(hour>=18){$(this).datepicker( "option", "mi...
Hi,I have managed to add a delivery date picker in my cart template using instructions from here.https://shopify.dev/tutorials/customize-theme-add-date-picker-for-delivery-datesI would also like to include a cutoff time, so that any orders placed aft...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to