Home Forums Plugins CURCY – WooCommerce Multi Currency This plugin is brilliant!

This plugin is brilliant!

  • Author
    Posts
  • #107825

    recycled_software
    Participant

    Two and a half questions:
    1
    Am trying to make currency selector appear on all product & category pages and cart & checkout pages. Another way of looking at this is I’m trying to make the currency selector !not appear on the accounts page OR the contact page OR the FAQ page OR the Privacy Policy page.

    I experimented with !is_account_page() OR !is_page(array(78,2242,3)) but the OR operater didn’t work as I hoped.

    1.5
    this on its own works: !is_page(array(78,2242,3)) all the pages in the array are successfully excluded except page 78 which is the contact page – I can’t figure out what might be making page 78 behave unexpectedly.

    2
    Is it possible to sort the list of countries/currencies either alphabetically or manually after the list is created? I can write php wp filter functions if you point me in the right direction 🙂

You must be logged in to see replies to this topic. Click here to login or register