- Posts: 116
- Thank you received: 1
Link product quantity for certain products, how?
How can make some products not to "Link product quantity" because i only buy some products when customer buys it....i want it NOT to display Stock: Sold out, this is due to unavailable serials in packs.
Kind regards
Dan
Please Log in or Create an account to join the conversation.
In the first implementation of this feature, I didn't thought to set an override option per pack.
But the option which link the product quantity with quantity of serials does not have an effect only if the pack does not have a generator.
While a generator is set for a pack, HikaSerial considered that the stock is unlimited.
(A generator is called only when the stock of serial is empty)
So, there is a way to configure it but adding an option is a good idea.
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.
i am loosing sales, that is why i am kind of desperate for dirty fix
Please Log in or Create an account to join the conversation.
Yes we can make a little "dirty" fix but I do not understand your problem because, if there is no serial, they can't be assigned to a product.
I mean, it is not logical. With a generator, you can have an unlimited serial quantity because the generator will generate new one when a product is bought but, if you do not have any serial in your stock and you do not have a generator. When the product will be bought, no serial will be attached so for, HikaSerial, there is a problem.
Are you sure you want to sold product without serials even if a pack is linked to the product ?
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.
Me: Yes please, ...please read why:
so when customer orders and pays for it, i will insert new serial in the existing pack and then i will go to his order and click "Refresh associations"...that way serial will be automatically inserted in his order after pressing Refresh associations.....is that correct?
Please Log in or Create an account to join the conversation.
Right, it makes sense !
Thanks for the explanation, I didn't imagine this kind of solution.
In the file "administrator/components/com_hikaserial/views/pack/tmpl/form.php", please update the content
In the file "administrator/components/com_hikaserial/classes/product.php, in the function "refreshQuantity" please update:
- The first line of the query:
- The block:
And you can update some of your packs with the new option for "unlimited quantity".
Regards,
PS: these modification will be include in the next release.
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.
i.imgur.com/ZR5SYxH.png
But, in webshop on product page it is still stated "Soldout" and no ability to put it in cart and order a product.
Please Log in or Create an account to join the conversation.
You have to refresh the quantity in the database, there are several "triggers" so:
You can save a serial (without modifying anything) to call the refresh for all products.
You can save a product (without modifying anything) to call the refresh for this specific product.
Otherwise, HikaSerial can't know that it has to update the quantities.
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.
Please Log in or Create an account to join the conversation.
Sure.
You can send me an access by private message.
I will prepare a HikaSerial package with the patch and install it in your website.
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.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes and I installed the HikaSerial package in your website.
As explain in my previous post, you have to re-save the products so HikaSerial will update the product quantity automatically.
I tested it for two products (1 and
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.
Thank you for your effort
Please Log in or Create an account to join the conversation.