How to remove Free from ads

Discussion in 'Technical Support' started by crusher5826, Jul 3, 2012.

  1. crusher5826 New Member

    Does anyone know how to remove the word free from ads when no price or $0 is put in the price field. I would like it to be blank if posible ? I have search a lot of threads on this forum and have seen many answers but nothing definitive. I am running 68c 4.2.3 developer and Alpha template.
  2. freeze2 Customer

    This should work for you...use the following in either of the 2 template files:

    showlistings.tpl

    {if $entry.price == '0.00'}{else} {$entry.price|format_money}{/if}


    viewlisting.tpl

    {if $price == '0.00'} {else} {$price|format_money}{/if}
  3. crusher5826 New Member

    tried that still shows free
  4. Mike-N-Tosh Developer & Moderator

    That is not a function of the 68 Classifieds and is specific to the third party product that you purchased. You should contact the developer for support of that product. If memory serves me right, I believe that is a setting in one of the included modules, but I could be mistaken.

Share This Page