*

MeroWish.com

  • ***
  • 78 posts
I want to perform one Tweaks for Temporary. Please help me
« on: June 12, 2017, 07:42:25 PM »
Hello sir, i'm using zara theme and as we know the theme shows number of listings on the website on the search bar it shows the number of total listings. For example i have total listings 170 right now ( http://prntscr.com/fixkmp ) but i want to make a small Temporary Tweaks here such as 170 x 18 times so that it shows 3060 listings. This i need to do for Temporary. How to do this please help me.
MeroWish.com

*

MB Themes

Re: I want to perform one Tweaks for Temporary. Please help me
« Reply #1 on: June 12, 2017, 09:58:25 PM »
Take a look to inc.search.php. it is placeholder for this input.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MeroWish.com

  • ***
  • 78 posts
Re: I want to perform one Tweaks for Temporary. Please help me
« Reply #2 on: June 13, 2017, 12:38:08 AM »
Please let me know in more specific. How to make this while coding? So that it could show 18 times more then normal
MeroWish.com

*

MB Themes

Re: I want to perform one Tweaks for Temporary. Please help me
« Reply #3 on: June 13, 2017, 10:08:32 AM »
@Nancy
oc-content/themes/zara/inc.search.php
Code: [Select]
$sQuery = __('Search in', 'zara') . ' ' . osc_total_active_items() . ' ' .  __('listings', 'zara');
--

Code: [Select]
$sQuery = __('Search in', 'zara') . ' ' . osc_total_active_items()*18 . ' ' .  __('listings', 'zara');
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots