Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2008
    Posts
    15
    Plugin Contributions
    0

    Default Proper Code for Image the Zen Cart Way

    I need to add a spacer.gif to my product description. I can easily add it using HTML with something like:
    <p> blah, blah, blah
    <img src="includes/templates/CUSTOM/images/spacer.gif" width="10" height="100" />
    </p>

    But I am trying to learn how to use PHP and Zen Cart correctly. I tried the following code in the product description and it doesn't work correctly.
    <p> blah, blah, blah
    <?php
    zen_image(DIR_WS_TEMPLATE.'images/spacer.gif','','100px','10px')
    ?>
    </p>

    Would some kind soul correct/give me a sample of what I should use?

  2. #2
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,556
    Plugin Contributions
    28

    Default Re: Proper Code for Image the Zen Cart Way

    You can't, to the best of my knowledge, use any code in the product description other than HTML.

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: Proper Code for Image the Zen Cart Way

    Jim is correct.

    The description data is stored in the database - not as php in a file. So it should just be plain old HTML. When ZC compiles the whole page for the browser, it simply parses the product description into the page.

    So, in these cases, it's fine to use HTML protocol.
    20 years a Zencart User

 

 

Similar Threads

  1. Replies: 1
    Last Post: 23 Jan 2011, 10:42 PM
  2. New to Zen Cart - Looking for proper setup from the start
    By thewebscaper in forum General Questions
    Replies: 8
    Last Post: 6 Sep 2010, 05:10 AM
  3. a Google Map for your Zen Cart - the easy way
    By Beama in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 31 Jul 2009, 05:57 PM
  4. Advice please - 'Proper way' to do cc payments (In the UK)
    By budfox in forum Addon Payment Modules
    Replies: 0
    Last Post: 15 Feb 2007, 09:23 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