Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2006
    Location
    Colorado Springs CO USA
    Posts
    516
    Plugin Contributions
    2

    Default specialized "down_for_maintanance" page

    My wife passed away this week and I want to put up a "In Memory of: " page that simply states "In Memory of [my wife's name] followed by a simple statement that customer service and shipping will resume on January 28.

    I want to provide a means for customer's to click through to a normal store operation so they can continue to browse the store and make purchases having been informed up front about the delay in shipping.

    I have produced a html page I named ASmem.html which contains the message and entered it in Admin-> Configuration-> Website Maintenance filename.

    This throws a server error from my host.

    Can anybody help me, I'm not able to think this one out very well under my current cirumstances.
    www.aspenshopsonline.com - ZenCart 1.3.9h
    www.wilkssupply.com - ZenCart 1.3.9h
    www.un-du.net - ZenCart 1.3.8a

  2. #2
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: specialized "down_for_maintanance" page

    First of All Sorry For You Loss!

    Second. There is no need to go through the hassle of reconfiguring the Maintenance page if you allow customer to continue purchase.
    Your message or html block can be placed in your common/tpl_main_page.php. Or any other index page it all depends where exactly you want it to be displayed, whether inside the center column, or in the header, or all the way at the top outside the website content.

  3. #3
    Join Date
    Sep 2006
    Location
    Colorado Springs CO USA
    Posts
    516
    Plugin Contributions
    2

    Default Re: specialized "down_for_maintanance" page

    Quote Originally Posted by CoolCarPartsOnline View Post
    First of All Sorry For You Loss!

    Second. There is no need to go through the hassle of reconfiguring the Maintenance page if you allow customer to continue purchase.
    Your message or html block can be placed in your common/tpl_main_page.php. Or any other index page it all depends where exactly you want it to be displayed, whether inside the center column, or in the header, or all the way at the top outside the website content.
    Thanks for response. I do want the "in memory of" page to stand by itself as a full screen white page with the very simple statement and a means to click through to the regular shop.
    Won't modifying the main page template affect all pages in the shop?
    www.aspenshopsonline.com - ZenCart 1.3.9h
    www.wilkssupply.com - ZenCart 1.3.9h
    www.un-du.net - ZenCart 1.3.8a

  4. #4
    Join Date
    Sep 2006
    Location
    Colorado Springs CO USA
    Posts
    516
    Plugin Contributions
    2

    Default Re: specialized "down_for_maintanance" page

    I have been trying to do a redirect in the .htaccess file to accomplish this but that's not working either. Been awhile since I was involved in any redirects. Here's what I had and maybe someone can tell me what I did wrong. I even tried to redirect (as you see here) to one of my other sites to pickup up the new page.

    Code:
     
    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName www.un-du.net
    AuthUserFile /home/undu/www/www/_vti_pvt/service.pwd
    AuthGroupFile /home/undu/www/www/_vti_pvt/service.grp
    redirect 301 / http://www.aspenshopsonline.com/ASmem.html
    redirect 301 /crw http://www.un-du.net/index.php?main_...products_id=31
    redirect 301 /cwr http://www.un-du.net/index.php?main_...products_id=31
    redirect 301 /California http://www.un-du.net/VOC
    www.aspenshopsonline.com - ZenCart 1.3.9h
    www.wilkssupply.com - ZenCart 1.3.9h
    www.un-du.net - ZenCart 1.3.8a

 

 

Similar Threads

  1. How to remove ellipses ("...") after "All Products" and "New Products" on home page?
    By jthurman in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 May 2010, 03:30 PM
  2. Replies: 2
    Last Post: 11 Feb 2010, 09:13 PM
  3. Disabling "Page 2", "Page 3" and "Page 4" in Site Map listing?
    By Ernesto in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 25 Jan 2010, 09:24 AM
  4. "Orders" Page in Admin - change "Delivered" to "Shipped"?
    By ktessitore in forum Managing Customers and Orders
    Replies: 3
    Last Post: 21 Feb 2009, 06:25 AM
  5. Replies: 1
    Last Post: 29 Jan 2009, 12:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg