Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Muhammad Ali Akbar

    (@alireyad)

    Hi,
    There have customized things based on theme. As per I know, you are using our premium theme.

    If you want to remove it global then we have option in Classified Listing -> Settings -> General https://prnt.sc/wNWeylpXFVxQ

    Thank you

    Thread Starter Houdini

    (@romariokg)

    Hi! I know that the “Mark as sold” feature can be completely disabled in the settings! But you misunderstood me. I need to leave the feature active and hide the button in Actions, because I moved it to a more accessible place!

    https://prnt.sc/LAXbDGMM0-oO

    Plugin Support Muhammad Ali Akbar

    (@alireyad)

    Hi,
    Add following code in child theme functions.php file to remove it from action list –

    remove_action( 'rtcl_my_listing_actions', [\RtclPro\Controllers\Hooks\TemplateHooks::class, 'my_listing_mark_as_sold_button' ], 40 );

    Thank you

    Thread Starter Houdini

    (@romariokg)

    Hi! Thank you very much!

    • This reply was modified 10 months, 2 weeks ago by Houdini.
    • This reply was modified 10 months, 2 weeks ago by Houdini.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Hide the “Mark as sold” button’ is closed to new replies.