Currency and prise layout

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #8645
    Lars
    Participant

      Hi

      When adding an item to the card or viewing them in the order page prices are shown “kr XX”.
      In Denmark it is usually shown with currency with a trailing dot “kr.” and after the price.
      Any way to change it?

      /Lars

      #8646
      Olly
      Admin & Mod

        wppizza->layout: All other [cart, order page, email] currency symbols

        #8647
        Olly
        Admin & Mod

          if you really must have a dot you’ll have to use some pseudo css:after selector though

          #8662
          Lars
          Participant

            Thanks for the reply.
            Yes the dot and also showing the price in this style “79,-” after is common here.
            And removing currency all together and add it with :after seems to be the only way.

            /Lars

            #8682
            Olly
            Admin & Mod

              for the time being, you will have to live with it as is, but i put it on my list of requests. maybe i can add an option at some point to display .00 as .–

              regarding dots after the kr you can use a filter . namely
              wppizza_filter_currencies located in common.output.formatting.functions.inc.php

              #8689
              Olly
              Admin & Mod

                in fact, there is also a filter (in the same file)
                wppizza_filter_output_format_price

                you can use to do your x.– if you want

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Currency and prise layout’ is closed to new replies.