• Resolved aleksandreeu

    (@aleksandreeu)


    Hi, I am using your optimize plugin. I would like to use caching function, but I cant because I use also multi currency option in my WoocommerceMultilingual plugin, and when cache is ON, currency does not change. do you know how can I make exception just for this plugin and use cache function?

    Thanks
    Alex

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter aleksandreeu

    (@aleksandreeu)

    I tried to check in the function “Generate country-specific files” as well

    @aleksandreeu Could you please uncheck the option “Serve cached pages to logged in users” from WP-Optimize > Cache and then click Save changes button and see if it help to fix the issue?

    Thread Starter aleksandreeu

    (@aleksandreeu)

    It did not help. Currency changes in the cart but not at the product page. (normally if I choose EUR, price should be everywhere shown in EUR).

    function wpb_woo_my_account_order()
    { $myorder = array(
    ‘dashboard’ => __( ‘Accountoverzicht’, ‘woocommerce’
    ), ‘orders’ => __( ‘Bestellingen’, ‘woocommerce’ ),
    ‘facturen’ => __( ‘Facturen’, ‘woocommerce’ ),
    ‘verlanglijst’ => __( ‘Favorieten’, ‘woocommerce’ ),
    ‘edit-account’ => __( ‘Gegevens’, ‘woocommerce’ ),
    ‘edit-address’
    => __( ‘Adres’, ‘woocommerce’ ), ‘customer-logout’ => __( ‘Uitloggen’, ‘woocommerce’ ),

    );

    @aleksandreeu Closing this one as you have submitted the ticket to our Help Support Center and the issue is fixed there.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘MultiCurrency + cache optimization’ is closed to new replies.