Replace price with icon
-
Hi there –
This is our 2nd website, and we’re having an issue with replacing the price with an icon (or words). The solution works fine on our first install.
Additionally, the zoom is incorrect on the map (also on link above).
There is a pending ticket which has a login available for you.
Thanks so much for your response.add_filter('rem_property_price', 'change_price_text', 20, 3); function change_price_text($return, $price, $args){ if ($price == '1') { return 'Price on request'; } else { return $return; } }
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Replace price with icon’ is closed to new replies.