=== QuotePress === Contributors: quotepress Tags: quote, quotes, estimate, estimates, billing, payments, billings, ecommerce, e-commerce, store, sales, sell, shop, cart, checkout, quotepress Requires at least: 4.9 Tested up to: 5.2 Requires PHP: 5.6 Stable tag: 0.0.2 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Setup a store with quote/estimate facility for your WordPress website in minutes. Create products. Get quotes. Get paid. == Description == QuotePress is a quote/estimate system for WordPress. It allows you to setup an online store containing all your products. Customers can add products to their cart and request a quote from you. Once you have priced the quote it will be sent to the customer who can review it and pay. Perfect for stores selling custom products, products with complicated pricing, services and more. - Request Quote Functionality - Create products and categories - Add product attributes and variations - Quote Management System - Automatically email notifications to store owner/customer - Quote Payments by Bank Transfer & Check (Stripe & PayPal coming soon) - Filter products by price and variations - Sort products by name, date and featured - Several widgets to display cart, categories, filters - AJAX Cart Facility - Customer Registration System - Customer Account Area with Quote History Customizable and extendable: - Works with majority of WordPress themes - Custom category and product pages templates - Custom email notification templates - Various filters and hooks == Getting Started == Upon activation of the plugin you will see a notice, click the link and follow the guide to setting up your store which covers creating pages, theme integration and more. == Installation == = Minimum Requirements = * PHP 7.2 or greater is recommended * MySQL 5.6 or greater is recommended = Automatic installation = Automatic installation is the easiest option -- WordPress will handles the file transfer, and you won’t need to leave your web browser. To do an automatic install of QuotePress, log in to your WordPress dashboard, navigate to the Plugins menu, and click “Add New.” In the search field type “QuotePress,” then click “Search Plugins”. Click “Install Now,” and WordPress will take it from there. = Manual installation = Manual installation method requires you to download the QuotePress plugin and upload it to the WordPress plugin directory on your web server via your favorite FTP application. Once done activate the plugin through the Plugins area. = Updating = Automatic updates should work smoothly, but we still recommend you back up your site. If you encounter issues with the shop/category pages after an update, flush the permalinks by going to WordPress > Settings > Permalinks and hitting “Save”. == Frequently Asked Questions == = Does it work with WooCommerce? = No - QuotePress is a standalone plugin, it works similar to WooCommerce, but shouldn't be used alongside it, they do similar things, WooCommerce is designed to allow users to place orders immediately, QuotePress allows users to request a quote for a particular product, receive the quote and make payment after review. = If a user is already registered (e.g. a blog subscriber) what user role will they have? = Any users already with an account will keep their existing role - if they order via the website or update their profile in their account they will be assigned the customer role in addition to their existing role. Any new users signing up via the registration page will be assigned as customers from the start. = Can users checkout without an account? = No, user registration is required and ensures that customers have access to all their previous quotes, can accept quotes without entering their customer details for every quote. It is also used for reporting on the amount of customers you have within the dashboard and extensions make use of customer accounts. = Can I customize the page and email templates? = Yes, to do so copy the templates to your theme folder and edit there. For further details view Settings > Setup. = Are there any shortcodes? = You can use the following shortcodes to render QuotePress content within your website, when automatically creating QuotePress pages during setup pages will be created which contain some of these shortcodes: - [qpr_account] - [qpr_cart] - [qpr_checkout] - [qpr_login_form] - [qpr_lost_password_form] - [qpr_mini_cart] - [qpr_password_reset_form] - [qpr_quote_received] - [qpr_register_form] = Is there a base products page I can link to as my shop section? = Yes by default this is /store, any previous pages created with the slug /store will be overridden with this setting. You can change this slug in the settings if needed. = How can I change the no image placeholder? = Use the qpr_no_image_src_thumbnail and qpr_no_image_src_full to filter the image src of these images. = Can I use page caching? = We do not recommend using page caching with QuotePress, we may actively support page caching in future, but not right now. Feel free to try and let us know of any issues you encounter. = Product pages/categories don't work? = Try going to Settings > Permalinks and saving the page, this will regenerate WordPress's rewrite rules, some other plugins may override QuotePress rewrites, this should ensure they are working. = Is it compatible with my theme? = QuotePress is designed to be compatible with most WordPress themes, some themes may require you to add your theme's wrapper markup around some elements if you notice sidebars or other elements displaying in incorrect positions. For further details see Settings > Setup. = Does QuotePress set any cookies? = Yes, to ensure the cart functionality works QuotePress sets a qpr_session cookie. This remembers the user and their cart contents for a limited time. The expiry time of this cookie can be amended in settings. == Screenshots == 1. Products (admin) 2. Products 3. Product (admin) 4. Product 5. Quotes (admin) 6. Quote (admin) 7. Account == Changelog == = 0.0.2 - 2019-09-05 = * Adds product price entry information * Edits to variations fields for adding products to a quote * Readme updated = 0.0.1 - 2019-09-05 = * Initial plugin release