• Resolved shekharriyat

    (@shekharriyat)


    Hi,

    I want to show the converter bar only on cart and checkout page only.

    Want to hide it from all other pages what should i do.

    Pls help me

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can paste this code into Conditional Tags option in Design Tab of Multi Currency settings
    is_cart() | is_checkout()

    Hi Julian,

    What would the code be to include the converter bar on all shop pages as well as Cart and Checkout please?

    Thanks

    NVM found that this works: “is_woocommerce()”

    • This reply was modified 6 years, 6 months ago by TDRSales.

    Hi TDRSales,

    The code your need is

    is_woocommerce() | is_cart() | is_checkout()

    Thanks, was looking for this ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide it from full website except cart page’ is closed to new replies.