Results 1 to 5 of 5

Thread: Custom Field

  1. #1
    Join Date
    Jul 2007
    Posts
    7

    Default Custom Field

    Still testing the system...

    I add 2 Custom Field an image field and a price filed, i see the sorted by price option, but didn't see the fields, why ?

    my test site url is:
    Browse by categories: Top > Main Test > Sub Main Test

    I see the image and the price fields in admin panel.

    Thank you
    Last edited by mr_dir; 07-25-2007 at 11:21 AM.

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    You probably need to add those fields to the page. If it's something that should be on the URL above then it should be added to browse.html

  3. #3
    Join Date
    Jul 2007
    Posts
    7

    Default

    Where i can find the existing fields name in browse.html to learn how to add my new price and image field ?

    Thank you

  4. #4
    Join Date
    Jul 2007
    Posts
    7

    Default

    On detail_link.html file you need to write:

    <tr class="tbl_normal">
    <td>Price</td>
    <td><%$price%></td>
    </tr>
    <tr class="tbl_normal">
    <td>Logo</td>
    <td><img src=<%$logo%>></td>
    </tr>

    This will add Custom Field to detail area.

    Now how can i add those fields to the short description of the links?

    The test url:
    Browse by categories: Top > Main Test > Sub Main Test

    Thank You

  5. #5
    Join Date
    Jul 2007
    Posts
    7

    Default

    No Problem...

    The files is rows.html, new_link_rows.html, premium_rows.html, sponsored_rows.html. The path is themes\kosmos\ and Child Templates from admin panel.

    find the line you want like:

    Date Added: <%$date|date_format%> Hits: <%$hits%> Rating: <%$rating%> Votes: <%$votes%> Price: <%$price% <br>
    <img src=<%$logo%> >


    and add your fields...

Similar Threads

  1. Custom Field
    By GodParadise in forum Tutorials, Hints & Tips
    Replies: 0
    Last Post: 04-07-2007, 12:15 AM
  2. How do you put url link in a custom field?
    By Confusion in forum v5.x
    Replies: 2
    Last Post: 04-02-2007, 12:54 AM
  3. Custom Field
    By cegerxwinn in forum v5.x
    Replies: 3
    Last Post: 01-27-2007, 08:19 PM
  4. How to add new custom field
    By jacob in forum v5.x
    Replies: 2
    Last Post: 08-08-2002, 10:48 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
  •