![Simple inventory listings & everything else](assets/banner-1544x500.jpg)

# Inventory Presser

Car dealer plugin. Provides vehicle listings and photo sliders for automobiles or powersports dealerships. [Runs on any theme](https://inventorypresser.com/docs/theme-compatibility-with-vehicle-listings/) & provides templates for the stubborn ones.

## How to Install

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.

### Download Links

- [inventorypresser.com/products/plugins/inventory-presser/](https://inventorypresser.com/products/plugins/inventory-presser/)
- [wordpress.org/plugins/inventory-presser/](https://wordpress.org/plugins/inventory-presser/)

For development instructions, see [Contributing](#contributing).

## Features

* Supports automobiles, motorcycles, ATVs, RVs, and boats
* Manage multiple lot locations and separate phone numbers & hours for each
* [VIN-decoding add-on](https://inventorypresser.com/products/plugins/) available
* Easily import vehicle data into custom post type `inventory_vehicle`
* Categorizes inventory by type, body style, fuel, transmission, drive type, for sale or sold, new or used, etc
* Provides [blocks](https://inventorypresser.com/blocks-preview-plugin-available/), [widgets](https://inventorypresser.com/docs/feature-list/widgets/), [shortcodes](https://inventorypresser.com/docs/shortcodes/), [template tags](https://inventorypresser.com/docs/template-tags/), and [hooks](https://inventorypresser.com/docs/hooks/)
* [Full feature list →](https://inventorypresser.com/docs/feature-list/)

## Integration Guides

* [Setup a Dealership Website](https://inventorypresser.com/docs/setup-a-dealership-website/)
* [Adding or Importing Inventory](https://inventorypresser.com/docs/adding-or-importing-inventory/)
* [Uploading &amp; Arranging Photos](https://inventorypresser.com/docs/uploading-arranging-photos/)
* [Theme Compatibility Guide](https://inventorypresser.com/docs/theme-compatibility-with-vehicle-listings/)
* Capture leads with [Contact Form 7](https://inventorypresser.com/docs/contact-form-7-integration/) or [WPForms](https://inventorypresser.com/docs/capturing-vehicle-leads-with-wpforms/)
* [Documentation homepage →](https://inventorypresser.com/docs/)

## Contributing

We encourage and welcome any contribution to Inventory Presser. Help the development of Inventory Presser in these ways:

1. Report issues [on GitHub](https://github.com/fridaysystems/inventory-presser/issues/new/choose) or [at inventorypresser.com](https://inventorypresser.com/contact-us/).
2. Work on issues by submitting a Pull Request.
3. Translate Inventory Presser into your own language.
4. [Purchase add-on licenses](https://inventorypresser.com/products/) to fund development and bug fixes.
5. Leave an honest review.

### Build for Development

1. Clone the Inventory Presser repo:
   - Using a public SSH key ([recommended](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)): `git clone git@github.com:fridaysystems/inventory-presser.git`
     - Or use HTTPS: `git clone https://github.com/fridaysystems/inventory-presser.git`
2. Change directory into the cloned folder `cd inventory-presser`.
3. Run `composer install && npm install`.
