Facultic Theme + Learnpress + FOX
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from alljav on October 4, 2024, 00:46Hello, I hope you are well, I am working with the Facultic + Learnpress + Woocommerce + FOX theme, I have managed to make the change with the codex provided so thank you very much, however, I am still having problems changing the currency, could you help me? (https://nuevocampus.iliiet.com) Thank you very much
Quote from Pablo Borysenco on October 4, 2024, 09:39Hello
You can make a new adaptation request.
Please add ftp+wp-admin access to your test site - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134615.png
And I will add it to the adaptation queue.
Hello
You can make a new adaptation request.
Please add ftp+wp-admin access to your test site - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134615.png
And I will add it to the adaptation queue.
Quote from alljav on October 4, 2024, 18:42Thank you so much, i just do it.
Thank you so much, i just do it.
Quote from Pablo Borysenco on October 7, 2024, 09:32Hello
We don't need access to your hosting.
Please drop me ftp+wp-admin access to your test site - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134615.png
Hello
We don't need access to your hosting.
Please drop me ftp+wp-admin access to your test site - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134615.png
Quote from alljav on October 7, 2024, 16:09Updated my friend
Updated my friend
Quote from Pablo Borysenco on October 8, 2024, 09:36Great! Thank you!
I added this to the adaptation queue
Great! Thank you!
I added this to the adaptation queue
Quote from alljav on October 15, 2024, 01:20Hello dear Pablo, how are you? I wanted to know the approximate implementation time, thank you very much
Hello dear Pablo, how are you? I wanted to know the approximate implementation time, thank you very muchQuote from Pablo Borysenco on October 15, 2024, 09:23Hello
Unfortunately I don't know, it's very difficult to predict the timing of changes to third-party code.
I will write to you when our developer starts checking your site.
Hello
Unfortunately I don't know, it's very difficult to predict the timing of changes to third-party code.
I will write to you when our developer starts checking your site.
Quote from Pablo Borysenco on October 25, 2024, 13:21Hello
Please do a test
the code remains as in this article - https://currency-switcher.com/learnpress-wordpress-lms-plugin - Except this part - https://share.pluginus.net/image/i20241025142039.png
And in functions.php I added this code:
add_filter( 'learn-press/course/regular-price', function($price, $id){if ($price) {if (class_exists('WOOCS')) {global $WOOCS;if ($WOOCS->is_multiple_allowed) {$price = $WOOCS->woocs_exchange_value(floatval($price));}}}return $price;},10,2 );add_filter( 'learn-press/currency', function($currency){if (class_exists('WOOCS')) {global $WOOCS;$currency = $WOOCS->current_currency;}return $currency;} );
Hello
Please do a test
the code remains as in this article - https://currency-switcher.com/learnpress-wordpress-lms-plugin - Except this part - https://share.pluginus.net/image/i20241025142039.png
And in functions.php I added this code:
Quote from alljav on October 25, 2024, 23:38It works! Thank you so much Pablo!
It works! Thank you so much Pablo!
Quote from alljav on February 26, 2025, 21:13Hello Pablo, me again.
I wanted to ask you if there is a way that if I define a specific price for the currency exchange of a product, this is inherited in the learnpress course view, since it only shows me the price with the conversion rate.
Hello Pablo, me again.
I wanted to ask you if there is a way that if I define a specific price for the currency exchange of a product, this is inherited in the learnpress course view, since it only shows me the price with the conversion rate.
Quote from Pablo Borysenco on February 27, 2025, 10:35Hello
If you mean fixed prices, unfortunately this only works with standard product types.
Hello
If you mean fixed prices, unfortunately this only works with standard product types.