Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Posts
    129
    Plugin Contributions
    0

    Default Including Define Page Text on Another Page

    Hi,

    Is there a way to include text from a define page on another page?

    I want to show my shipping and return information on my checkout page. But I don't want to link to a separate page. Instead I want to display the text right in my checkout page as a dhtml hover box.

    But, being a programmer in a former life, I don't want to repeat the text because that means if I ever have a change to the information, I have to remember to change it in two places.

    Instead I want to be able to include my shipping page text in my checkout page.

    Is this possible?

    Thanks, Susie

  2. #2
    Join Date
    Feb 2008
    Posts
    129
    Plugin Contributions
    0

    Default Re: Including Define Page Text on Another Page

    Never mind. With more hunting, I came up with this:

    Code:
    <?php 
    $mycontent = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/', 'define_page_3.php', 'false');
    require ($mycontent); 
    ?>
    Works great.

  3. #3
    Join Date
    Jul 2009
    Location
    Roswell, NM, USA
    Posts
    97
    Plugin Contributions
    0

    Default Re: Including Define Page Text on Another Page

    But what do you do with that little bit of code? Where would you put it?

    Sorry, I'm not a coder, I just copy and paste.

    Blessings,
    Krisann

 

 

Similar Threads

  1. v151 How do I include a file with text or images into an EZ page or a Define Page?
    By ibuttons in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 30 Jul 2014, 02:21 AM
  2. v151 Main page displaying text from define editor on every category page
    By Canvas101 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Jun 2014, 02:47 AM
  3. Move Define Page Text to bottom of page, below centerboxes
    By AirsoftOutfitter in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Jul 2011, 02:13 AM
  4. Replies: 14
    Last Post: 29 Sep 2007, 03:07 AM
  5. Including a menu from another page
    By NateL in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Aug 2007, 07:51 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