Re: Why don't my hours actually change in online s...

29 Jul.,2024

 

Re: Why don't my hours actually change in online s...

It sounds like you updated your business hours within the Locations section of your Square Dashboard!

Sawink Product Page

 

To change the hours that appear on your website, and for pickup & delivery orders, you can update these hours by heading to your Square Online overview page. On the left-hand side, you'll select Fulfillment > Pickup & Delivery to view your location(s).

 



If you have more than one location set up, you'll see them all here.

To edit the hours for a location, click Edit to the right of the location:

 

 

On the next page, you'll select the Order timing option:

 



Scroll down to the HOURS section, and edit your hours here!


For more commercial display productsinformation, please contact us. We will provide professional answers.

 

If you don't see your hours immediately update on your Square Online website, you can also edit what appears on your website by directly making that change. You'll head to Website Edit Site > locate the Location & hours section, and you should be able to edit hours manually here:

 

 

I hope this helps clarify how you can edit these hours, but definitely let us know if there are any lingering questions!

 

This post was updated in October by a moderator to include updated screenshots and steps.

Business Rule to display an error message

Configure the Business Rule as below

Name: XYZ
Table: incident ["incident"]
Active: Selected (checked)
Advanced: Selected (checked)
Switch to the When to run section and continue configuring the Business Rule:
When: Before
Insert: Selected (checked)

// rightnow stores the current time
	var rightnow = new GlideDateTime();
	// Create a GlideDateTime object for the When needed date
	var whenNeeded = new GlideDateTime(current.needed_field_name_here);
	var today = rightnow.getLocalDate();
	var istoday = whenNeeded.getLocalDate();
	// If the When needed date is before rightnow, do not write the record to the database and Compare today and istoday to see if they are the same day
	// show an error message to the screen
	if(whenNeeded.before(rightnow) || (today.compareTo(istoday) == 0)){
		gs.addErrorMessage("Your message");
		current.setAbortAction(true);
	}

 

Kindly let me know it helped your queries.

If you are looking for more details, kindly visit 49 inch lcd video wall.