Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Oct 2006
    Posts
    18
    Plugin Contributions
    0

    Default Product Listing Modification to Include Link to Media Manager Preview

    I am trying to build an MP3 download store. The way I envision it, I would like to have an audio preview link per product on the product listing page similar to the link on the product info page. I will use this link to create a button for an external player (java or flash button)

    What I would like to know is: Does anyone know a good approach to what it would take to include:

    The relevant code from tpl_modules_media_manager.php (displaying a link to media manager clip)

    into the loop of elements for product listings.

    Here is the particular code in tpl_modules_media_manager.php I am interested in:


    Code:
    <div class="mediaTypeLink"><a href="<?php echo zen_href_link(DIR_WS_MEDIA  . $za_clip['clip_filename'], '', 'NONSSL', false, true, true); ?>" target="_blank"><?php echo '<span class="mediaClipFilename">' . $za_clip['clip_filename'] . '</span>' . (!empty($za_clip['clip_type']) ? '<span class="mediaClipType"> (' . $za_clip['clip_type'] . ')</span>' : ''); ?></a></div>
    Lastly, I would like to know how to only activate this if the selected product is an audio product and not a solid good like a T-Shirt(which I may one day like to sell).


    Any advice would be appreciated.

    -Abe
    Last edited by sleastack; 13 Feb 2008 at 01:45 PM. Reason: Addition

 

 

Similar Threads

  1. v151 Append or Add Product Media Clip Link to Product Listing
    By JenniferXO in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Apr 2014, 05:58 AM
  2. Replies: 0
    Last Post: 13 Mar 2009, 10:00 PM
  3. [Done v1.3.8] Media Manager (link to product problem)
    By celebritymusic in forum Bug Reports
    Replies: 7
    Last Post: 8 Dec 2007, 03:53 AM
  4. 3 Questions (Media Manager, Index Listing Customization, Search Sidebox)
    By flintcog in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Aug 2007, 08:45 AM
  5. Media Manager/Listen to MP3 link in categories product listing?
    By Ian Davies in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 21 Sep 2006, 01:42 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