Mulch Calculator

[et_pb_section][et_pb_row][et_pb_column type=”4_4″][et_pb_text admin_label=”PHP Code” background_layout=”light” text_orientation=”left”][insert_php]
function isIphone($user_agent=NULL) {
if(!isset($user_agent)) {
$user_agent = isset($_SERVER[‘HTTP_USER_AGENT’]) ? $_SERVER[‘HTTP_USER_AGENT’] : ”;
}
return (strpos($user_agent, ‘iPhone’) !== FALSE);
}
function isAndroid($ua=NULL){
if(!isset($ua)){
$ua = strtolower(isset($_SERVER[‘HTTP_USER_AGENT’]) ? $_SERVER[‘HTTP_USER_AGENT’] : ”);
}
return (stripos($ua,’android’) !== false);
}

if(isIphone()) {
header(‘Location: https://itunes.apple.com/us/app/mulching-calculator/id938575573?ls=1&mt=8’);
exit();
}else if(isAndroid()) {
header(‘Location: https://play.google.com/store/apps/details?id=com.smartwaredesign.mulchcalculator’);
exit();
}
[/insert_php][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=”2_3″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left”]

Mulch Calculator

We built this app as an estimation tool for sizing up how much mulch you’ll need for your yard, business, or project that you’re working on.  With this tool you are able to estimate rectangular, circular, and triangular areas.  All that you need to do is input the dimensions of the area in english or metric units and let the app calculate the volume of the areas for you!

It’s the perfect app for your own personal use or landscaping business!

Highlights from the app:

  • Estimate mulch in multiple area
  • Add any material name to the list of mulch to estimate
  • Identify rectangular, circular, or triangular area mulch beds
  • Use metric or English units with a flip of a toggle option
  • Get a total for all materials and individual area measurements
    • Estimates are divided into a total for each type/color mulch
  • Email estimates (PRO version only)
  • Save estimates for reference later (PRO version only)
  • View all past estimates (PRO version only)

[/et_pb_text][/et_pb_column][et_pb_column type=”1_3″][et_pb_slider admin_label=”Slider” show_arrows=”on” show_pagination=”on” auto=”on” auto_speed=”5000″ parallax=”off” module_class=”mulchcalculatorslider” parallax_method=”off” remove_inner_shadow=”off” background_position=”default” background_size=”default” hide_content_on_mobile=”on” hide_cta_on_mobile=”off” show_image_video_mobile=”off” custom_button=”off” button_letter_spacing=”0″ button_use_icon=”default” button_icon_placement=”right” button_on_hover=”on” button_letter_spacing_hover=”0″][et_pb_slide heading=”Welcome Screen” background_color=”#000000″ image=”https://smartwaredesign.com/wp-content/uploads/2015/06/Splash.png” alignment=”center” background_layout=”dark” /][et_pb_slide heading=”Menu Options” background_color=”#000000″ image=”https://smartwaredesign.com/wp-content/uploads/2015/06/Menu.png” alignment=”center” background_layout=”dark” /][et_pb_slide heading=”Estimate Screen” background_color=”#000000″ image=”https://smartwaredesign.com/wp-content/uploads/2015/06/Estimate.png” alignment=”center” background_layout=”dark” /][et_pb_slide heading=”Settings” background_image=”https://smartwaredesign.com/wp-content/uploads/2015/06/Settings.png” background_color=”#000000″ alignment=”center” background_layout=”dark” /][et_pb_slide heading=”Previous Estimates” background_color=”#000000″ image=”https://smartwaredesign.com/wp-content/uploads/2015/06/History.png” alignment=”center” background_layout=”dark” /][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=”1_3″][et_pb_text admin_label=”PRO Links” background_layout=”light” text_orientation=”left”]

icon
googleplaybadgeiosbadge

[/et_pb_text][/et_pb_column][et_pb_column type=”1_3″][et_pb_text admin_label=”FREE Links” background_layout=”light” text_orientation=”left”]

icon
googleplaybadgeiosbadge

[/et_pb_text][/et_pb_column][et_pb_column type=”1_3″][/et_pb_column][/et_pb_row][/et_pb_section]