*

KSCNeon

  • *
  • 1 posts
Edit dropdown menus and Thousands Separator
« on: August 30, 2017, 10:17:53 PM »
Good evening,

I discovered this topic a few days ago and have already adapted a lot. I also translated it into German.
However, some things can not be set. I would like to edit the drop-down menus when creating an ad.
I want to delete Rent and Exchange.

I would also like a Thousand separator in the Ad display itself and not only in the price slider.

How do I get this?

Thanks for the support!

*

MB Themes

Re: Edit dropdown menus and Thousands Separator
« Reply #1 on: August 31, 2017, 07:48:01 AM »
@KSCNeon
1) Rent & Exchange options can be removed in functions.php
remove:
Code: [Select]
  } else if ($id == 3) {
    $name = __('Rent', 'veronika');
  } else if ($id == 4) {
    $name = __('Exchange', 'veronika');

(make sure there left } at the end)


2) price format can be set in oc-admin > settings > languages > edit
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots