Viewing 3 posts - 1 through 3 (of 3 total)
  • #35680
    kleen7777
    Member
    Post count: 13

    Hi there, I want too add $ to the site super search. I am running in AUD.

    Any help would be ace. See Image

    #36423
    kleen7777
    Member
    Post count: 13

    5 days and nothing, whats the deal guys.

    #37667
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi,

    sorry for the delay,
    try modifying in sf-header.php

    if ($field3_text != "") {
    		$search_text .= '<span>'.$field3_text.'</span>';
    		$search_text .= sf_super_search_dropdown(3, $field3_filter, $field3_default_text);
    		}
    		if ($field4_text != "") {
    		$search_text .= '<span>'.$field4_text.'</span>';
    		$search_text .= sf_super_search_dropdown(4, $field4_filter, $field4_default_text);
    		}

    to

    if ($field3_text != "") {
    		$search_text .= '<span>'.$field3_text.'</span>'; ?>$<?php
    		$search_text .= sf_super_search_dropdown(3, $field3_filter, $field3_default_text);
    		}
    		if ($field4_text != "") {
    		$search_text .= '<span>'.$field4_text.'</span>'; ?>$<?php
    		$search_text .= sf_super_search_dropdown(4, $field4_filter, $field4_default_text);
    		}
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register