Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Aug 2006
    Posts
    21
    Plugin Contributions
    0

    Default Is this possible EZ pages linked in header?

    I am using the Simple Zen Template, and wanted to know if it is possible to link custom EZ pages in the same area that the "shopping cart, contact us and my account" links are? If so, how can I do this?

    Here is my site thus far, such as it is:

    http://www.jessweiss.com/sportsmaster/store/

    Thanks in advance!

  2. #2
    Join Date
    Jun 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: Is this possible EZ pages linked in header?

    hey your site looks great. I am curious how you got the shopping cart link and account at the top right....is this a module or did you hard code it?

  3. #3
    Join Date
    Aug 2006
    Posts
    21
    Plugin Contributions
    0

    Default Re: Is this possible EZ pages linked in header?

    Thanks so much for the compliment! I am using the "simple zen" template, and it is a function of that template. The stylesheet shows the possibility of using images, and of using text, and that is where it places it. Hope that explains it!

    Just as an update - I figured out how to put the links where I want them to go... but is it possible to link EZ pages in that location? Thanks again!

  4. #4
    Join Date
    Jun 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: Is this possible EZ pages linked in header?

    Hmmm which links are those then, I had assumed it was the easy links. They were just some hardcoded links?

    You can move anything anywhere you want my editing the main template file but you have to make sure you don't mess up the php. Where do you want to move it.

    I am about to download that template. Thanks!

    I am frustrated with the EZ links because everything else in the defualt template are lists but this , why I don't know.

  5. #5
    Join Date
    Aug 2006
    Posts
    21
    Plugin Contributions
    0

    Default Re: Is this possible EZ pages linked in header?

    I completely understand. I just want to figure out how to get the url address for the EZ pages, so I can put them where I want to, instead of in the default lists. Anyone, anyone?

  6. #6
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Is this possible EZ pages linked in header?

    Here are three ways, depending on what you are trying to do and where. All accomplish almost the same end result.

    Code:
    <a href="<?php echo zen_ez_pages_link($pageNum);?>"><?php echo $pageTitle; ?></a>
    Code:
    zen_href_link(FILENAME_EZPAGES, 'id=' . $pageNum, 'NONSSL');
    (or 'SSL' if appropriate)

    Code:
    index.php?main_page=page&id=12345
    (must manually make your URL as HTTPS or not)
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Aug 2006
    Posts
    21
    Plugin Contributions
    0

    Default Re: Is this possible EZ pages linked in header?

    Quote Originally Posted by DrByte
    Here are three ways, depending on what you are trying to do and where. All accomplish almost the same end result.

    Code:
    <a href="<?php echo zen_ez_pages_link($pageNum);?>"><?php echo $pageTitle; ?></a>
    Code:
    zen_href_link(FILENAME_EZPAGES, 'id=' . $pageNum, 'NONSSL');
    (or 'SSL' if appropriate)

    Code:
    index.php?main_page=page&id=12345
    (must manually make your URL as HTTPS or not)
    Thank you so very much! I finally found the third method... much trolling was involved... What is the advantage or disadvantage to using each method? Does it matter much? You guys are the best!

  8. #8
    Join Date
    Jun 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: Is this possible EZ pages linked in header?

    Man I was with ya until the SSL stuff. I thought all I had to do was just purchase the SSL from my host. Now I have to worry about links I make? Boy oh boy

  9. #9
    Join Date
    Aug 2006
    Posts
    21
    Plugin Contributions
    0

    Default Re: Is this possible EZ pages linked in header?

    I'm not too sure about the SSL stuff myself. But the third method of using <a href="index.php?main_page=page&id=12345"> does work... you can find the page id number in the admin page where you create the EZ pages themselves. You probably just want to be careful that you aren't creating new links for pages that have to be secured, like your shopping cart. But if the pages are just informational, I wouldn't worry about it too much.

  10. #10
    Join Date
    Aug 2006
    Posts
    51
    Plugin Contributions
    0

    Default Re: Is this possible EZ pages linked in header?

    Quote Originally Posted by lynnema
    I'm not too sure about the SSL stuff myself. But the third method of using <a href="index.php?main_page=page&id=12345"> does work... you can find the page id number in the admin page where you create the EZ pages themselves. You probably just want to be careful that you aren't creating new links for pages that have to be secured, like your shopping cart. But if the pages are just informational, I wouldn't worry about it too much.

    Not to sure where to edit the links/code is it header.php?? also where do I add the code and what code!! sorry im new to html!!
    Thank very Much!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 Is it possible to change the sort order of a linked product?
    By BevieQ in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 27 Jul 2013, 02:53 PM
  2. v139h How possible is this? Pages that only downloaders can see
    By dharrison in forum General Questions
    Replies: 1
    Last Post: 29 Jan 2013, 10:52 PM
  3. Possible to exclude linked items in main category () ?
    By Typhoon in forum General Questions
    Replies: 4
    Last Post: 10 Sep 2008, 12:32 AM
  4. Static Header & Left Column Is this possible?
    By ljdream00 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Jan 2008, 03:38 PM
  5. Want to add Live Chat Help to header, is this possible?
    By everlost in forum General Questions
    Replies: 1
    Last Post: 18 Dec 2007, 10:42 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