Stock Management BUG

This topic contains 10 reply and 2 voices, and was last updated by Nayem 9 years, 2 months ago
Viewing 10 Posts - 1 through 10 (of 10 total)
Author Posts
December 27, 2014 at 10:27 pm 32989
Nayem Hi, in the seller dashboard , when a seller tries to add stock management and updates his product , it doesn't update and a Success message appears that he has updated his product info , but it really didn't. but if the seller tries to add the stock management number of stock again , then it will update successfully. so basically , its doesn't update the on the first try, rather it updates the info on the second try.
December 28, 2014 at 11:24 am 33020
Nayem Nayem

Hello Fahad,

Please allow me some time to check this. I will back to you with the right solution.

Thank you 🙂

December 30, 2014 at 1:00 pm 33148
fahad fahad

hi nayem,
its been two days what happened to the issue

December 30, 2014 at 1:13 pm 33149
Nayem Nayem

Hello Fahad,

Sorry for the inconvenience. Please provide your login details by using this form- http://wedevs.com/provide-login-details/. I will have a look what is going wrong.

Thank you 🙂

December 30, 2014 at 1:51 pm 33154
fahad fahad

i submitted the info

December 30, 2014 at 3:41 pm 33160
Nayem Nayem

Hello Fahad,

I got your details. Please allow me some time to check whats going wrong here. I will be back very soon to you with the right solution.

Thank you 🙂

December 30, 2014 at 5:25 pm 33166
Nayem Nayem

Hello Fahad,

I have tested your issue and found the bug. I have already notified to our developer team about this. They will fix it as soon as possible. Please keep patience.

Thank you 🙂

December 31, 2014 at 10:44 pm 33243
fahad fahad

Hi Nayem,

if you managed to solve this issue, send me the bug fix code and instructions, because i have two websites running on the dokan plugin, i have to alter the other website as well.

January 1, 2015 at 5:22 pm 33261
Nayem Nayem

Hello Fahad,

We have fixed this bug. Please open Dokan-plugin/includes/theme-functions.php. In line number 453 you will see this code <input name="<?php echo $name; ?>" id="<?php echo $name; ?>" value="<?php echo $value; ?>" type="checkbox"<?php checked( $value, 'yes' ); ?>>. You have to replace this code with this code- <input name="<?php echo $name; ?>" id="<?php echo $name; ?>" value="yes" type="checkbox"<?php checked( $value, 'yes' ); ?>>. Please check and let me know.

Thank you 🙂

January 1, 2015 at 6:41 pm 33263
fahad fahad

Hi Nayem,
it worked , thanks mate

January 1, 2015 at 6:44 pm 33264
Nayem Nayem

Hello Fahad,

Please mark this topic as resolved.

Viewing 10 Posts - 1 through 10 (of 10 total)