*

kriskoyk

  • *****
  • 285 posts
Transaction subcategory
« on: April 24, 2021, 05:26:36 PM »
In this code

(functions.php

else if($type == 'transaction') {
    $opt[0] = __('All', 'beta');
    $opt[1] = __('Sell', 'beta');
    $opt[2] = __('Buy', 'beta');
    $opt[3] = __('Rent', 'beta');
    $opt[4] = __('Exchange', 'beta');

  } )


  how can I put transaction subcategories?

*

MB Themes

Re: Transaction subcategory
« Reply #1 on: April 24, 2021, 06:03:10 PM »
No such functionally exists, use attributes plugin or some different alternative
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

kriskoyk

  • *****
  • 285 posts
Re: Transaction subcategory
« Reply #2 on: April 24, 2021, 06:36:15 PM »
OK thanks