Geodirectory Prices and Payments subcription level

This topic contains 4 replies, has 4 voices, and was last updated by  Guust 7 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #372099

    Bipin Prasad
    Free User
    Post count: 21

    Hi there,

    I have three type of subscription level configuration on my website with “prices and payments” addon, says free, premium and featured.
    I want to put the “reviews and ratings” to be displayed only for the premium and featured subcription level.

    Can you please help me to get something like below in php that i can put into the child theme custom function or in child template:
    if (free){
    something goes here;
    }elseif (premium){
    something goes here;
    }elseif (featured){
    something goes here;
    }

    Thank you
    Bipin

    #372107

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Bipin,

    That is a paid addon and your account is free, we can’t provide support.
    If you have a paid account please login and reply with that account.

    Thanks,

    Stiofan

    #372110

    palicali
    Expired Member
    Post count: 40

    Hi Stiofan –
    I am replying with my paid account. Bipin is my developer. Thank you very much!

    #372214

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thanks, what do you mean by “reviews and ratings”, just the ability to add or to show on listings also? Unless you want to use filters i think most can be done just with CSS

    Stiofan

    #372238

    Guust
    Moderator
    Post count: 29970

    Have a look at https://wpgeodirectory.com/docs/common-code-snippets/#package
    then you can hide the review section for the free package with CSS.

    Thanks

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

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

Open Support Ticket