- Posts: 1
- Thank you received: 0
User name and password
13 years 3 weeks ago #121245
by chrisp
User name and password was created by chrisp
Hi,
I am considering HikaSerial to sell user names and passwords for my Wi-Fi Hotspot business. I have read the forum and documentation but I am not sure how I would create 2 parts to the serial i.e. the USERNAME and the PASSWORD. I would need to be able to define these items in the csv import as the usernames and passwords are created by the Wi-Fi Hotspot system and would need to be imported
thanks
I am considering HikaSerial to sell user names and passwords for my Wi-Fi Hotspot business. I have read the forum and documentation but I am not sure how I would create 2 parts to the serial i.e. the USERNAME and the PASSWORD. I would need to be able to define these items in the csv import as the usernames and passwords are created by the Wi-Fi Hotspot system and would need to be imported
thanks
Please Log in or Create an account to join the conversation.
13 years 3 weeks ago #121271
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic User name and password
Hi,
The serial is a text, and you can put into whatever you want.
So you can put a text with several lines ; with the username and the password.
You can also use a more "dynamic" method by using some kind of "serialization".
And use a custom plugin which will display the serial depending the context.
www.hikashop.com/support/documentation/1...fct_ondisplayserials
Using some kind of "serialization" you can have something without "translated text" in your database and display it like you want to the user.
Regards,
The serial is a text, and you can put into whatever you want.
So you can put a text with several lines ; with the username and the password.
You can also use a more "dynamic" method by using some kind of "serialization".
Code:
{USER: "the username", PASSWORD: "the wifi password"}
www.hikashop.com/support/documentation/1...fct_ondisplayserials
Using some kind of "serialization" you can have something without "translated text" in your database and display it like you want to the user.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.172 seconds