Multiple Add Listing Pages

This topic contains 1 reply, has 2 voices, and was last updated by  Paolo 9 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #11085

    Bobby
    Expired Member
    Post count: 17

    Hi there,

    Would it be possible – maybe with some custom code – to create multiple Add Listing pages, one for each price package? Right now it seems that every pricing package in the system displays automatically on the Add Listing page. For example, I’d like to have the free package be exclusively on one page, and a paid package show on another.

    Alternatively, would it be possible to show a price level on the Add Listing page depending on which WordPress role a user has?

    Thanks!

    #11087

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    you can hide the price selection:

    
    
    
    #propertyform .geodir_form_row:nth-child(3) {
        display: none;
    } 
    

    Than use the indivdual URL to do that by linking them in your menu as custom links or wherever you wish:

    Free: http://wpgeo.directory/add-listing/?listing_type=gd_place

    Paid: http://wpgeo.directory/add-listing/?listing_type=gd_place&package_id=5

    Let us know,

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