+ Reply to Thread
Results 1 to 5 of 5

Thread: Prompt user of limited usage plan?

  1. #1

    Prompt user of limited usage plan?

    When we set limited usage to a plan lets say 2 times.
    How can I tell user that information before they decided?

    Screen Shot 2018-04-23 at 4.47.21 PM.jpg

  2. #2
    Hello Wei Hong,

    It is easy. Standart plan it is simple plan for 1 listing.
    Package plan for multiple listings. And you can see counter in '()'
    See your last Featured package:
    Standart listing (6)
    Featured listing (4)
    It means a user can add 6 simple and 4 featured listings.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Quote Originally Posted by Viktor View Post
    Hello Wei Hong,

    It is easy. Standart plan it is simple plan for 1 listing.
    Package plan for multiple listings. And you can see counter in '()'
    See your last Featured package:
    Standart listing (6)
    Featured listing (4)
    It means a user can add 6 simple and 4 featured listings.
    Hi Viktor,

    You misunderstood my question. I know about the plan package. I meant for standard plan, not the package, single plan with limited usage. For example I make standard plan A, and put limited usage to 3 times. User can use the same plan 3 times and then it used up and gray out. How do I show it on standard single plan that 3 times. Like you can only use 3 times in the single plan detail.

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Hello,

    Go to ftp > templates > your template > tpl > blocks > listing_plan.tpl

    after:
    Code:
    Only registered members can view the code.
    insert:
    Code:
    Only registered members can view the code.
    where {$lang.usage_times} you should add your phrase via Languages with a key usage_times

  5. #5
    Hello Wei, yes you right. There is a temporary solution.
    Your_template\tpl\blocks\listing_plan.tpl
    Find:
    Code:
    Only registered members can view the code.
    Add after:
    Code:
    Only registered members can view the code.
    I think it needs more investigations, like in existingPackageValidator function in Addlisting.php by flynax.

+ Reply to Thread