*

rejja

  • ***
  • 26 posts
[Help] Searchbar question
« on: February 25, 2016, 10:03:20 PM »
Hello, how can i delete the text in searchbar:"search in 50 lisitings" and replace with"buy iphone 6s..."
Thanks

*

rejja

  • ***
  • 26 posts
Re: [Help] Searchbar question
« Reply #1 on: February 27, 2016, 12:00:04 PM »
Can you answer please?

*

MB Themes

Re: [Help] Searchbar question
« Reply #2 on: February 27, 2016, 12:14:03 PM »
@rejja
Sorry, missed your question.

Go to file:
oc-content/themes/zara/inc.search.php

Find line:
Code: [Select]
  $sQuery = __('Search in', 'zara') . ' ' . osc_total_active_items() . ' ' .  __('listings', 'zara');
Replace with:
Code: [Select]
  $sQuery = __('buy iphone 6s...', 'zara');
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rejja

  • ***
  • 26 posts
Re: [Help] Searchbar question
« Reply #3 on: February 27, 2016, 12:17:41 PM »
Thank you

*

Ghany

  • ****
  • 227 posts
Re: [Help] Searchbar question
« Reply #4 on: February 28, 2016, 06:13:53 PM »
@frosticek

Hai bro,

for example  listings have only 50 but how i can show 50 as 100 in search bar.. 

hope u understand 8)
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: [Help] Searchbar question
« Reply #5 on: February 28, 2016, 06:18:58 PM »
@Ghany
Multiply active items:
Code: [Select]
  $sQuery = __('Search in', 'zara') . ' ' . osc_total_active_items()*2 . ' ' .  __('listings', 'zara');
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: [Help] Searchbar question
« Reply #6 on: February 28, 2016, 06:25:38 PM »
well, thank u..... bro

thanks for u r quick reply
Unlock the power of visibility without breaking the bank - https://www.adycart.in/