• Resolved koolpal007

    (@koolpal007)


    Hi,

    I just realized that there seems to be no way for the admin to mark as listing as sold!

    How can this be added? Some code snippet?

    Thanks

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

    (@alireyad)

    Hi,
    Yes, right now don’t have this option. Usually it’s based on user own listing that’s why added in front-end. We will add it for admin also.
    For a specific listing you can add following code in theme functions.php file –
    add_action(‘admin_init’, function(){
    update_post_meta(post_id, ‘_rtcl_mark_as_sold’, ‘1’);
    });

    Thank You

Viewing 1 replies (of 1 total)

The topic ‘Admin -> Mark as Sold’ is closed to new replies.