Question

By default the precision for prices per hour of PACI resources is 4:

How to change it to a different precision?

Answer

Change the variable cloud_hour_digits value to a desired precision:

  1. Select the needed store for editing
  2. Home > Products > Online Store > Layout Templates
  3. Add Standard Layout Template `c2u_js
  4. Change the variable value, e.g. set the precision to 2:

    var cloud_hour_digits = 2; 
    
  5. Synchronize the store for changes to be applied.

Internal content