colibry
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Blank page without errors on debug mode.We have duble checked again the woocommerce 2.4.4 seems to be installed perfect and without errors, let me know how i can hide that notify from header until is not doing nothing is just a bad stiki 😀
ThanksForum: Plugins
In reply to: [WooCommerce] Blank page without errors on debug mode.Hello Mike, thanks for your quis response.
I have talked with my host provider and nothing found in the server error log. We have increaset the memory to, from 256 to 512Mb but still the same think.
I have changed the default theme, i have deactivate some plugins…
Still nothing 🙁Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Region is not valid since latest updateIf you need help for translate it in Romanian i will be free to help you.
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Region is not valid since latest updateI have tested to and the problem is solved.
Thank you Ulihake for the perfect support. It was very quick and better then a payd plugin support.
Im glad to see my market working again in good condition.ps. the woocommerce 2.2 is not yet the perfect update solution 🙁 for who have the old version 2.1 i sugest to wait a little bit more.
Good luck with this nice plugin ulihake.
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Region is not valid since latest updateI have send the credentials to you, thanks.
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Region is not valid since latest updateI have the same problem, please give us a good solution , thanks we waiting.
Forum: Plugins
In reply to: [WooCommerce] Cancel pending orders after x minutesYou can try i think its working. Set 1 min and test to see the result, its simple 😉
I am waiting to for a solution,
thank you,
CorneliuForum: Plugins
In reply to: [Plugin WooCommerce] Paypal FeesYes i have pay for a code to solve this problem but now i can give out free is my code:D Try to adapt for your currency
<?php /** Convert and exchange by www.colibry.ro and Aurel Canciu **/ add_filter( 'woocommerce_paypal_supported_currencies', 'add_ron_paypal_valid_currency' ); function add_ron_paypal_valid_currency( $currencies ) { array_push ( $currencies , 'RON' ); return $currencies; } add_filter('woocommerce_paypal_args', 'convert_ron_to_eur'); function convert_ron_to_eur($paypal_args){ if ( $paypal_args['currency_code'] == 'RON'){ $response = wp_remote_get('http://openapi.ro/api/exchange/eur.json'); $json = wp_remote_retrieve_body($response); $exchange = json_decode($json); $convert_rate = $exchange->rate; $paypal_args['currency_code'] = 'EUR'; //change RON to EUR $i = 1; while (isset($paypal_args['amount_' . $i])) { $paypal_args['amount_' . $i] = round( $paypal_args['amount_' . $i] / $convert_rate, 2); ++$i; } $discount = $paypal_args['discount_amount_cart']; $paypal_args['discount_amount_cart'] = round($discount / $convert_rate, 2); } return $paypal_args; }Forum: Plugins
In reply to: [Plugin WooCommerce] Paypal FeesI have working my paypal gateway but when i use discount cupouns i have problems with currency, on paypal website a have the discount in USD or EUR. But i whant to have that results converted from my currency to USD or EUR , if not i go to give free products:D
On my currency the discount converted is 3 EUR and on paypal is 8 EUR(the value of my currency RON on the site is 8)
Sorry for my english i hope someone understand my problem and can give me a solution. ThanksForum: Plugins
In reply to: [Improved user search in backend] Search by display name?Hi , can you tell me how i can make to have result from last name and first name in the same time?
Forum: Plugins
In reply to: [Predictive Search for WooCommerce] Romanian TranslateThanks Steve you mentioned my name in the last update.
If i make some good change in the future i will come back to send you the .po file. Now i test the search with my visitors.Forum: Plugins
In reply to: [Predictive Search for WooCommerce] Romanian TranslateI resent the translation. I received email confirmation. Waiting for verification from your side.
Ty – Colibry
Forum: Plugins
In reply to: [Predictive Search for WooCommerce] Romanian TranslateWe have not received any response from you. I want to know if I will receive the promised license or have to go to shopping for her. 😉 Thanks Steve
Forum: Plugins
In reply to: [Dave's WordPress Live Search] Customize search result outputi solved the problem with woocommerce predictive search .