Package text updates for will call hours.
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 16 May 2018 12:19:12 +0000 (08:19 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 16 May 2018 12:19:12 +0000 (08:19 -0400)
Updates from the client request.

classes/class_order_form.inc
faq.php
libjs/order-form.js
order-form.inc.php
purchase.php

index 48fde6e..50d657e 100755 (executable)
@@ -484,10 +484,10 @@ www.mackinacparks.com<br>
 The Center is located under the Mackinac Bridge. <br>
 If you are coming North on I-75, take exit 339 and follow the signs for Colonial Fort Michilimackinac. <br>
 
-The Colonial Michilimackinac Visitor Center hours for 2015 are listed as:<br><br>
-May 4 to June 5 - 9:00 AM to 5:00 PM<br>
-June 6 to September 6 - 9:00 AM to 7:00 PM<br>
-September 7 to Oct 11 - 9:00 AM to 5:00 PM<br><br>
+The Colonial Michilimackinac Visitor Center hours for 2018 are listed as:<br><br>
+May 2 to June 8 - 9:00 AM to 5:00 PM<br>
+June 9 to September 2 - 9:00 AM to 7:00 PM<br>
+September 3 to Oct 7 - 9:00 AM to 5:00 PM<br><br>
 
 Here is an <a
 href="'.$url.'">
@@ -500,7 +500,13 @@ overview map</a> of the Mackinaw City area.<br><br>
                 $url = 'http://www.mackinacislandpackage.com/googleMap.php?site=stignace';
 $direction_text = 'St. Ignace Chamber of Commerce<br>
 560 N. State Street, St. Ignace, MI 49781<br>
-Monday through Friday, 9:00 AM-5:00 PM. Closed Saturday & Sunday<br>
+May 12-20 Monday - Friday 9:00 AM to 5:00 PM (closed on holidays and days of special events-please call)<br>
+Beginning May 21 through Labor Day (NEW HOURS)<br>
+Monday - Friday 9AM - 7PM<br>
+Saturday 10AM - 5PM<br>
+Sunday 10AM - 3PM<br><br>
+Sep 3 - 30 <br>
+Monday - Friday only 9AM - 5PM
 800-970-8717<br>
 www.saintignace.org<br>
 
diff --git a/faq.php b/faq.php
index b92cf77..c1a1e3d 100644 (file)
--- a/faq.php
+++ b/faq.php
@@ -82,9 +82,9 @@ Visitor Center: 231-436-5564<br>
 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.<br><br>
 2018 hours for the Colonial Fort Michilimackinac Visitor Center are:<br>
-May 1*-June 9 9AM to 4PM (1st package date is May 13)<br>
-June 10-Sept 3 9AM to 6PM<br>
-Sept 4-Oct 8* 9AM to 4PM (last package date is Sept. 30)<br><br>
+May 2-June 8 9AM to 5PM<br>
+June 9-Sept 2 9AM to 7PM<br>
+Sept 3-Oct 7 9AM to 5PM<br><br>
 Here is an <a target="_blank"
 href="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=102+West+Straits+Avenue,+Mackinaw+City,+Mi+49701&sll=42.908842,-85.756354&sspn=0.00756,0.013733&ie=UTF8&ll=45.787352,-84.732742&spn=0.007197,0.013733&z=16&iwloc=A">
 overview map</a> of the Mackinaw City area.<br><br>
@@ -97,7 +97,13 @@ www.saintignace.org<br>
 906-643-8717<br><br>
 
 2018 hours for St. Ignace Chamber of Commerce are:<br>
-Monday - Friday 9:00 AM to 5:00 PM (closed on holidays and days of special events-please call)<br><br>
+May 12-20 Monday - Friday 9:00 AM to 5:00 PM (closed on holidays and days of special events-please call)<br>
+Beginning May 21 through Labor Day (NEW HOURS)<br>
+Monday - Friday 9AM - 7PM<br>
+Saturday 10AM - 5PM<br>
+Sunday 10AM - 3PM<br><br>
+Sep 3 - 30 <br>
+Monday - Friday only 9AM - 5PM
 
 For your convenience, please click here for <a target="_blank"
 href="http://maps.google.com/maps?f=q&hl=en&q=560+N.+State+Street,+St.+Ignace,+MI+49781&layer=&sll=45.784811,-84.734745&sspn=0.007033,0.017595&ie=UTF8&z=16&om=1&iwloc=addr">
index 4edf802..6d3a177 100755 (executable)
@@ -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();
index f7a644d..c15ac45 100755 (executable)
@@ -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();
index 8f94817..7dcd558 100755 (executable)
@@ -9,7 +9,7 @@ include_once('order-form.inc.php');
 <head>
        <title>Purchase Package - Mackinac Island Experience Package</title>
        <?php include('includes/header-common.php'); ?>
-       <script type="text/javascript" src="libjs/order-form.js?_=3"></script>
+       <script type="text/javascript" src="libjs/order-form.js?_=4"></script>
        <script type="text/javascript" src="build/yahoo/yahoo-min.js"></script>
        <script type="text/javascript" src="build/event/event-min.js"></script>
        <script type="text/javascript" src="build/dom/dom-min.js"></script>