Car dealer plugin. Provides vehicle listings and photo sliders for automobiles or powersports dealerships. Runs on any theme & provides templates for the stubborn ones.
If you are not planning on developing with Inventory Presser, download and install a pre-built version of the plugin, or search for Inventory Presser in your site's dashboard.
For development instructions, see Contributing.
- Supports automobiles, motorcycles, ATVs, RVs, and boats
- Manage multiple lot locations and separate phone numbers & hours for each
- VIN-decoding add-on available
- Custom post type
inventory_vehicle
& 13 taxonomies make importing data easy - Categorizes inventory by type, body style, fuel, transmission, drive type, availability, and new or used
- Provides blocks, widgets, shortcodes, template tags, and hooks
- Full feature list →
- Setup a Dealership Website
- Adding or Importing Inventory
- Uploading & Arranging Photos
- Theme Compatibility Guide
- Capture leads with Contact Form 7 or WPForms
- Documentation homepage →
We encourage and welcome any contribution to Inventory Presser. Help the development of Inventory Presser in these ways:
- Report issues on GitHub or at inventorypresser.com.
- Work on issues by submitting a Pull Request.
- Translate Inventory Presser into your own language.
- Purchase add-on licenses to fund development and bug fixes.
- Leave an honest review.
- Clone the Inventory Presser repo:
- Using a public SSH key (recommended):
git clone [email protected]:fridaysystems/inventory-presser.git
- Or use HTTPS:
git clone https://github.com/fridaysystems/inventory-presser.git
- Or use HTTPS:
- Using a public SSH key (recommended):
- Change directory into the cloned folder
cd inventory-presser
. - Run
composer install && npm install
.