Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2012
    Posts
    78
    Plugin Contributions
    0

    Default Add new text to show on every page?

    on my pages I will be adding conditions of use to each page. the problem is when time comes if the conditions need updating. instead of updating all the pages one at a time, how can i add a variable to store the conditions?

    see http://sales.michaelhulak.com/index....roducts_id=101

  2. #2
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Add new text to show on every page?

    Easiest way would be to add the following to:

    /includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php

    PHP Code:
    <?php echo TEXT_PRODUCT_CONDITIONS?>
    and

    /includes/languages/english/YOUR_TEMPLATE/product_info.php

    PHP Code:
    define('TEXT_PRODUCT_CONDITIONS''This test will get added to every product info page!'); 

  3. #3
    Join Date
    Feb 2012
    Posts
    78
    Plugin Contributions
    0

    Default Re: Add new text to show on every page?

    thanks, this was exacly what i was looking for

  4. #4
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Add new text to show on every page?

    np, glad this worked for you!

 

 

Similar Threads

  1. v150 Header text dont show in featured/new/special page
    By deltaowen in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 23 Dec 2012, 10:39 PM
  2. How to add text box on bottom of every page?
    By lc123 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 5 Jun 2011, 11:19 PM
  3. New Products on Main Page - How to NOT show product text
    By ecomanuk in forum Templates, Stylesheets, Page Layout
    Replies: 19
    Last Post: 30 Oct 2009, 06:04 PM
  4. How do I add text to a new page, change page status?
    By METOOTECH in forum General Questions
    Replies: 2
    Last Post: 2 Jun 2007, 01:31 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