• Resolved Feralheart

    (@feralheart)


    Dear developer!

    I want to disable paygate at the end of the listing creation, because I use myCRED coupons as monetization, because I have some other premium related content (for example list the item in other listing sites, or Facebook ads in groups) and I want to all of the premium things be in one place
    How can I acchieve it?
    Or can I put “custom products” in this plugin?

    Best Regards,
    Feralheart

Viewing 1 replies (of 1 total)
  • Plugin Author pluginsware

    (@pluginsware)

    Kindly add the following code in your theme’s functions.php file and check now. I haven’t tested this code yet. But, this must work. Kindly let me know if it not.

    function acadp_custom_has_checkout_page( $has_checkout_page, $post_id  ) {
        return 0;
    }
    add_filter( 'acadp_has_checkout_page', 'acadp_custom_has_checkout_page', 10, 2 );
    • This reply was modified 8 years, 2 months ago by pluginsware.
    • This reply was modified 8 years, 2 months ago by pluginsware.
    • This reply was modified 8 years, 2 months ago by pluginsware.
Viewing 1 replies (of 1 total)
  • The topic ‘Disable paygate without disabling Featured’ is closed to new replies.