Show only specific price packages in Add Listing page

This topic contains 2 replies, has 2 voices, and was last updated by  jotomas 8 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #59341

    jotomas
    Buyer
    Post count: 802

    Hi,

    I have many price packages and the Add Listing page becomes quite confusing.

    Is there some way to show only specific price packages in the Add Listing page?

    What I want to do is to build several pages with different lists of price packages in which the user selects an specific price package and links to an Add Listing page with only the “n” price package selected visible:

    http://website.xxx/add-listing/?listing_type=gd_place&package_id=n

    Thanks and regards.

    J.O.

    #59423

    Paolo
    Site Admin
    Post count: 31206

    HI,

    you can create a page with prices only and each price link to the specific add listing page with the package preselected.

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

    At that point you should hide all price packages on the add-listing page with this css:

    
    
    .geodir_price_package_row {
        display: none;
    }

    There is no way without a customization, to selectively show prices. It is either all hidden or all visible.

    Thanks

    #59521

    jotomas
    Buyer
    Post count: 802

    Hi Paolo,

    Thanks a lot. This would to the trick.

    Best regards.

    J.O.

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

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

Open Support Ticket