yeshoa
Forum Replies Created
-
Forum: Plugins
In reply to: [License Manager for WooCommerce] multi-line license keySo isn’t there any way or trick?
I’m familiar with php isn’t there any thing I can change in codes?Forum: Plugins
In reply to: [License Manager for WooCommerce] multi-line license keyHello.
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.
Thanks for your reply.
admin menu editor plugin also helped me.