This topic is: resolved
-
Hi I’m using my installation with wpml.
But the links of minicart not redirect correctly in the second language.
Only redirected in English, I have seen that in the woocommerce.php file, in plugin sitesao this code.
if ( version_compare( WOOCOMMERCE_VERSION, “2.1.0” ) >= 0 ) {
$cart_url = apply_filters( ‘woocommerce_get_checkout_url’, WC()->cart->get_cart_url() );
} else {
$cart_url = esc_url( $woocommerce->cart->get_cart_url() );
}AND
$minicart .= ‘…
Please if the theme is ready to wpml, how I can set up links to be correct?
Is a plugin config or archive code?
Thankyou