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.
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?
Hi @yeshoa
Sorry to say, At the moment there is no option to do this.
Thanks