Skip to content

fridaysystems/inventory-presser

Repository files navigation

Simple inventory listings & everything else

Inventory Presser

Car dealer plugin. Provides vehicle listings and photo sliders for automobiles or powersports dealerships. Runs on any theme & 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

For development instructions, see Contributing.

Features

  • 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 →

Integration Guides

Contributing

We encourage and welcome any contribution to Inventory Presser. Help the development of Inventory Presser in these ways:

  1. Report issues on GitHub or at inventorypresser.com.
  2. Work on issues by submitting a Pull Request.
  3. Translate Inventory Presser into your own language.
  4. Purchase add-on licenses 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): git clone [email protected]: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.