From b80dd0cc5e21acd0ca1adb766fa66fb1005f4f73 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 16 May 2018 08:19:12 -0400 Subject: [PATCH] Package text updates for will call hours. Updates from the client request. --- classes/class_order_form.inc | 16 +++++++++++----- faq.php | 14 ++++++++++---- libjs/order-form.js | 14 ++++++++------ order-form.inc.php | 2 +- purchase.php | 2 +- 5 files changed, 31 insertions(+), 17 deletions(-) diff --git a/classes/class_order_form.inc b/classes/class_order_form.inc index 48fde6e..50d657e 100755 --- a/classes/class_order_form.inc +++ b/classes/class_order_form.inc @@ -484,10 +484,10 @@ www.mackinacparks.com
The Center is located under the Mackinac Bridge.
If you are coming North on I-75, take exit 339 and follow the signs for Colonial Fort Michilimackinac.
-The Colonial Michilimackinac Visitor Center hours for 2015 are listed as:

-May 4 to June 5 - 9:00 AM to 5:00 PM
-June 6 to September 6 - 9:00 AM to 7:00 PM
-September 7 to Oct 11 - 9:00 AM to 5:00 PM

+The Colonial Michilimackinac Visitor Center hours for 2018 are listed as:

+May 2 to June 8 - 9:00 AM to 5:00 PM
+June 9 to September 2 - 9:00 AM to 7:00 PM
+September 3 to Oct 7 - 9:00 AM to 5:00 PM

Here is an @@ -500,7 +500,13 @@ overview map of the Mackinaw City area.

$url = 'http://www.mackinacislandpackage.com/googleMap.php?site=stignace'; $direction_text = 'St. Ignace Chamber of Commerce
560 N. State Street, St. Ignace, MI 49781
-Monday through Friday, 9:00 AM-5:00 PM. Closed Saturday & Sunday
+May 12-20 Monday - Friday 9:00 AM to 5:00 PM (closed on holidays and days of special events-please call)
+Beginning May 21 through Labor Day (NEW HOURS)
+Monday - Friday 9AM - 7PM
+Saturday 10AM - 5PM
+Sunday 10AM - 3PM

+Sep 3 - 30
+Monday - Friday only 9AM - 5PM 800-970-8717
www.saintignace.org
diff --git a/faq.php b/faq.php index b92cf77..c1a1e3d 100644 --- a/faq.php +++ b/faq.php @@ -82,9 +82,9 @@ Visitor Center: 231-436-5564
The Center is located under the Mackinac Bridge. If you are coming North on I-75, take exit 339 and follow the signs for Colonial Fort Michilimackinac.

2018 hours for the Colonial Fort Michilimackinac Visitor Center are:
-May 1*-June 9 9AM to 4PM (1st package date is May 13)
-June 10-Sept 3 9AM to 6PM
-Sept 4-Oct 8* 9AM to 4PM (last package date is Sept. 30)

+May 2-June 8 9AM to 5PM
+June 9-Sept 2 9AM to 7PM
+Sept 3-Oct 7 9AM to 5PM

Here is an overview map of the Mackinaw City area.

@@ -97,7 +97,13 @@ www.saintignace.org
906-643-8717

2018 hours for St. Ignace Chamber of Commerce are:
-Monday - Friday 9:00 AM to 5:00 PM (closed on holidays and days of special events-please call)

+May 12-20 Monday - Friday 9:00 AM to 5:00 PM (closed on holidays and days of special events-please call)
+Beginning May 21 through Labor Day (NEW HOURS)
+Monday - Friday 9AM - 7PM
+Saturday 10AM - 5PM
+Sunday 10AM - 3PM

+Sep 3 - 30
+Monday - Friday only 9AM - 5PM For your convenience, please click here for diff --git a/libjs/order-form.js b/libjs/order-form.js index 4edf802..6d3a177 100755 --- a/libjs/order-form.js +++ b/libjs/order-form.js @@ -125,20 +125,22 @@ function myTest( type, args, obj ) switch_ship_method( 1 ); // if it is May then check to see if it falls on Memorial Day if( month == 4 && selDate.getDay() == 1 && day >= 25 ){ - isHolidayOrWeekend = true; + // isHolidayOrWeekend = true; } - // if it is July then check for Juyl 4th + // if it is July then check for July 4th if( month == 6 && day == 4 ){ - isHolidayOrWeekend = true; + // isHolidayOrWeekend = true; } // if it is Sep then check for Labour Day if( month == 8 && selDate.getDay() == 1 && day <= 7 ){ isHolidayOrWeekend = true; } - if( selDate.getDay() == 0 ){ + // check for Sunday + if( selDate.getDay() == 0 && ( month >= 8 && day > 2 ) ){ isHolidayOrWeekend = true; } - if( selDate.getDay() == 6 ){ + // check for Saturday + if( selDate.getDay() == 6 && ( month >= 8 && day > 2 ) ){ isHolidayOrWeekend = true; } @@ -161,7 +163,7 @@ function myTest( type, args, obj ) function switch_ship_method( val ) { // val == 1 if the packages is will call - // val == 2 if pacage is sent to them + // val == 2 if package is sent to them if( val == 1 ) { add_over_night(); diff --git a/order-form.inc.php b/order-form.inc.php index f7a644d..c15ac45 100755 --- a/order-form.inc.php +++ b/order-form.inc.php @@ -2,7 +2,7 @@ include_once('setup.phtml'); include_once(BASE.'classes/class_order_form.inc'); $days_in_advance = 7;// number of days in advance the ticket must be purchased -// get the pricing stucture of the package +// get the pricing structure of the package $query = "select adult,youth,child from ticket_member where ferry != 't'"; (float)$adult_price = (float)$youth_price = (float)$child_price = (float)0.00; $DB = new GLM_DB(); diff --git a/purchase.php b/purchase.php index 8f94817..7dcd558 100755 --- a/purchase.php +++ b/purchase.php @@ -9,7 +9,7 @@ include_once('order-form.inc.php'); Purchase Package - Mackinac Island Experience Package - + -- 2.17.1