Hello @shoptak .
Can you edit source code?
Please find file: ./woocommerce-multi-currency/admin/product.php &./woocommerce-multi-currency/admin/settings.php . Replace current_user_can( ‘manage_options’ ) by current_user_can( ‘manage_woocommerce’ )
This is solution for you now. We will consider updating this issue in next version. Thanks
Thank you for your quick reply.
Please note that I did the above steps but unfortunately still not working is there anything else I need to check or modify?
Regards
Sorry. I send miss a file. You need change in /woocommerce-multi-currency/admin/admin.php
Hello again,
in /woocommerce-multi-currency/admin/admin.php there’s no record for current_user_can( ‘manage_options’ ) to be replaced by current_user_can( ‘manage_woocommerce’ )
This record was only found and replaced in Product.php and settings.php
Please advise
Regards
This is all location to replace https://prnt.sc/rznvfo
Thank you for your professional help and support.
After I did the modification on ( admin.php, Product.php, and settings.php ) it didn’t work.
Then I found another ( ‘manage_options’ ) located in system.php as well so after changing it and deactivate/reactive the plugin it works like charm.
issue resolved thx again!
Regards,
-
This reply was modified 6 years, 1 month ago by
shoptak.
Hi @shoptak
You are welcome! We will mark the problem be solved, feel free to let us know if you need help on other thread.
Best regards.
Dears,
For your info, after updating the plugin, this issue re-occurred and had to repeat the whole fix process again.
Please manage to hardcode this fix in your next update.
Thank you
Hi.
We will update in next version.
Hello @thanhtd
A kind reminder to include this fix in your next version since the latest one updated today Version 2.1.5 still doesn’t have it.
Thank you
Oh, Sorry, I’ve just update to 2.1.5.1 to fix this issue. Please update again. Thanks