Results 1 to 2 of 2
  1. #1
    Join Date
    May 2007
    Posts
    33
    Plugin Contributions
    0

    Default Using php include in product descriptions

    Hi there.
    I'm setting up various products with identical product descriptions and varying prices. I want to have templates outside of the zen cart directory structure (so as not to have them destroyed on update) and use php include functions to display said template within the product description automatically. As yet, I haven't managed to work out the correct syntax to make it work, and to be honest I don't know if it's even possible.

    This is the syntax I use in the product description:

    Code:
    <?php include('savshop/includes/products/enterprisesav.include'); ?>
    to point to a valid folder and file (which loads, I have checked). The permissions are set correctly, so it can be viewed. I've checked the error logs and can't see anything untoward indicating a failure to load - so what am I doing wrong?

    Thanks in advance for any tips.

  2. #2
    Join Date
    May 2007
    Posts
    33
    Plugin Contributions
    0

    Default Re: Using php include in product descriptions

    Apparently not possible to include PHP code in descriptions, which explains why it wasn't working :) There is a workaround:

    http://www.thatsoftwareguy.com/zenca...scription.html

 

 

Similar Threads

  1. using PHP include statements
    By JayC in forum General Questions
    Replies: 3
    Last Post: 10 Sep 2011, 11:27 PM
  2. Using php next to Category descriptions
    By retched in forum General Questions
    Replies: 20
    Last Post: 27 Sep 2010, 08:18 PM
  3. Using PHP "include" in category & product description
    By g6enterprises in forum General Questions
    Replies: 4
    Last Post: 30 Jan 2009, 09:14 PM
  4. Using include in product description
    By jeking in forum Templates, Stylesheets, Page Layout
    Replies: 42
    Last Post: 30 Jan 2008, 06:15 AM
  5. PHP Include Product Page
    By Rydel in forum Basic Configuration
    Replies: 4
    Last Post: 22 Feb 2007, 05:13 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