Results 1 to 4 of 4

Thread: Conditional logic for project postings plan

  1. #1
    Thread Starter
    Expired Customer shihab's Avatar
    Join Date
    Mar 2018
    Posts
    16
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Conditional logic for project postings plan

    Hi, on my website I have a Basic-plan ($xx) for posting every projects. I also want to inspire Employers to Upgrade their membership to Premium & with this membership plan they will have the ability to post unlimited projects and they will not have to pay separately for the Basic-plan ($xx) as they already own a premium plan.

    In plain english I am trying to achieve following:
    PHP Code:
    <?php
    while( have_premium_plan() ) {
     
    go ahead and let the employer post without charging for basic-plan;
    } else{
     
    charge them for the basic plan;
    }
    ?>
    In another words, if the logged in employer have a premium plan I don't want to show the payment option. Please see attached image [pmw]
    pmw.png

    In one more another words, for the option "Charge for projects/addons" I want this option Unchecked for premium employers and Checked for those employers who don't have premium plan. Please see attached image [bpnpm]
    bpnpm.jpg

    How can I achieve it & which file should I edit?

    Thank you.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,693
    Thanks
    166
    Thanked 3,387 Times in 3,258 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    Expired Customer shihab's Avatar
    Join Date
    Mar 2018
    Posts
    16
    Thanks
    7
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,693
    Thanks
    166
    Thanked 3,387 Times in 3,258 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Conditional Logic for Listing Page owner
    By djbrealtor in forum Logic Widgets for Vantage
    Replies: 4
    Last Post: August 27th, 2013, 06:43 AM
  2. Dimitris Conditional Logic on Forms?
    By snowball77 in forum Help Using Vantage (Legacy)
    Replies: 4
    Last Post: April 17th, 2013, 08:51 AM
  3. How To Disable Conditional Logic For Custom Listings Form?
    By edwin in forum Vantage General Discussion (Legacy)
    Replies: 6
    Last Post: December 4th, 2012, 08:36 AM
  4. Forms: Conditional Logic?
    By joshwhite in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: April 23rd, 2012, 08:23 AM