Results 1 to 8 of 8
  1. #1
    Join Date
    Mar 2012
    Posts
    11
    Plugin Contributions
    0

    Default Adding a static home page

    Hi all,

    We are new to ZenCart, and so we are looking for some early advise.

    We are looking to install a static homepage on which a customer can click one of three options to take them through to the cart.

    When the customer clicks to go through to the cart from this homepage, we also want for the url to show shop.abc.co.uk for example instead of www.abc.co.uk/..............

    How do we do this?

    DJC
    Last edited by DJC Electronics Ltd; 16 Mar 2012 at 02:58 PM. Reason: Change of URL example

  2. #2
    Join Date
    Sep 2011
    Posts
    226
    Plugin Contributions
    0

    Default Re: Adding a static home page

    This is possible through cPanel by using sub-domains, correct me if I'm wrong.

  3. #3
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    109
    Plugin Contributions
    0

    Default Re: Adding a static home page

    Hello,
    Do you mean adding a static html page or a static page on Zen Cart main index page?

  4. #4
    Join Date
    Mar 2012
    Posts
    11
    Plugin Contributions
    0

    Default Re: Adding a static home page

    Quote Originally Posted by ravynw34 View Post
    Hello,
    Do you mean adding a static html page or a static page on Zen Cart main index page?
    Hi. We want a page not connected to ZenCart, and have ZenCart accessible through a link on this home page, so we think we require a static HTML page.

    When the customer would click through, ZenCart would then also have its own homepage/store front to the cart, under the domain shop.abc.co.uk for example.

    Thanks.

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Adding a static home page

    Just create your HTML page with links to the other pages, name it index.html and place it in the root directory of your domain. Install Zencart in yourdomain.com/shop.

  6. #6
    Join Date
    Mar 2012
    Posts
    11
    Plugin Contributions
    0

    Default Re: Adding a static home page

    Quote Originally Posted by stevesh View Post
    Just create your HTML page with links to the other pages, name it index.html and place it in the root directory of your domain. Install Zencart in yourdomain.com/shop.
    Thanks. I have installed the cart to /shop. Bit of a noob questions, but could you let me know how I would create the HTML page, name it index.html and place it in the root directory?

    Cheers.

  7. #7
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Adding a static home page

    Not really. This forum mainly deals with Zencart questions. There are some excellent HTML tutorials at www.wc3schools.com

  8. #8
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Adding a static home page

    Copy the following, paste it into notepad, and save it as index.html
    Refer to stevesh link to edit the various parts (metas, and body) to your needs
    Upload to server

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    
    	<head>
    		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
    		<title> YOUR SITE TITLE </title>
    		<meta name="description" content="YOUR SITE DESCRIPTION">
    		<meta name="distribution" content="global">
    		<meta name="robots" content="index,follow">
    		<meta name="rating" content="General">
    		<meta name="language" content="italian, it, en-us">
    		<meta name="classification" content="Internet Services">
    		<meta name="keywords" content="YOUR KEYWORDS">
    		<link href="YOUR_STYLESHEET.css" rel="styleSheet" type="text/css" />
    	</head>
    
    	<body>
    
    <a href="yourdomain/shop">your link text</a>
    
    	</body>
    
    </html>

 

 

Similar Threads

  1. v151 Static Home Page and Custom Product Pages Help
    By skeeterz71 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Mar 2014, 03:33 AM
  2. v151 Trying to make New Products on Home Page static/stay on page
    By happangl7 in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 13 Aug 2013, 05:22 PM
  3. Replies: 19
    Last Post: 12 Nov 2012, 07:55 PM
  4. Adding static text on every product page
    By MaDd0g in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 15 Jul 2010, 12:54 PM
  5. Adding static text to the main page only
    By anaesthesiac in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 15 Sep 2009, 01:50 PM

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