Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Basic 'simple button to URL in sidebox - HowTo Example needed

    And that (../images/free.gif) would be the path to an image in the correct template image folder, /includes/templates/your_template/images/free.gif.

    The /images/ folder in the root of the Zen Cart installation is intended mainly for product images, while template-specific images go in the template folder.

  2. #12
    Join Date
    Mar 2010
    Location
    UK
    Posts
    445
    Plugin Contributions
    0

    Default Re: Basic 'simple button to URL in sidebox - HowTo Example needed

    Quote Originally Posted by gjh42 View Post
    And that (../images/free.gif) would be the path to an image in the correct template image folder, /includes/templates/your_template/images/free.gif.

    The /images/ folder in the root of the Zen Cart installation is intended mainly for product images, while template-specific images go in the template folder.
    It is the browser that resolves the relative URL reference, so:

    from the page at www.example.com/zencart/index.php?some-parameters the reference "../images/free.gif" points to www.example.com/images/free.gif.

    and

    from the page at www.example.com/index.php?some-parameters the reference "../images/free.gif" points to www.example.com/../images/free.gif.

    Neither of those are what you want.

    I can't stress enough that simply linking to images using "/zencart/images/free.gif" and "/images/free.gif" references with a leading slash simplifies everything instantly.

    In that case, template images are referred to using "/zencart/includes/templates/your_template/images/free.gif" and "/includes/templates/your_template/images/free.gif" references.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. 2 page URL in category issue with Simple SEO URL Manager
    By msladybug02 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 19 Nov 2010, 10:33 PM
  2. Looking for very simple basic template
    By zglider in forum Addon Templates
    Replies: 4
    Last Post: 15 Mar 2009, 03:07 AM
  3. Need an extremely simple/basic checkout module.
    By Midashand in forum Addon Payment Modules
    Replies: 9
    Last Post: 28 Apr 2008, 08:51 PM
  4. Howto: Create Sidebox
    By RobWUK in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Oct 2006, 07:53 PM
  5. Simple setup example wanted
    By thimker in forum General Questions
    Replies: 14
    Last Post: 20 May 2006, 10:49 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