Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Jan 2010
    Posts
    10
    Plugin Contributions
    0

    Default EZ Pages Setup Issues

    Ok guys, I'm trying to created a custom page.
    I go to Tools>EZ-Pages>New File.
    Page title is given as stores
    open new window:no
    page is ssl:no
    header:no, blank
    sidebox:no, blank
    footer:yes, order 10
    chapter:blank
    toc:no, blank

    I've inserted some content.
    I've specified internal link url: index.php?main_page=stores
    I click insert and BAM, no problems. Page is created b/c i see it under "EZ-Pages select a page" section.....Right?

    I open my browser go to "http://mytestdomainname.com/store/index.php?main_page=stores" and nada.
    "Page not found", right in my face.......
    "A custom 404 error page with site map sample text...".....

    What am i doing wrong?
    I've tried to go to Tools>define pages but I don't see the stores page there. I'm not sure If I'm suppose to though.

    I went back to ez-pages, i edited my stores page, i click update just to see if it's going to create it, but then it displays:
    "Error: you have defined multiple settings when only one may be defined per Link ...
    Only define either: HTML Content -or- Internal Link URL -or- External Link URL"
    When I erase the Internal Link URL:index.php?main_page=stores
    then click update, the error msg goes away, but then the URL to my stores page does not exist....

    Any tips?

  2. #2
    Join Date
    Jan 2010
    Posts
    10
    Plugin Contributions
    0

    Default Re: EZ Pages Setup Issues

    I figured it out.....
    nvm, you can delete the posting.

  3. #3
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: EZ Pages Setup Issues

    Quote Originally Posted by jarus323 View Post
    I figured it out.....
    nvm, you can delete the posting.
    Why not post HOW you did it...HELP other forum members

  4. #4
    Join Date
    Jan 2010
    Posts
    10
    Plugin Contributions
    0

    Default Re: EZ Pages Setup Issues

    Alright, here it goes:
    Login to our admin page
    Go to Tools>Layout Boxes Controller
    make sure sideboxes/ezpages.php is turned on
    Go to Tools>EZ Pages>new file
    Insert Page Title: wholesaleinfo
    Sidebox:Yes, Order 10
    The rest is no.
    Click Insert.
    At this point, your page URL will be pointed to the ID of the page. You can view the ID of the newly created page by going to
    Tools>EZ Pages
    In my case, my page ID was 3 so the URL to reach it is:
    http://yourdomain/store/index.php?main_page=page&id=3
    I really did not like that the page link was referring to a page ID. It's not very SEO like so I have edited the newly created page and specified in the "internal Link URL: index.php?main_page=wholesaleinfo"
    That's it.

    One thing that still troubles me is that if I decide to insert content while the URL is specified to go to "index.php?main_page=wholesaleinfo" it does not let me. I get an error: Error: you have defined multiple settings when only one may be defined per link.........blah blah blah".

    This error does not happen when i leave the internal link url blank.

    Bummer.......

  5. #5
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: EZ Pages Setup Issues

    The error about multiple settings means you can only use a url to link to OR insert your html. You can't do both on one EZ Page.

    An internal link means a page that is already in ZC: ie shipping, contact us, conditions. An external link is a webpage that you have outside of ZC.
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

  6. #6
    Join Date
    Jan 2010
    Posts
    10
    Plugin Contributions
    0

    Default Re: EZ Pages Setup Issues

    Alright, well, I hope someone developed a mod for this. I've figured out an alternative, manual way to do this by creating tpl php files and define_pagenames.php. That seemed to do it.
    I also tried to modify the ezpages table from the pageID integer to PageID varchar so I can put letters there, but that did not work so i reverted the change.

  7. #7
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: EZ Pages Setup Issues

    EZ Pages are stored in the database. Define pages are an entirely different thing, created with files. How did you make the page you're trying to link to with EZ Pages?
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

  8. #8
    Join Date
    Feb 2010
    Posts
    11
    Plugin Contributions
    0

    red flag Re: EZ Pages Setup Issues

    Quote Originally Posted by TShooters View Post
    EZ Pages are stored in the database. Define pages are an entirely different thing, created with files. How did you make the page you're trying to link to with EZ Pages?

    That has been baffling me. I want my Internal Link "index.php?main_page=FAQ" links to my created page FAQ.php, but 404 error found. I put FAQ.php under \includes\templates\MY DOMAIN\templates. Where should i put it?

    Help please!

  9. #9
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: EZ Pages Setup Issues

    Is the FAQ page you created a define page? If so, your file would go in /includes/languages/english/html_includes/ FAQ.php and
    in /includes/languages/english/html_includes/your_custom_template/ FAQ.php

    Use the About Us contribution/mod to compare that you have created all the files required to create a new define page.

    Hope this helps!
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

  10. #10
    Join Date
    Aug 2007
    Posts
    91
    Plugin Contributions
    0

    Default Re: EZ Pages Setup Issues

    I am using Zencart version 1.3.8a. I have created EZ pages with internal links to the 'define' pages in the Information sidebox. I have set the EZ pages to appear in the footer.

    I have also done the following:
    - CONFIGURATION - EZ Pages Settings. Footer is set to 1 (ON)
    - TOOLS - Layout Box Controller - EZ Pages Sidebox is ON

    However, I can't get the EZ Pages links to show up in the footer. What am I missing?

    Here is the link to the site: http://www.providencefirevideos.com/cart/

    Thanks,
    Cindy

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v153 ZC pages look screwed up after ssl setup
    By raphael in forum Installing on a Windows Server
    Replies: 15
    Last Post: 22 Aug 2014, 04:22 AM
  2. v139h Fresh install on Ubuntu w/LAMP having cURL setup issues
    By mooseracing in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 8 May 2012, 06:18 AM
  3. Shipping module setup issues
    By hoovermatt in forum Addon Shipping Modules
    Replies: 0
    Last Post: 6 Jan 2011, 03:18 PM
  4. Authorize.net setup issues. Please help! GoDaddy hosting
    By nowie in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 9 Jul 2007, 06:56 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