Guest User

Untitled

a guest
Jun 24th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. enter code<?php
  2. global $redux_demo;
  3. $classieraPriceRange = $redux_demo['classiera_pricerange_on_off'];
  4. $classieraPriceRangeStyle = $redux_demo['classiera_pricerange_style'];
  5. $postCurrency = $redux_demo['classierapostcurrency'];
  6. $classieraMultiCurrency = $redux_demo['classiera_multi_currency'];
  7. $classieraTagDefault = $redux_demo['classiera_multi_currency_default'];
  8. $classieraMaxPrice = $redux_demo['classiera_max_price_input'];
  9. $classieraLocationSearch = $redux_demo['classiera_search_location_on_off'];
  10. $classieraItemCondation = $redux_demo['adpost-condition'];
  11. $locationsStateOn = $redux_demo['location_states_on'];
  12. $classiera_ads_type = $redux_demo['classiera_ads_type'];
  13. $locationsCityOn= $redux_demo['location_city_on'];
  14. if($classieraMultiCurrency == 'multi'){
  15. $classieraPriceTagForSearch = classiera_Display_currency_sign($classieraTagDefault);
  16. }elseif(!empty($postCurrency) && $classieraMultiCurrency == 'single'){
  17. $classieraPriceTagForSearch = $postCurrency;
  18. }
Add Comment
Please, Sign In to add comment