Results 1 to 3 of 3
  1. #1

    Default How to add code to category_row.php?

    hello

    In category_row.php :

    PHP Code:
      'text' => '<a href="' zen_href_link(FILENAME_DEFAULT$cPath_new) . '">' zen_image(DIR_WS_IMAGES $categories->fields['categories_image'], $categories->fields['categories_name'], SUBCATEGORY_IMAGE_WIDTHSUBCATEGORY_IMAGE_HEIGHT) . '<br />' $categories->fields['categories_name'] . '</a>'); 
    I need to integrate a code for the output to be:

    rel="category name" alt="category name" title="category name", which mean adding rel= somehow

    I have tried many things to integrate this rel= in the above code and all end up with syntax error...

    How can i integrate the code correctly?

    Thanks!

    L.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: How to add code to category_row.php?

    Code:
    SUBCATEGORY_IMAGE_HEIGHT)
    becomes
    Code:
    SUBCATEGORY_IMAGE_HEIGHT, ' rel="' . $categories->fields['categories_name'] . '"')
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3

    Default Re: How to add code to category_row.php?

    Thanks you VERY much!

 

 

Similar Threads

  1. v139h Modification to category_row.php
    By strelitzia in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 May 2012, 02:51 PM
  2. v150 category_row.php - How do I give main page cateogry image a border?
    By mi16chap in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Feb 2012, 11:50 PM
  3. category_row.php modification
    By strelitzia in forum General Questions
    Replies: 0
    Last Post: 3 Dec 2011, 12:27 AM
  4. How to tell category_row.php not to add image
    By Joseph M in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 27 Apr 2008, 08:16 PM
  5. How to add new pages with php code
    By andy1234 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 11 Oct 2006, 10:32 AM

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