qtranslate / qtranslate-xt

qTranslate-XT (eXTended) - reviving qTranslate-X multilingual plugin for WordPress. A new community-driven plugin soon. Built-in modules for WooCommerce, ACF, slugs and others.
GNU General Public License v2.0
553 stars 104 forks source link

Woocommerce-qtranslate-x plugin #637

Closed hubosh closed 5 years ago

hubosh commented 5 years ago

I don't know if you're working on Woocommerce-qtranslate-x as well but I just found this error and how to fix it in the plugin. woocommerce_product_get_attributes instead of woocommerce_get_product_attributes because it's deprecated, in the qwc-front.php file.

herrvigg commented 5 years ago

I have this PR that i'm supposed to merge soon ;) https://github.com/qtranslate/qtranslate-xt/pull/627

Essentially it brings the last version 1.4 from this git repo: https://github.com/qTranslate-Team/woocommerce-qtranslate-x. So if you see the bug there it will still be the case. If you find a fix let me know and we'll bring it here

hubosh commented 5 years ago

I found many pther deprecated function, I replaced some of them and new Woocommerce functions. I can replace the rest then upload to you of that helps in any way.

herrvigg commented 5 years ago

OK i close this for now. The PR is still there but it requires more work with better options, i'll explain this in the PR.