- Posts: 116
- Thank you received: 1
how to change status more than one serial at once?
How do i change status of all those keys at one go?
regards
Dan
Please Log in or Create an account to join the conversation.
For the moment, the SQL request is the fastest way to update several serial at the same time.
I will include in the next release of HikaSerial a button which would allow you to modify several serials at the same time.
Is the status the only element that you wanted to update ?
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.
thanks for the response.
Now when you are mentioning updates, i have few other requests.
In my case i use URLs in serials, those urls are link to pictures on dropbox. It would be great if those urls would be clickable in frontend customer view, so customer could click on it, instead of doing copy/paste to another browser window, or even better it would be best if just window popus up in a form of lightbox.
Do you have skype?
Please Log in or Create an account to join the conversation.
Please provide me instructions how to do that, because i have a lot of serials to import.
Please Log in or Create an account to join the conversation.
HikaSerial allow to override his views so you can override the way that your serial would be displayed in the front end.
You can modify the view for the "orderserial | show_order_front_show" or you can override the function "onDisplaySerials" (which is not quite documented yet).
The feature is already implemented. Using view override you can create the html you want, using the lightbox system that you need.
About the SQL request, you something like:
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.
So where should i insert
Please Log in or Create an account to join the conversation.
Is it possible to make dimensions adjust to image size in light box, or it need to be fixed like in example above
Now my main question is, WILL THIS BE OVERWRITEN when next update of hikaserial is done?
Please Log in or Create an account to join the conversation.
When it happens that i in Serial Data use plain ordinary text like 32fkm8s7z4, then it tries to display it in the front end as a picture/image.
Is it possible to somehow overcome this?
Thank you in advance
Dan
Please Log in or Create an account to join the conversation.
You can base your display of your serial on the pack name, the pack id or the pack generator.
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.
regards
Dan
Please Log in or Create an account to join the conversation.
You can check the content of the serial.
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.
Would you be so kind and give me complete code, that checks for .bmp .png .jpg. .jpeg and .gif content of serial, so if it doesnt find any of these, it should just display it as is text/numbers.
I hope i am not troubling you to much :blush:
thank you in advance
Please Log in or Create an account to join the conversation.
Thank you in advance
Dan
Please Log in or Create an account to join the conversation.
This code will test if there is an extension (last characters of the serial data)
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.
would you be so kind and receck if you have missed somwhere with faulty code...pleaseee
tnx
Dan
Please Log in or Create an account to join the conversation.
Maybe the missing space in the "<a>" tag, between the href and the rel.
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.