Home Forums Basel support forum (urgent) Language switch to default EN in checkout page Reply To: (urgent) Language switch to default EN in checkout page

#160536

esthetis
Participant

Hi again,

We have just update WPML and again the problem is not fixed.

We still have to replace with the following:

if (
! $is_admin || ( isset( $_POST[‘action’] ) && $_POST[‘action’] === ‘basel_ajax_add_to_cart’ ) || ( ‘admin.php’ === $pagenow && isset( $_GET[‘page’] ) && ‘wc-settings’ === $_GET[‘page’] )
) {
// Translate shop page ids
$this->add_filter_to_get_shop_translated_page_id();
}