| 开发者 |
bluepisolutions
naeemkhan25 |
|---|---|
| 更新时间 | 2026年6月11日 03:37 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/bluepi-quotation-manager-for-woocommerce directory, or install through the WordPress plugins upload screen directly.[bluepiquote_form] shortcode to display the primary interface.Simply create a new page in WordPress and add the shortcode [bluepiquote_form]. For a simplified request form without the product list, use [bluepiquote_request_form].
These features (PDF/print quotes, email alerts, editing existing quotes, ratings, and bulk add-to-cart order placement) are available in the Premium/Pro version.
Yes, the plugin handles variable products by allowing users to see variations in the product list.
Yes, but multi-vendor quote splitting and vendor dashboards are premium features that require the Quotation Manager Premium addon.
<style> blocks to external CSS files — pricing page styles extracted to assets/css/pricing.css, admin menu icon styles moved to wp_add_inline_style().time() with BLUEPIQUOTE_VERSION in all wp_enqueue_style() and wp_enqueue_script() calls for proper browser cache busting on version updates.bluepiquote_render_toggle() simplified — removed locking parameters; locking logic moved to bluepiquote_premium_render_toggle() in the premium plugin.general.php, form.php) updated to use the simplified toggle helper.discount.php) inputs now have proper name attributes and save values correctly.View Details and View Reviews product card features converted to do_action() hooks — rendering handled entirely by the premium extension.readme.txt external services disclosure.bluepiquoteenable_view_details and bluepiquoteenable_view_reviews added to global defaults for consistent toggle state on fresh installs.