Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is because caldera doesn’t support Math.round10 javascript function…
    Anyway, I’ve found a “diy” solution works for me.

    We need to convert calculation in manual formula.
    After that, for rounding result and remove decimal i simple use
    round(%your_manual_formula%)

    For rounding x decimal i use
    round(10^x*(%your_manual_formula%))/10^x

    Examples:
    if i need just 1 decimal
    round(10*(%your_manual_formula%))/10x

    for 2 decimals
    round(100*(%your_manual_formula%))/100

    for 3 decimals
    round(1000*(%your_manual_formula%))/1000

    and so on..

    Maybe caldera will support also round10 function one day…
    in meantime i hope this help you.

    • This reply was modified 8 years, 2 months ago by federico.citi.

    Same problem, tried the fix…it works!
    but now it takes some seconds to load the product page…is because it loads all variation images in a background process ?. I set my limit to 200, but i think i’ll ned to set it up to 500, is there any way to have a lazy loading?

Viewing 2 replies - 1 through 2 (of 2 total)