Your account expired support, please renew to get your support.

Forum Replies Created

Viewing 6 posts - 11 through 16 (of 16 total)
  • Author
    Posts
  • in reply to: Issue with Add to cart PopUp #35435
    ufonaft12
    Support Expired

    you can check it

    add_filter( ‘wcml_load_multi_currency_in_ajax’, ‘claue_load_multi_currency_in_ajax’, 10, 1 );
    if (!function_exists(‘claue_load_multi_currency_in_ajax’)){
    function claue_load_multi_currency_in_ajax( $load ) {
    if (is_ajax()) {
    $load = true;
    return $load;
    }
    }
    }

    i just added – if (is_ajax())  and it fixed the issue.

    <hr />

     

    BUT i have another issue

    when i am in Dollar currency https://www.rinatilakel.com/product/t-shirt-with-sleeve/

    in product page it shows me it in another currency.

     

    PLEASE HELP TO FIX IT

    in reply to: Issue with Add to cart PopUp #35433
    ufonaft12
    Support Expired

    now i have another issue. when i am in Dollar currency https://www.rinatilakel.com/product/t-shirt-with-sleeve/

    in product page it shows me it in another currency.

    this is very bad bug!

    in reply to: Issue with Add to cart PopUp #35432
    ufonaft12
    Support Expired

    i fixed it like this

     

    if (is_ajax()) {
    $load = true;
    return $load;
    }

     

    if i fixed right please answer me here. i dont want it to create another issues

    in reply to: Issue with Add to cart PopUp #35431
    ufonaft12
    Support Expired

    Your code created fatal error in php, in woocommerce – orders section. i made there if not in admin , but after it does not fixes last issue. so please fix it normally

    in reply to: Issue with Add to cart PopUp #35430
    ufonaft12
    Support Expired

    Hello after your fixing issue , i have new bug in the website

    2020/03/08 11:27:54 [error] 15639#0: *82008 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught Error: Call to a member function set() on null in /home/rinatila/domains/rinatilakel.com/public_html/wp-content/plugins/woocommerce-multilingual/inc/currencies/class-wcml-multi-currency.php:538

    please check it!

     

    in reply to: Issue with Add to cart PopUp #35365
    ufonaft12
    Support Expired
    This reply has been marked as private.
Viewing 6 posts - 11 through 16 (of 16 total)