Use Logging to Debug Support Issues WP Logging is a tool to help figure out if there are any problems/errors on your site and the install of the WP Inventory Manager plugin. It is a diagnostic tool that helps developers and our support team to help you with troubleshooting and fixing problems. Please install if […]Read More
Display By Location
Displaying Inventory by Location To display inventory based on location, simply use the location or location_id attributes in the shortcode. Like so: [[wpinventory location=”1″]] – or 2 or 3 or 4… whatever the location ID is. This will also work: [[wpinventory location_id=”1″]] That will display all inventory at location ID #1. From there, if you […]Read More
Item Listing Display Actions
WP Inventory Item Listing Actions These actions allow you to expand the functionality of the inventory listing, hooking into both the table and the card-style item display format. Full Table Listing These hooks are available in tables that display all inventory items. wpim_template_loop_all_table_start: This action is triggered before the listing table. wpim_template_loop_all_table_headings_end: This action is […]Read More
Item Reservation Form Display Actions
WP Inventory Item Reservation Form Actions These actions allow you to expand the functionality of the reservation form, hooking into the form at various points to provide a custom user experience. wpim_before_reserve_form: This action is triggered at the start of the reservation form, before the form title. wpim_reserve_form_after_quantity: This action is triggered after the quantity […]Read More
Item Detail Page Actions
WP Inventory Item Detail Page Actions These actions allow you to expand the functionality of the item detail page, hooking into every field or only specified fields to add your desired additions. wpim_single_before_the_field: This action is triggered before every field is rendered in the single item display. wpim_single_before_the_field_[FIELD]: This action is triggered immediately after wpim_single_before_the_field, […]Read More
Item Fields Key
Customize the CSS of the Individual Fields Differentiate the treatment of different item fields Each inventory item field, from price to description, has a unique class that you can target with your CSS for total customization. You can find all fields here: Name – .inventory_name Price – .inventory_price Quantity – .inventory_quantity Make – .inventory_make Model […]Read More
Search Filter Widget Map
Customize the CSS of the Search Filter Widget Create a unique searching experience for your users The search filter widget is only available with the Advanced Search add-on. Filtering by type only applies with Advanced Inventory Management installed. Please note you can click to enlarge.Read More
Reservation Cart Map
Customize the CSS of the Reservation Cart Tweak your checkout experience for your customers The item cart only appears with the Reservation Cart add-on. The CSS stylings are almost entirely the same between the widget cart and the checkout page cart. Please note you can click to enlarge.Read More
Reservation Form Map
Customize the CSS of the Item Reservation Form Create a unique style for your checkout experience Please note you can click to enlarge the roadmap below. The CSS remains the same regardless of whether you have the Reservation Cart add-on or not, the form is simply moved to the checkout page with the add-on.Read More
Inventory Listing Map
Customize the CSS of the Inventory Listing Create a unique style for your table or card layout There are two options for the frontend inventory listing in WP Inventory Manager – either a table or boxed cards. See both options below, and please note you can click to enlarge. Table: Cards:Read More