Skip to content

Public repository for the open-source version of RoughEst - Instant Estimate Calculator

Notifications You must be signed in to change notification settings

ConnorOnTheWeb/roughest-pub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

=== Plugin Name ===
Contributors: connorontheweb
Donate link: https://getrawmilk.com/tip
Tags: estimates, bidding, calculators, roughest, construction
Requires at least: 4.7
Tested up to: 6.5
Stable tag: 4.3
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

RoughEst Instant Estimate Calculator allows website visitors to easily and instantly calculate a rough price range estimate for your services.

== Description ==
`
RoughEst Instant Estimate Calculator allows website visitors to easily and instantly calculate a rough price range estimate for your services.

See the [official documentation and demo on InlandApp.com](https://inlandapp.com/custom-plugins/roughest/)

This plugin adds two instant calculators to your widgets panel:

### 1. Cost Per Square Foot Calculator

- Customer enters two values
- Calculator multiplies them to get the sqft
- Multiplies that number by your cost-per-sqft
- Generates total and displays a price range
- Range is based on -/+ % of the total (ie. 60%-120%)

> ### Example (Cost Per Square Foot):
>
> - Customer types in '10' for both values
> - Sqft calculator multiplies 10x10, produces 100
> - Your cost-per-sqft is 100, 100 x 100 = 10,000
> - 10,000 is the base number used to find the range
> - Low range set to 60%, 60% of 10,000 = 6,000
> - High range set to 120%, 120% of 10,000 = 12,000
> - Price range displayed: $6,000 - $12,000

### 2. Cost Per Run (Single Value) Calculator

- Customer enters one value
- Multiplies that number by your cost
- Generates total and displays a price range
- Range is based on -/+ % of the total (ie. 60%-120%)

> ### Example (Cost Per Run):
>
> - Customer types in '10' for the single value
> - Your cost-per is 100, 10 x 100 = 1000
> - 1,000 is the base number used to find the range
> - Low range set to 60%, 60% of 1000 = 600
> - High range set to 120%, 120% of 1000 = 1200
> - Price range displayed: $600 - $1200

### RoughEst Instant Estimate Calculator supports concurrent instances

You can drag and drop these widgets into your site as many times as you'd like, with different values and labeling for each one.

## What can you customize for each instance?

1. Main Title (above each instance)
2. Description (right below title)
3. Value Labels (default: length/ width)
4. Output Label (label next the result)
5. Cost-per Multiplier (number, default: 70)
6. Low Range Variance (percentage, default: 60%)
7. High Range Variance (percentage, default: 120%)
8. Disclaimer (appears after calculation)
9. Error Message (appears if no values are selected)

== Frequently Asked Questions ==

= How can I use RoughEst on pages on posts? =

Widgets by default are only accessible on Sidebars and Footer Areas. However, anmari has created a very useful plugin to place widgets anywhere on your site, just follow this tutorial: [amr shortcode any widget](https://www.wpbeginner.com/plugins/how-to-add-wordpress-widgets-in-post-and-page-content/)

= Can you widen or narrow the price range? =

Yes. You can choose how low the low value is, and how high the high value is.

= Can you the calculators multiple times on your website? =

Yes, this widget supports concurrent instances.

= Can you change the currency symbol on the calculator? =

The customization panel does not support multiple currencies at this time, currency has to be hard-coded. We're available to help at [InlandApp.com](https://inlandapp.com).

= Where can I find technical support? =

Email [[email protected]](mailto:[email protected])

= Can you build custom features for our company? =

Yes, we're available for web development contracting. Visit [InlandApp.com](https://inlandapp.com) or email [[email protected]](mailto:[email protected]) and let us know what you'd like to have built.

== Screenshots ==

1. Example: Completed Cost Per Square Foot Calculator. This example is customized for the decking industry.
2. Example: Two customized RoughEst calculators in the sidebar of a post, RoughEst SQFT and RoughEst Run.
3. Widgets drag and drop panel. Here you can install one or many calculators and customize them all individually for each product or service.

== Changelog ==

= 1.0 =

- Initial launch

About

Public repository for the open-source version of RoughEst - Instant Estimate Calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published