Step-by-step instructions for managing images, reviews, and the Get Estimation rate table — no coding required.
The Get Estimation calculator can read its pricing straight from a Google Sheet, so you can update rates yourself without asking a developer.
RateKey, RateValue, Description.RateKey must exactly match one of these (case-sensitive):
labourWagePerDay, supervisorPerDay, safetyOfficerPerDay, safetyEquipmentPerDay, fireExtinguisherPerUnit, workstationPerUnit, partitionPerInch, metalPartitionPerFt, falseCeilingPerInch, glassAcpPerSqFt, tilesRemovalPerSqFt, acElectricalPerPoint, materialEquipmentPerSqFt, machineToolsFlat, machineryFuelPerDay, debrisRemovalPerSqFt, transportationBase, floorBreakingPerSqFtPerInch, toiletFloorBreakingPerSqFtPerInch, conditionGoodFactor, conditionNormalFactor, conditionWorstFactorjs/quote-calculator.js and paste the link into: const QUOTE_RATES_SHEET_CSV_URL = "PASTE LINK HERE";Key, Category, ImageURL, Caption.Name, Rating, Text, PhotoURL, Date.js/sheet-data.js.index.html.