• Resolved yeshoa

    (@yeshoa)


    Thanks for your great and useful plugin.
    I need my license to be multilined. my license contains email address, password, serial number and an id key.
    How can I put each one in a new line?
    Is there any thing I can add to end of text to put that in a new line?
    Or is there any code for adding to plugin source to make that possible?

Viewing 5 replies - 1 through 5 (of 5 total)
  • A.Tariq

    (@arsalantariq)

    Hi @yeshoa,

    Can you please share the reference screenshot so we will look for the possibilities?

    Thanks

    Thread Starter yeshoa

    (@yeshoa)

    Hello.

    View post on imgur.com


    This is how it shows the license in my received order page.

    I need each items (email address, password, serial number, id key and secret code) in different lines.

    It’s showing like: ” email address: example@email.com password:123456 serial number: abcd-efgh-ijkl-mnop id key: 987 security code: ABC ” all in one line.

    but I wan’t it like :
    ” email address: example@email.com
    password:123456
    serial number: abcd-efgh-ijkl-mnop
    id key: 987
    security code: ABC ” each one in a new line.

    I also tried changing
    <input name="license_key" id="single__license_key" class="regular-text" type="text">
    in plugin folder > templates > licenses > page-add.php to
    <textarea name="license_key" id="single__license_key" class="regular-text" rows="4" type="text"></textarea>
    but did’t change how it is shown in recieved order or the email sent.

    Thanks.

    A.Tariq

    (@arsalantariq)

    Hi @yeshoa,

    At the moment, the license key is displayed in a single line.

    Thread Starter yeshoa

    (@yeshoa)

    So isn’t there any way or trick?
    I’m familiar with php isn’t there any thing I can change in codes?

    A.Tariq

    (@arsalantariq)

    Hi @yeshoa

    Sorry to say, At the moment there is no option to do this.

    Thanks

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

The topic ‘multi-line license key’ is closed to new replies.