Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2011
    Posts
    64
    Plugin Contributions
    0

    Default Linking the Category Name to Featured Products Center Box

    Hi ya
    Can anyone help me how to put the category name under the product name in featured listing? I need to have it linked to the page that shows the product listing of that category. Here is the link http://cncspares.com.au/


    Hope that makes sense.
    Any reply is much appreciated.

    Cheers

  2. #2
    Join Date
    Aug 2011
    Posts
    64
    Plugin Contributions
    0

    Default Re: Linking the Category Name to Featured Products Center Box

    I used this code to get the category name listed under the products name on featured products
    PHP Code:
    ' . zen_get_category_name($featured_products->fields['master_categories_id'], $_SESSION['languages_id']) . ' 
    it only gets the name.

    this is the code that gets the product name and links it to a page
    PHP Code:
    <a href="' .  zen_href_link(zen_get_info_page($featured_products->fields['products_id']),  'cPath=' .  $productsInCategory[$featured_products->fields['products_id']] .  '&products_id=' . $featured_products->fields['products_id']) .  '">' . $featured_products->fields['products_name'] . '</a
    what I want now is to make the category name (which only prints in the screen) to be just like the product name.

    Any help please?

 

 

Similar Threads

  1. v151 How to add Manufacturers Name to Featured and Specials Center Box
    By bam3312 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 7 Oct 2012, 02:38 PM
  2. How to link the category name under featured products
    By newbie456 in forum General Questions
    Replies: 0
    Last Post: 8 Sep 2011, 09:38 AM
  3. Disable 'featured products' center box text header
    By miles in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Jun 2008, 10:36 AM
  4. remove Featured Products box from center of page
    By acwinc in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Oct 2007, 05:04 AM
  5. Adding Category Name to the New Products/Featured/Specials Boxes on Main Page
    By chinchilla2 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Aug 2006, 09:05 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