Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • jaizedelmann 19 posts 41 karma points
    Nov 23, 2010 @ 22:43
    jaizedelmann
    0

    PurchaseOrder Decimal Ammount Possible to change?

    Hey i've noticed that all prices on the PurchaseOrder object has 4 decimals is there a setting somewhere in the backend i have miss'd to set it to 2 so i dont have to Math.Round on vat / subtotal etc.?

     

  • Sean Mooney 131 posts 158 karma points c-trib
    Nov 23, 2010 @ 23:09
    Sean Mooney
    0

    Do you have custom tax task?

    I ran into a similar problem and found that I just need to round the value of my tax calculation before saving it, as well as my discount calculation

  • jaizedelmann 19 posts 41 karma points
    Nov 24, 2010 @ 00:59
    jaizedelmann
    0

    Hey Sean, 

    I run with standard pipelines, and actually my purchaseorder object taxtotal is always empty

  • Søren Spelling Lund 1797 posts 2786 karma points
    Nov 24, 2010 @ 12:50
    Søren Spelling Lund
    0

    You can override the total yourself in the pipeline. You could perform a final step in the checkout pipeline to round all the totals to the number of decimals you need. In the future we'll change the backend UI to only display two digits for all amounts.

  • Lasse Eskildsen 34 posts 57 karma points
    Dec 02, 2010 @ 09:06
    Lasse Eskildsen
    0

    You can also use the FormatCurrency methods from the XSLT library, which will format to two digits and with currency code.

Please Sign in or register to post replies

Write your reply to:

Draft