このユーザーにはお気に入りトピックがありません。
お気に入りのフォーラム・トピック
フォーラム・トピックの作成
状況 |
トピック
|
サポーター | 声 | 投稿文 | 新鮮さ |
---|---|---|---|---|---|
Can't link disconnected page back to existing page in different language
によって始められた: maaykS にある: English Support |
2 | 2 | 4年前 | ||
Google Product Feed and Currency issue
によって始められた: maaykS
にある: English Support
Problem: The currency parameter for WooCommerce Google Product Feed and Currency is not working. Solution: Add the following function to the functions.php file of the theme. add_filter( 'wcml_client_currency', 'modify_client_currency', 10, 1 ); function modify_client_currency( $current_currency ) { if( !is_admin() ){ global $woocommerce; $currency = isset( $_GET['currency'] ) ? esc_attr( $_GET['currency'] ) : $current_currency; $currency = strtoupper( $currency ); $woocommerce->session->set('client_currency', $currency); return $currency; } } This is a suggestion that worked in this specific case. We can not guarantee that it would work in any case. Documentation |
|
2 | 5 | 4年、 5ヶ月前 |
すべての記事 maaykS:
アイテムが見つかりませんでした