Results 1 to 2 of 2

Thread: New Classipress Requirement for Featured Listing

  1. #1
    Thread Starter
    jtaylor912's Avatar
    Join Date
    Apr 2013
    Location
    United States
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    New Classipress Requirement for Featured Listing

    New Classipress Requirement: Featured Listings MUST send the user to PayPal or whatever preferred gateway provider is selected for use regardless of whether the Listing type is "Pay by listing" or "Pay by membership with unlimited postings during Membership period"

    Very few people can get the featured listing functionality working and those that do only get it working with the "pay by listing approach" and only when it's selected at the time of the listing being created for the first time. This is not acceptable. Someone may choose to pay later to make their listing featured.

    "Featured Listing" is about the the specific "Listing" not which type of Pay plan is being used, whether its pay by listing, pay by membership, or otherwise. Right now it is associated with the pay plan, not the listing. This is not acceptable. Featured Listings do NOT work at all for membership type pay plans, which means it's turned off or for this functionality or not accessible to that type of pay plan, thereby, proving featured listing is associated with the pay plan and not the listing.

    How to meet this requirement:

    //When user is editing their listing for the first time or any time thereafter
    IF (Featured Listing Current == TRUE && Featured Listing Previous ==FALSE) {
    trigger gateway provider regardless of pay plan (by listing or by membership)
    }ELSE {//Either Featured listing is already paid for or Featured Listing is NOT selected
    //continue as you normally do with whatever code executes now
    }

    It's not that difficult really. That's the logic. Don't get it all wrapped up in the type of pay plan. It has nothing to do with it. I'm using the membership approach and mine doesn't work. I'm going to have to figit with the code to get it to work each time, every time. I don't have time for this but looks like I'm going to have to make the time.

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Edit Listing (Make a Listing Featured after it has been added)
    By jabberwalk in forum Vantage General Discussion (Legacy)
    Replies: 12
    Last Post: March 27th, 2014, 01:46 PM
  2. highlighted + featured ribbon + top category for featured listing
    By opacity101 in forum ClassiPress General Discussion
    Replies: 19
    Last Post: December 18th, 2012, 05:05 AM
  3. Classipress add custom email requirement to registration??
    By universityprint in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: September 12th, 2012, 05:26 PM
  4. Featured Listing workflow in ClassiPress
    By g2computer in forum Help Using ClassiPress
    Replies: 3
    Last Post: March 22nd, 2012, 03:12 PM