jayford
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal for WooCommerce] 10605 – Currency is not supportedHi Enginosoft,
Yes, I already found the solution for this problem. It’s a bit more complicated but really worthy to try. The only code you will change is the aed to your currency which means you just edit all the words with aed to your currency and a fix conversion from dollar. Mine is 3.6702 AED to $1 and you don’t need to use any plugin just use the default payment gateway from WooCommerce.
Forum: Plugins
In reply to: [WooCommerce] Change the color of SALE textHi wooassist,
I used the plugin that you suggested to me and it works great! This is what I’ve been looking for.
Thank you so much for your help..
Cheers,
JayForum: Plugins
In reply to: [PayPal for WooCommerce] 10605 – Currency is not supportedHi admin,
I know it’s hard but let me know if you find a way. Thank you so much
HI admin,
Thank you so much for all your great support. My website is finished now and glad that your plugin is here to help me finished my website.
Cheers,
JayForum: Plugins
In reply to: [WooCommerce] Default paypal not showingit is working on my old version of woocommerce 2.2.10 but when I updated to the new one which is 2.3.0 it’s not working anymore,.
Forum: Plugins
In reply to: [PayPal for WooCommerce] 10605 – Currency is not supportedHi admin,
I found a solution inside in your plugin php file but not yet fully functional. I can now proceed to paypal even my default currency is in AED. The problem now is that the value that pass to paypal is not converted in to dollars.
I change this code
original:
‘currencycode’ => get_woocommerce_currenc(),
new:
‘currencycode’ => (‘USD’);With this code I was able to proceed to paypal. Now to solve this problem is that I don’t know what is the code that could divide the value of my currency and pass to USD.
I did like this but it’s not working.
‘currencycode’ => (‘USD=get_woocommerce_currency/0.2723’),
Hope you could help me with this admin. Thank you so much
Forum: Plugins
In reply to: [PayPal for WooCommerce] 10605 – Currency is not supportedThank you so much admin. I just thought that if you have a function like this
If
{
the user will choose Cash on delivery it will stick on the default currency that I have which is AED.
}
else
if
{
the user will chose paypal it will convert the amount value that I have which is from AED to USD then the new value would be USD which paypal could accept
}Same as goes to the Currencies that paypal don’t accept. It would be a great factor for this plugin with this feature.
Hope you get my idea admin. Thank you so much
Forum: Plugins
In reply to: [PayPal for WooCommerce] 10605 – Currency is not supportedHi Admin,
Sorry for the delay response. This is the website that I’m talking about. (https://bigfish.ae/) use my credentials to try this username [email protected] pwd gracey123. They are accepting aed and if you want to pay via paypal it will just convert to dollar on paypal page.
Hope you can help me. Thank you
Forum: Plugins
In reply to: [PayPal for WooCommerce] 10605 – Currency is not supportedHi admin,
Thank you so much for your quick response. I saw some websites that accepts AED as the currency and during checkout it will convert to dollar in paypal. I wonder if this feature is available in your plugin. Hope you could help me regarding on this and I’m happy to donate in your plugin. Thank you so much admin.
Need your quick advice admin. thank you so much
HI admin,
Thank you so much for your quick response.
Regarding on the picture that you sent to me. How could I set my store currency that will accept paypal? would that be compatible also with your plugin? I set my default currency to AED through your plugin. see this image (https://drive.google.com/file/d/0BzJ_uLZYeFNeMHVpMVk0R2p4aEk/view?usp=sharing) Could you advice me what to do please.
Thank you so much admin. Great plugin.
Forum: Plugins
In reply to: [PayPal for WooCommerce] 10605 – Currency is not supportedPlease help me. This is the only feature that will complete my website. How can I allow AED to be accepted by paypal. please. Help me please.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search format not showing resultsHi Mikko,
Thank you so much for your kind response.
I also do like this one base on what I read on your webssite https://www.relevanssi.com/knowledge-base/words-ampersands-cant-found/
such a great plugin Mikko.
add_filter('relevanssi_remove_punctuation', 'saveampersands_1', 9); function saveampersands_1($a) { $a = str_replace('/', 'HYPHEN', $a); $a = str_replace('-', 'HYPHEN', $a); $a = str_replace('.', 'HYPHEN', $a); return $a; } add_filter('relevanssi_remove_punctuation', 'saveampersands_2', 11); function saveampersands_2($a) { $a = str_replace('HYPHEN', '/', $a); $a = str_replace('HYPHEN', '-', $a); $a = str_replace('HYPHEN', '.', $a); return $a; }
Forum: Plugins
In reply to: [WooCommerce] Payment options just loading and error occurred.Hi Vartktech,
Yes, I tried everything but nothing works. I just resolved my problem, what I did is I reverted back the version of woocommerce from 2.3.3 to 2.2.8. That resolve my problem, I think the latest version of woocommerce has some bug (I think) but it’s a great plugin.
Thanks for your reply Vark.Have a great day.
Cheers
Forum: Plugins
In reply to: [WooCommerce] Payment options just loading and error occurred.I tried to follow all the steps from this post Debug after update
but still it give me the same result.