'Separator' liquid prices on "thousands".

Hi guys

Works on a basket shopping with liquid layout and everything works fine, but I have currently uses a 'separator' as with the old tags:

Old: 10.350,00

New: 10350.00

At the moment I have replace the "." 00' because my client won't.

So I use this for example.

{{item.productAmountExceptTax | replace: "."}} 00 «, »,- »}}

And this will display: 10375, -.

Y at - it a way to make it display: 10,375.

I can't find something that I can use mathematical filters.

Someone else had this problem?

Any advice or pointers are appreciated

/ Peter

Hello

Don't use replace, use number of other filters | Business catalyst support .

See you soon

Tags: Business Catalyst

Similar Questions

  • Y at - it educational separate prices for Adobe Stock

    Hello

    I am a student and I was wondering if he had separated there prices as with Adobe CC for teachers and students.

    Hello

    Thanks for your question.  It is covered in the FAQ:

    Adobe Stock help | Frequently asked questions

    Adobe Stock education discounts are available to students and teachers?

    There is no discount education available for Adobe Stock price.

    Kind regards

    Bev

  • Vertical lines on the Qosmio F10

    Hello
    I bought this F10 in Poland 18 months ago so warranty has expired.
    I would like to correct and revive only if the repair costs will not go on the purchase of a new brand. I send you a few screens, so it may be useful to diagnose the problem. I hope that this is not the case, to get the new graphics card.
    There are also the new keyboard as friend coffee spit on it. Something about 1 month later, after that an accident like coffee, computer laptop went crazy, display seems to be damaged (as on the screens), fan is running at full capacity and windows only run in safe mode with the parameters of the low screen - 800 x 600:4 bits. However I am able to change the resolution to 1296 x 800:32 bits, but the laptop works even more slowly.

    Is there a chance that I can fix this? Let me know.
    Radek

    I agree with Jonny. For me, the worst case scenario for damaging the material is so portable crashed or separation liquid in keyboard.

    I imagine that the replacement of the material will be too expensive and best solution is to sell this laptop faulty and buy a new one.

  • HP slate 7 with pass... purpose of data 2 years 2 years of purchase or installation?

    I hope that there is someone here who has ever bought one of these directly from HP

    Subject he says it all really... when the 2 years start? on the purchase or installation?  I ask because I can buy this to give to my daughter for her birthday, which is not until September.

    Also, I noticed the power adapter is shown and separately the price indicated on the Web page but had assumed he would come with it, anyone can please clarify?

    Thanks in advance!

    Google is your friend!

    I found this on two research for 'HP Datapass':

    "Monthly offers of included data are provided for 24 months from the date of purchase of your device. After this, you can choose to use a Wi - Fi connection only, or continue to use HP DataPass by purchasing additional data packets when you want, always with no contract. »

    You can view this page and this page for verification.

    WyreNut

  • How to remove the security of all files?

    Hello

    Actually for security reason, that I have applied security measures on my D drive, I just requested that no one can access D drive on my PC, but this security has been applied to all folders, subfolders and files all separately in my D drive, now I am unable to remove it... If I try to remove it, its really laborious ' coz I have to remove each file separately and I have thousands of files... Please help me out... .any one operation which may remove the security of all files?

    You can try this on the D partition / drive or all personally created folder/s

    http://www.SevenForums.com/tutorials/1911-take-ownership-shortcut.html

  • Calculation of a field with a minimum of response?

    Hello all-

    I have a product which costs $22 per thousand. I have a field for the quantity and a total field.

    Right now I have it set up like this:

    Area 1: 'Qty 3' - customer enters the desired quantity

    x

    Field 2: '22' - hidden, used for multipliers

    x

    Area 3: "001" - hidden, used.001 for multiplier give the total price.

    My problem is that the minimum price is always $ 22. How to ensure that the total word: "If the total is < = 22, then 22.» Another thing, Total. »

    Thank you. No idea on javascript...

    You can use the following in the custom field calculation script:

    (function () {
    
        // Get the quantity
        var v = getField("Qty 3").value;
    
        // Set the price per thousand
        var costPerK = 22;  // Cost/thousand
    
        // Set the minimum cost
        var costMin = 22;
    
        // Calculate the total cost
        var costTotal = v * costPerK / 1000;
    
        // Set this field to the total cost if it's more than the minimum, otherwise use the minimum
        event.value = (costTotal > costMin) ? costTotal : costMin;
    
    })();
    

    You don't say what you want to happen if field 3 is empty. If you want the value to be blank, add after line that gets the amount:

    if (v == 0) {
        event.value = "";
        return;
    }
    
  • Thousands separator rejected

    I have 3.6 numbers running on a Mac Powerbook.  Is there a way to obtain cells accepted numbers pasted value that contains thousands separator (comma, for example, cut and paste from a financial statement online).  It's silly and also frustrating to have to remove in order to avoid the red triangle format error, when the cell is already set to show it again!

    I can copy and paste (for example $23 500,00) from the following sources and just paste the value in a cell to v3.6.1 numbers with the cell format set to automatic. The original formatting is preserved.

    1. A cell of table Pages v5.6.1
      1. To the currency format, 2 decimals, and thousands separator
    2. A table of v5.1.2.2 of LibreOffice Calc cell
      1. To the currency format, 2 decimals, and thousands separator
    3. Text of document Pages v5.6.1
      1. $23 500,00
    4. Text of the document of LibreOffice Writer v5.1.2.2
      1. $23 500,00 < tab > 43,250.33 < tab > 50,000.00
      2. Values passed in three adjacent cells, but only the first value retains its monetary symbol. Other values retain thousands separator and decimal, but cell format for each value is automatic, no change.
  • First of thousands of HP separator

    Hello
    How could we set up the first to have a comma as a thousands separator (a useful feature with the 50G when you work with finances).
    Thank you

    Solved. Thanks for the help.

  • Disable the thousand - new content UI (ADF) separator

    Hi all

    It is possible to disable the thousands in the fields of integer type separator using content Webcenter native UI. To do this, we usually use the property below in config.cfg. But I need help to know if it is possible to disable thousands in new interface user (ADF)separator:

    DisableIntegerFormatting = 1

    Today, I have the property set in my environment, but this property is not recognazined in the new user interface.

    Any approach is welcome.

    Thank you

    Tharcisius Dal Moro

    The DisableIntegerFormatting serves purely Idoc Script as far as I know.

    https://jonathanhult.com/blog/2013/11/metadata-integer-format-WebCenter-content/

    I guess there is no way to do this in the user interface of ADF content. I would recommend a SR Oracle opening

    Jonathan

    https://jonathanhult.com

  • Retail price displayed only if the item is in stock by using the rendering engine liquid?

    Is there anyone who knows the liquid rendering engine? Customer Meluka.co.nz wish the price of sale displayed only if the item is in stock. LiveChat advised that this can be implemented using the rendering engine liquid if the stock is greater or equal to a sale price (reduced price) will be displayed. If no product in stock, the retail price is displayed. The announcement is tomorrow's paper so that the pressure is on--helps the developer urgently required please!

    Each product - large currently:

    < ul >

    < div id = "{tag_productid} rrpprice_" >

    < h10 > {tag_retailprice} < / h10 >

    < / div >

    < class li = 'price' > < {tag_saleprice} fort > < h9 >(inc. GST) < / h9 > < / strong > < /li >

    < class li 'quantity' = >

    Amount of < p5 >: < / p5 >

    {tag_addtocartinputfield} < /li >

    < class li = "instock-message instock-{tag_instock}" >

    < div >

    < p5 > in Stock: < / p5 >

    < p2 > please allow 2-3 days (plus delivery) < / p2 >

    < / div >

    < div class = "stock" >

    < p5 > made to order: < / p5 >

    < p2 > please allow 4-6 weeks for manufacturing (plus delivery) < / p2 >

    < / div >

    < /li >

    < br / >

    < class li 'quantity' = > {tag_addtocart, < img alt = "" src="/images/btn-add-cart.gif" / > "} < /li >

    < /ul >

    Of course

    You see where I am getting-"Can you do that for me for free" - I cringe.

    But its simple. Liquid you have if statements...

    http://docs.BusinessCatalyst.com/dev-assets/reference#! / liquid-reference/reference/logic-t ags.html

    And you have your liquid tags:

    The developer reference

    {% If isOnSale is true-%}

    TO DO THIS

    {%-%}

    DO THIS

    {endif %}

    You should check that the old tag returns 0 or 1 and the liquid must be good true or false, but do not know where BC got too much consistency yet, they have been quite on the updates recently. If this does not work with == true, then it will be == 1

  • There are ADF query Panel with table - table separator column of thousands

    Hi all

    can I put a column in adf table a separator of thousands, because some of the column is the value of money.
    the table is automatically generated and linked to research compass (query with table)
    try to use the converter to entering text, but it is not working.
    I work in a 11.1.1.1.6 with a human taskflow Oracle BPM.


    Thanks before

    Hello

    You have groupingUsed "Converter" property with the value 3 minIntegerDigits.

    Jean Lou

  • Problems with thousands separator

    Hi all. can someone help me. In my form, I create a numeric field. I put in digital format with these settings:

    Decimals = 0

    Style of separator = 1,234.56

    Currency symbol No.

    but for all this field displays the value as "1234.00. to remove the zeros, I add javascript for this field: this.getField('1').value = 0 + this .getField ('1') .value; Now it shows as "1234". but I'm always looking for solutions show the thousands separator. Help, please

    May be a problem with the web service. No problem with Adobe Acrobat.

  • In the world, turning on thousands separator

    I have a very simple question that certainly has a very simple answer, but I can't find anywhere in the docs of Oracle or online any response to this...

    We want our presentation server OBIEE to always display commas as thousands separator, as reported results are difficult to read without them given the large number we treat. Where can I configure this? I found in localedefinitions where I specify the character to use as the "thousandsSeparator', but I don't find nowhere part how say"use it anywhere.

    Thank you 1 million to anyone who can help me here.

    -Jim

    In the properties of the columns, data format, replace the default data format and use the thousand separator...
    At this point you can save it as: 'Wide by default from the system for 'your column' ' or * 'wide by default in the system for this type of data "*...

    Concerning
    Nicolae Ancuta

  • When it is cast as a thousands separator character

    Hello

    I am casting a metric like tank, now I need the thousands separator on numbers, possible what we able to do this?

    Not nice, but works...

    http://hekatonkheires.blogspot.com/2009/04/showing-numbers-as-string-while.html

    If you expect larger numbers of billions, just expand the formula.

    See you soon,.
    C.

    Published by: Christian Berg April 1, 2009 12:57

  • decimal and the thousand separator for number and currency formats

    Decimal and thousands separators for number and currency formats are not the same, please change your windows settings

    Tab Control Panel / regional and Language Options/Format is used to adjust these. Good luck, Rick Rogers, aka "Crazy" - Microsoft MVP http://mvp.support.microsoft.com Windows help - www.rickrogers.org

Maybe you are looking for