Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 50
  1. #11
    Join Date
    May 2006
    Posts
    20
    Plugin Contributions
    0

    Default Re: Adding Pages to Information Box

    When I "check for updates" it always says:

    Your version of Zen Cart™ appears to be current

    So I guess I figured it was up with the time. I just added the store last summer, hard to believe it's that old already.

    Back to EZ Pages before I do an update.

    I setup a new page, give it a title.

    Open in New Window: No
    Page is SSL: No
    Header: No
    Sidebox: Yes Sort Order of 6
    Footer: No
    Chaptor(TOC): no

    I then add my HTML into the box.

    Internal Links: index.php?main_page=dealers (I'm setting up a dealers page for the products)

    I always get:

    Error 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
    I get this no matter if I have the HTMLarea or (none)

  2. #12
    Join Date
    May 2006
    Posts
    20
    Plugin Contributions
    0

    Default Re: Adding Pages to Information Box

    I should also note that when I DO NOT have an internal link....it'll go without the error but no page shows up in the Information box.

  3. #13
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Adding Pages to Information Box

    You cannot set an EZ-Page to be two things ...

    Either it is HTML or it is a link ...

    That is why you get the warning ...

    Meanwhile there was an old bug in your version where it did not detect it was old ...

    Do a search on:
    /new_shop

    There are a number of threads where this is broken down for a safe and careful Upgrade ...

    Look through them until you find the best one to help you safely upgrade your site ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #14
    Join Date
    Aug 2005
    Location
    Cincinnati
    Posts
    334
    Plugin Contributions
    0

    Default Re: Adding Pages to Information Box

    Ditto Linda's comments regarding EZ-pages as well as 1.3.7.

    I'm using both on shedkitstore.com -- you might want to have a peek to see how easy it can be to cherry-pick your sidebox menu elements.

    Hint: I disabled every sidebox in Layout Boxes Controller except for Categories, Shopping Cart, CC Accept (an add-on contrib), EZ-pages and Banner Box. Prior to that, however, I created link-based EZ-pages that linked up to pages like Contact Us, Shipping Info, Privacy, Conditions, etc. -- and I hand-picked the place on the page where these links would be displayed, e.g. Shipping in the sidebox, Privacy in the footer, etc.

    Took me a while before I wrapped my brain around the concept, but it's really quite liberating. :)

  5. #15
    Join Date
    Dec 2005
    Location
    NY
    Posts
    188
    Plugin Contributions
    0

    Default Re: Adding Pages to Information Box

    A couple of questions on this...

    1) It seems my defined page URLs seem more "friendly" than those generated from EZPages...true?

    2) Can EZPages be added to the "More Information" box, and how. All pages defined go to the "Information Box". I have other links I use in the "More Info" box...tried chapters, but no go;

    3) Where is the HTML stores in EZPages, a SQL table? I love the fact that I can manipulate the code of the defined pages outside of admin and in my html editor...can it be done with EZPages?;

    4) It seems I cannot add php code to either the defined pages or EZPages (well, I can add it, but it doesn't show up).

    Any help on any of the above would be appreciated. I would like to eventually use this and delete most, if not all, of my defined pages.

  6. #16
    Join Date
    Aug 2005
    Location
    Cincinnati
    Posts
    334
    Plugin Contributions
    0

    Default Re: Adding Pages to Information Box

    I don't know where to begin adding EZ-pages to the information sidebox, but anything is possible if you're persistent and patient enough.

    As for editing off-line, I compose everything in Dreamweaver and paste the code into the admin EZ-pages form. Yes, there is a table for that -- so back-up your database religiously, just in case.

    Running PHP statements from within your html output sounds like a recipe for disaster to me, not that I'm an expert. If it were me, I'd thoroughly research the hazards of doing that prior to trying it.

    Good luck with your project.
    Sean

  7. #17
    Join Date
    Dec 2005
    Location
    NY
    Posts
    188
    Plugin Contributions
    0

    Default Re: Adding Pages to Information Box

    Sean,

    As an addendum to my previous post:

    #3 - EZPages are housed in a sql table in the zen db, so they are not housed in files as defined pages...edit as you say with an editor and upload;

    #4 - Found post for php in the pages here:
    http://www.zen-cart.com/forum/showthread.php?t=37252

    So, just need #1 & 2 and I'm good!

  8. #18
    Join Date
    Aug 2005
    Location
    Cincinnati
    Posts
    334
    Plugin Contributions
    0

    Default Re: Adding Pages to Information Box

    Very interesting -- I didn't know you could do that. Me, I'd still rather keep my PHP "behind the curtain" where script kids can't see it.

    There is an old contribution out there for creating info-pages -- might make your job a little easier if you're bent on circumventing EZ-pages. No idea whether it works with 1.3.7, but I recall it worked okay with 1.3.0. As for the URLs, I think they're no friendlier than EZ-pages.

    An easier solution might be to install one of the SEFU/SEO-URLs contributions and approach the search engine friendliness component thus. I'm using Chemo's SEO-URLs, which doesn't rewrite EZ-page URLs as nicely as it does listing and product URLs.

    I've reached a point where all my sites utilize EZ-pages, if for no other reason than I have the impression that the Zen community is aggressively developing EZ-pages and will continue doing so.

    Take the above with a pound of salt, as I probably know as little about future releases as you do. Maybe less.

  9. #19
    Join Date
    Dec 2005
    Location
    NY
    Posts
    188
    Plugin Contributions
    0

    Default Re: Adding Pages to Information Box

    tv...thanks...probably the About Us contrib which I am using now to define those pages in both the "Information" and "More Information" sideboxes...just want to fully convert to EZPages (and I'm with you in saying it looks as if the team is looking to do more with them). But when I add a link to EZPages it always defines it in one of the sideboxes...I want to be able to mimic the other sidebox I use for links in EZ, but don't know how to tell EZ to define in the other box. So looking for a way to have EZ be able to define links in multiple sideboxes.

    And I was looking at the SEO URL contribs, wondering how they treated EZPages, so appreciate the answer on that.

  10. #20
    Join Date
    Aug 2005
    Location
    Cincinnati
    Posts
    334
    Plugin Contributions
    0

    Default Re: Adding Pages to Information Box

    Maybe someone more familiar with the sidebox template structure can suggest a general strategy for creating additional EZ-page sideboxes -- or perhaps porting one (or both) of the EZ-page header/footer template(s) into custom sidebox template(s)?

    Just a thought.

 

 
Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. Adding Page 2 to information box
    By ejvigil in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 4 May 2012, 09:44 AM
  2. more information box - adding more pages
    By ALFO in forum Basic Configuration
    Replies: 3
    Last Post: 11 Dec 2007, 10:56 PM
  3. Adding Pages to the Information box on the side bar
    By reach100 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Nov 2006, 08:24 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR