Bỏ qua điều hướng

Waiting for author

Topic Tags: Compatibility, WCML

Overview of the issue

When using the Astra theme and its PRO add-on, the Quick View popup for WooCommerce products does not display the selected currency. Instead, it shows the default currency even when another currency is selected. The rest of the site correctly reflects the chosen currency.

Workaround

Please, make sure of having a full site backup of your site before proceeding.

  • Open your theme’s functions.php file.
    // WPML Workaround for compsupp-7862 
    add_filter( 'wcml_multi_currency_ajax_actions', 'add_action_to_multi_currency_ajax', 10, 1 );
      
    function add_action_to_multi_currency_ajax( $ajax_actions ) {
      
        $ajax_actions[] = 'ast_load_product_quick_view'; 
        return $ajax_actions;
      
    }
            

Để lại phản hồi

Vui lòng bám sát chủ đề và tôn trọng người khác. Nếu bạn cần trợ giúp với các vấn đề không liên quan đến bài đăng này, hãy sử dụng Diễn đàn Hỗ trợ của chúng tôi để bắt đầu trò chuyện hoặc gửi yêu cầu hỗ trợ.

Bạn có thể sử dụng các thẻ sau:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>