PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Show Yen on frontend and process in Dollars

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 please
If 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.

Hi, we are in the final stages of testing on a new site, and are running into an issue processing orders in dollars because of Authorize.net.

We want to show pricing on the front end as Japanese Yen with no other currencies and process the order in US dollars and am unsure of the correct settings to make this work.

Any assistance would be most appreciated.

 

Sorry to be a pain, but am really under the gun to get this figured out.

Hello

You  can  try  to  add this code  in functions.php

add_filter('wp_head',function(){

if(class_exists('WOOCS')){
if(is_checkout()){
global $WOOCS;
$WOOCS->set_currency('USD');
}else{

global $WOOCS;
$WOOCS->set_currency('JPY');

}

}
});

 

In this case, the user will always see JPY currency on the site. but the checkout page will display USD

I added the suggested code snippet to the child theme functions.php file, and still get a order failure message.

I have set USD as the base currency, but the orders are still being processed in Yen.

We are locked into authorize.net, and cannot change our cc processor.

We are under an end of week deadline for a soft launch so we really need some help here.  Let me know asap if you need/want admin/server access.

Thank you.

 

 

Hello

It looks like you inserted the code incorrectly

If the code works, USD should be displayed here - https://c2n.me/49sF5jr.png

Please  add  FTP access  I will  check  it

SFTP access added to private data.

 

Thank you.

Hopefully we can get this figured out today.  We are up against a deadline here.

 

Please check the private data for updated access information.  I've moved an iteration that you can work on.

Thank you.

Hello

Please  do a test