Thank you page that goes to default language – Transposh
-
Hi and thank you for you support.
The issue is related with Transposh.
Now Is the Thank you page that goes to default language.
Please sea the folowing topic of related problem
https://www.ads-software.com/support/topic/cart-updates-to-deafault-language-transposh.
Reagards
Paulo_____________________________
Hello Paulo,Transposh does not fully support Jigoshop, but you can easily fix it yourself, just add code below to wp/transposh_3rdparty.php below WooCommerce support:
// Jigoshop
add_filter(‘jigoshop_get_checkout_url’, array(&$this, ‘woo_uri_filter’));
add_filter(‘jigoshop_get_cart_url’, array(&$this, ‘woo_uri_filter’));This will fix the issue you are experiencing. We will try to add this piece into Transposh core as well, thank you for reporting!
- The topic ‘Thank you page that goes to default language – Transposh’ is closed to new replies.