*

servatics

  • **
  • 13 posts
Mark Sold or Reservation
« on: December 17, 2024, 02:11:21 AM »
Hello, please tell me what depends on the display of buttons with the function to mark the product as sold or in the reservation, I somehow these buttons are missing and can not find in the admin how to turn them on

*

servatics

  • **
  • 13 posts
Re: Mark Sold or Reservation
« Reply #1 on: December 17, 2024, 02:59:41 AM »
I found this function function eps_extra_fields_hide() {
  $list = trim(eps_param('post_extra_exclude'));

  $array = explode(',', $list);
  $array = array_map('trim', $array);
  $array = array_filter($array);

  if(!empty($array) && count($array) > 0) {
    return $array;
  } else {
    return array();
  }
}, but I don't understand where the settings in the admin area come from

Marked as best answer by servatics on December 19, 2024, 02:56:21 PM
*

MB Themes

Re: Mark Sold or Reservation
« Reply #2 on: December 18, 2024, 06:33:23 PM »
These are shown in user items section.
No filter.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

servatics

  • **
  • 13 posts
Re: Mark Sold or Reservation
« Reply #3 on: December 19, 2024, 02:56:29 PM »
These are shown in user items section.
No filter.
Thanks!