V4.1.x want featured ads to show no price field on home page

Discussion in 'Modules / Plugins / Modifications' started by newyork, Oct 14, 2010.

  1. newyork Designer v4.2.0

    Hello

    I Just upgraded and now using sigma series,I do not want a price field to show up on any of the classifieds so I disabled them in admin and to stop them from showing up on the featured ads I changed

    show price from Y to N
    function.feature_listings_.php

    but all the ads featured,popular and new show up on the home page with free in the price field instead of nothing.

    what file do I need to tweek for this thanx.
  2. seymourjames All Hands On Deck

    You are editing in the wrong place. The file that makes these is modules/custom_plugins/ plugins/function.css_listings_horizontal.php .

    From the instructions in the TemplateCodes download for this module: show_price: display the price, yes by default, accepts "Y" or "N", i.e. show_price="Y"

    So for example in home.tpl you can add in

    {css_listings_horizontal number=5 show_price = "N" lfilter="on" type="featured"}

    The default of this function call displays the price so you need to tell it not to. I can't know if you are using lfilter or not so you can remove it if you aren't using the filter.
  3. newyork Designer v4.2.0

    Thanks this worked,by the way sigma series is working great!

Share This Page