Include the social importer in the "GEO DIRECTORY MANAGE PRICE"

This topic contains 1 reply, has 2 voices, and was last updated by  Stiofan O’Connor 9 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #26057

    jjruizrivera
    Free User
    Post count: 153

    Hi

    Would it be possible to include the social importer feature within the GEO DIRECTORY MANAGE PRICE so we can charge people to use it?

    Regards

    #26083

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    we don’t have plans to do this but it would be simple enough to do with a few lines of code some thing like this:

    
    
    if(isset($_REQUEST['package_id']) && $_REQUEST['package_id']!=1){
    remove_action( 'geodir_before_detail_fields', 'gd_add_listing_top_code',3 );
    }

    that code would remove the option from all price packages except 1, this does not solve the issue of the standard package not showing the package_id in the url but it’s a start

    Thanks,

    Stiofan

Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket