Payment gatways not working while using woocommerce-multilingual
-
Hi,
I’m trying to install payment gateway on my website, and its work perfectly on English language but its not working on another languages .Link to a page where the issue can be seen:
you can create any order by using English language, Payment gateway will work perfectly
but if tried to change website language to Arabic, it will not work.
I tried to disable woocommerce-multilingual plugin, then payment gateway worked on any language.Once you tried to pay the order in the Arabic version you will find Woocommerce Alert saying “This order is Pending Payment and cannot be paid”.
I checked another payment gateway and the same issue found.
Reason :
this action
add_action( ‘woocommerce_receipt_hyperpay’, array( &$this, ‘receipt_page’ ) );not firing on any language except the defult one.
I’m using
Woocommerce with WPML & woocommerce-multilingual pluginsThe page I need help with: [log in to see the link]
- The topic ‘Payment gatways not working while using woocommerce-multilingual’ is closed to new replies.