+ Reply to Thread
Results 1 to 5 of 5

Thread: Recurring subscriptions

  1. #1

    Question Recurring subscriptions

    Hi all

    Why is there a checkbox labelled "Recurring" on recurring plans?
    Does it allow a visitor to buy a recurring plan without it actually be recurring?

    Capture.PNG
    Last edited by Denis Diaz; August 6, 2019 at 04:51 PM.

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,169

  3. #3
    Thanks Rudi.

    Maybe the label on the admin side should be changed to "Optional subscription" then.

    To make it non-optional can I do the following?

    In membership_plan.tpl, replace...
    Code:
    Only registered members can view the code.
    ... by ...
    Code:
    Only registered members can view the code.

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,169
    if you mean to make it selected by default you can use attribute checked="checked" in inputs without any if-conditions

  5. #5
    I want to make it selected by default and hidden, so the user does not have the option to uncheck it, hence the type="hidden" in my code.

+ Reply to Thread