When your Price Clicker form calculates incorrect quotes, the root cause is usually misconfigured pricing rules, conflicting formulas, or misunderstood rule precedence. This guide helps you systematically diagnose pricing errors, understand how calculations work, and fix common configuration mistakes that produce wrong totals.
Understanding Price Clicker's Calculation Logic
Price Clicker builds quotes from pricing rules on the profile's Rules page. Each rule has a type that controls how it affects the total. Common rule types include:
- Base Addition: Adds a fixed amount (often used for minimum charges or flat fees on question-free items)
- Correspondence: Maps specific answer choices to dollar amounts
- Multiplier: Multiplies a numeric answer (quantity, square footage, hours) by a rate
- Shifting Multiplier / Exponentially Shifting Multiplier: Advanced quantity-based scaling for tiered or progressive rates
Rules run in the order shown on the Rules page. Use the built-in formula panel to preview totals as you test answer combinations—this is the fastest way to spot misconfigured rules before customers see them.
Pro Tip
Use the formula panel on the Rules page to test calculations with known inputs. Compare the preview total to your manual math to find where the discrepancy occurs.
Problem 1: Quote Is Always Zero
Symptoms: No matter what customers select, the quote shows $0.00.
Common Causes:
- No pricing rules have been created on the Rules page
- Rules aren't linked to the correct questions or options
- All rule amounts are set to $0
- Base Addition is missing where you expect a minimum charge
Solution: Open the profile's Rules page. Confirm at least one rule with a non-zero amount exists and is tied to the right question. Add a Base Addition rule on a question-free item if you need a flat starting price. Check the formula panel as you save changes.
Verification: Fill out your form selecting options that should trigger pricing rules. The total should update as you progress. If it remains zero, your rules aren't firing—check the rule conditions and linked questions.
Problem 2: Quotes Too High or Too Low
Symptoms: Calculations produce totals that don't match your expected pricing structure.
Common Causes:
- Duplicate rules applying to the same option
- Wrong rule type (Correspondence vs. Multiplier vs. Base Addition)
- Incorrect amounts in rule values
- Multiplier linked to a non-numeric question
Solution: Review each rule on the Rules page. For totals that are too high, look for duplicate rules or a Multiplier where Correspondence was intended. For totals too low, confirm Multiplier rules reference numeric inputs. Use the formula panel to trace each rule's contribution.
Example: If a customer selects "3 rooms" and you charge $100 per room, you need a multiplier rule (multiply by the "rooms" input × $100), not an addition rule (which would just add $100 once regardless of room count).
Problem 3: Multipliers Not Working Correctly
Symptoms: Quantity-based pricing produces wrong totals. Entering "5 items" doesn't multiply correctly.
Common Causes:
- Multiplier rule linked to wrong question
- Number input question not configured properly
- Multiplier amount is incorrect
- Customer enters non-numeric values (text in number field)
Solution: Verify the multiplier rule is linked to a number input question, not a multiple choice or text question. Check that the multiplier amount is correct—if you charge $50 per item, the rule should multiply the input by $50. Test with various numbers (1, 5, 10) to confirm the calculation scales properly.
Edge Case: What happens if customers enter zero or negative numbers? Set minimum/maximum values on number input questions to prevent invalid entries. A "number of rooms" question should have a minimum of 1.
Important Note
Always validate number inputs with reasonable min/max constraints. If you service residential properties, a customer entering "10000 square feet" might be a data entry error worth flagging.
Problem 4: Conflicting Rules Producing Unexpected Results
Symptoms: Certain combinations of selections produce weird totals. Pricing is correct for some options but wrong for others.
Common Causes:
- Multiple rules unintentionally applying to the same selection
- Conditional logic errors (if using advanced features)
- Rules executing in unexpected order
- Checkbox questions with multiple selections triggering conflicting rules
Solution: Test each combination of selections systematically. When you find a problematic combination, review all rules that apply to those specific options. Look for overlapping conditions or duplicate rules. Remember that Price Clicker processes all matching rules—if two rules both add $100 for the same option, you'll get $200 added.
Debugging Strategy: Simplify by temporarily disabling rules one at a time. Test the form after each disable to identify which rule causes the conflict. Once identified, adjust the rule conditions or amounts to resolve the conflict.
Problem 5: Rounding Errors and Decimal Issues
Symptoms: Quotes show unexpected decimals like $123.45678 or round incorrectly.
Common Causes:
- Multiplying by decimals (like $0.75 per square foot)
- Division operations producing long decimals
- Percentage-based calculations
- Currency formatting not properly configured
Solution: Price Clicker automatically rounds to two decimal places for currency display. However, if calculations involve many decimal operations, rounding errors can accumulate. Structure your rules to minimize decimal multiplication—use whole numbers where possible. For per-square-foot pricing, consider using cents (75) instead of dollars with decimals ($0.75).
Prevention: Test pricing with inputs that produce decimal results. Verify the final displayed amount rounds correctly and makes sense from a customer perspective. Most customers expect whole dollar amounts or standard cents (.00, .50, .99).
Problem 6: Recurring or Installment Calculations Wrong
Symptoms: Monthly/weekly recurring amounts don't match expected values. Installment breakdowns are incorrect.
Common Causes:
- Recurring period set incorrectly (monthly vs. weekly vs. custom)
- Installment count doesn't divide total evenly
- Base price included when it shouldn't be
- One-time fees incorrectly marked as recurring
Solution: Review your profile's quote type configuration. For profiles with recurring billing, ensure rules are categorized correctly—one-time setup fees should not be part of the recurring amount. For installments, verify the total divides by the installment count. If $1000 over 3 installments, customers will see $333.33 per payment (with potential rounding on the final installment).
Important: Communicate clearly whether displayed amounts are one-time, per period, or installment amounts. Confusion about "is this monthly or total?" causes abandoned quotes.
Systematic Debugging Approach
When facing pricing calculation issues, follow this methodical troubleshooting process:
- Identify the Problem: Determine exactly which combinations produce incorrect results. Test multiple scenarios to see if the error is consistent or situational.
- Calculate Manually: Work through the expected calculation by hand. For a given set of selections, what should the total be? Write it down.
- Review Rules: List every pricing rule that applies to those specific selections. Add up what they should contribute to the total.
- Compare: Does your manual calculation match the form's output? If not, which rule is causing the discrepancy?
- Fix and Test: Adjust the problematic rule, save, and test again with the same inputs. Verify the fix doesn't break other scenarios.
- Comprehensive Testing: Test all major combinations to ensure your fix didn't introduce new issues.
This systematic approach identifies issues faster than random trial-and-error and ensures you understand why the problem occurred, preventing similar issues in the future.
Best Practices for Accurate Pricing
Keep Rules Simple
Complex pricing logic is harder to debug. If you need sophisticated calculations, break them into multiple simple rules rather than one complicated rule. This makes troubleshooting easier and reduces the chance of errors.
Document Your Pricing Logic
Maintain notes about how your pricing works. When you return to edit rules months later, you'll forget why certain values were chosen. Documentation like "Base: $500 (2-hour minimum @ $250/hr)" provides context.
Test Edge Cases
Don't just test typical scenarios. What happens if someone selects nothing? Everything? Enters maximum quantities? Zero? These edge cases reveal hidden issues before customers encounter them.
Use Round Numbers
Pricing that ends in .99 or .95 is fine for retail, but service quotes often look more professional with round numbers. $500 feels more trustworthy than $487.23 for most service businesses.
Validate All Inputs
Set sensible minimums and maximums on number inputs. If you service residential properties, a customer entering "50,000 square feet" probably made a mistake—flag it or set a maximum that prevents impossibly large entries.
When to Contact Support
Most pricing calculation issues can be resolved by reviewing your rules and testing systematically. However, contact Price Clicker support if:
- Calculations look correct in the Rules formula panel but wrong on the live form
- You've verified all rules and the math still doesn't work
- Specific customer submissions show incorrect pricing in your dashboard
- You need help designing complex pricing logic
- Rules that previously worked suddenly stop calculating correctly
When contacting support, provide specific examples: "When a customer selects Option A and enters 5 for Question B, I expect $X but the form shows $Y." This helps support diagnose issues quickly. Screenshots of your rules configuration are also helpful.
Preventing Future Issues
After fixing pricing problems, take steps to prevent recurrence:
- Test in the formula panel: Never publish rule changes without checking preview totals on the Rules page
- Document Changes: Keep notes about what you changed and why
- Monitor Lead Data: Regularly review submitted quotes to spot anomalies early
- Solicit Feedback: Ask customers if quotes matched their expectations
- Periodic Audits: Quarterly review of all pricing rules catches drift and outdated values
Conclusion
Pricing calculation issues are almost always configuration problems, not software bugs. By understanding how Price Clicker processes rules, testing systematically, and following best practices, you can create reliable pricing logic that accurately quotes customers every time. When issues do arise, methodical troubleshooting identifies the root cause quickly, minimizing disruption to your lead generation.
Remember that accurate pricing builds trust. Customers who receive quotes that match their expectations are more likely to convert. Taking time to perfect your pricing logic pays dividends through higher conversion rates and fewer awkward "the price was wrong" conversations later. Your pricing form represents your business—make sure it calculates correctly.