Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2009
    Posts
    6
    Plugin Contributions
    0

    Default How do I display an EZ-Pages?

    I am using Zen Cart v1.3.7.

    I've read the instructions over and over but can quite figure out how to show my EZ-page with the page title called "test" (all lower case) to show up in the web browser.

    When I try:
    http://noteablebowls.web4creatives.c...main_page=test
    It says "page not found"

    Simply put I don't understand the instructions enough to figure this out. Please help.
    Last edited by noelsaw; 22 Jul 2009 at 05:08 AM.

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How do I display an EZ-Pages?

    You have to call ez-pages by their page id. For example, say "test" is page id 7; you would use

    http:// noteablebowls.web4creatives .com/index.php?main_page=page&id=7

    Or in a PHP file, you can use

    PHP Code:
    <?php echo '<a href="' zen_ez_page_link(7) . '">';?>
    Last edited by gjh42; 22 Jul 2009 at 09:54 AM.

  3. #3
    Join Date
    Jul 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: How do I display an EZ-Pages?

    Thanks that worked!

    I wish the FAQ was explicit about this considering how much detail they go into for other issues..

 

 

Similar Threads

  1. How do I display EZ-Pages on main page?
    By dmcracing in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 17 Nov 2012, 07:28 PM
  2. How to display EZ Pages links in navigation?
    By jillcripps in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 11 Jul 2011, 04:38 PM
  3. how to display my products on main pages like this
    By harz in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Oct 2008, 07:07 PM
  4. How to display variable in define pages?
    By MotoDelta in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Aug 2008, 03:28 PM
  5. How to display customer userid on top of pages?
    By rohitsax in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Dec 2007, 05:20 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