| 开发者 | brksoft |
|---|---|
| 更新时间 | 2026年4月22日 17:03 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/brikpanel, or install via Plugins → Add New → Upload Plugin.Yes. Every feature on this page is in the free version. There is no premium tier, no feature lock, no trial period, no upsell. We built this because we needed it for our own 1000+ WooCommerce stores and decided to release it.
Yes. BrikPanel gives you a complete WooCommerce analytics suite that runs entirely on your own server with no external dependencies. Sales analytics, product reports, conversion tracking, and customer data are all included — nothing is sent to any third-party SaaS.
Yes, for store owners who want to stay self-hosted. BrikPanel gives your WooCommerce store the clean, modern admin experience of Shopify — product list with inline editing, bulk price and stock updates, live visitors, conversion tracking, geographic analytics, a branded login page — but your storefront, your customer data, and your orders stay on your own server. No monthly platform fee, no transaction fee, no vendor lock-in. If you were evaluating Shopify but want to own your stack, this is the Shopify alternative for WooCommerce we built for that exact use case.
For most stores, yes. BrikPanel includes complete woocommerce inventory management — stock levels, low stock badges, bulk stock updates, variation stock updates — all integrated into the same dashboard you use for sales and orders. If you only installed ATUM for daily stock work and never used its advanced supplier or purchase order features, BrikPanel is a much lighter ATUM alternative.
Open BrikPanel → Products and click the Bulk Update button in the toolbar. You can update prices, sale prices, and stock for all products, by category, or for selected products. For variable products, open any product, click Edit Variations, and bulk update prices and stock across every variation in one modal. This is the part most free WooCommerce bulk editor plugins do not handle — BrikPanel does.
Yes. Bulk edit variation prices WooCommerce is a core BrikPanel feature, and it is free. Set a percentage rule, set a fixed price, or update by attribute (every "Red" variation, every "Large" size). The same modal handles bulk update variation stock for the same products.
No. BrikPanel only loads inside wp-admin. It has zero impact on your storefront speed, customer experience, page weight, or Core Web Vitals. The frontend never loads any BrikPanel code.
Yes. Every order query has dual code paths — wc_get_orders() for HPOS, WP_Query for legacy. BrikPanel declares HPOS compatibility via FeaturesUtil::declare_compatibility('custom_order_tables', ...) and is tested on stores running both modes.
Open the BrikPanel dashboard. Scroll to the geographic analytics section. The 3D globe shows every order on its real geographic location, and the Top 10 Countries and Top 10 Cities tables update in real time. BrikPanel extracts country and city from the billing or shipping address of every order, so this works with no extra setup.
BrikPanel includes a built-in wordpress login customizer. Enable the custom wp login page module from BrikPanel settings and the default wp-login.php is replaced with a clean, branded login form that matches the rest of the BrikPanel admin. No CSS knowledge required.
Press Ctrl + K (or Cmd + K on Mac) anywhere inside wp-admin. The BrikPanel quick search overlay opens and searches across order ID, customer name, email, phone, and product SKU at the same time. This is the woocommerce search orders experience the WooCommerce admin should ship with by default.
Yes. BrikPanel includes a woocommerce live visitors widget on the dashboard that updates every 30 seconds. You can see what page each visitor is on, whether they have items in the cart, and whether they are an existing customer. This is real woocommerce real time visitors tracking, not estimates.
Yes. BrikPanel includes a complete woocommerce conversion tracking system that records visitors, add-to-cart events, checkout starts, and completed orders. The dashboard shows your woocommerce conversion funnel as a four-step visual: Visitors → Add to Cart → Checkout → Orders, with the conversion percentage at every step.
The built-in WooCommerce analytics are slow, refresh on a delay, only show historical data, and have no live visitor tracking, no conversion funnel, no geographic globe, no Cmd+K order search, no quick edit sidebar, no variation bulk editor, no custom login page, and no coupon manager. BrikPanel adds every one of those features inside a single free plugin.
No. BrikPanel is a real woocommerce admin dashboard plugin with custom database tables for visitor tracking, custom AJAX endpoints for every interaction, real conversion analytics, a working bulk editor, a real product editor, a real coupon manager, and a real custom login system. Other plugins (Dashify, UiPress) only restyle the admin. BrikPanel rebuilds the parts of WooCommerce that needed to be rebuilt.
Yes. BrikPanel does not interfere with frontend rendering, so it works with every page builder and SEO plugin we have tested. It also has its own translation files and is fully compatible with WPML and Polylang for multilingual stores.
Everything stays in your WordPress database. BrikPanel creates three custom tables: wp_brikpanel_visitors, wp_brikpanel_cart_tracking, and wp_brikpanel_visited_pages. Live visitor data is stored in a transient that auto-expires every 2 minutes. No data is sent to any external server, ever.
Yes. The dashboard, the bulk editor, the inventory tools, the order management, the coupon manager, the custom login, the conversion tracking, and every other feature listed above will remain free forever. We may release a separate paid product (BrikMentor) on top of BrikPanel in the future, but it will be additive — BrikPanel itself stays 100% free.
brikpanel_disable_ajax_login filter hook for developers. When any of these conditions trigger, the AJAX login endpoint is no longer registered at all, reducing the attack surfaceproduct post type now bootstrap, render, and save correctly on the BrikPanel product editor (file, image, gallery, repeater, true/false and text fields all tested). The _acf_nonce / _acf_post_id payload is emitted so save round-trips validate. Applies to both simple and variable productswp-login.php flow so multi-step authentication works exactly as the plugin author intended. Closes a silent 2FA bypass where AJAX login could skip a redirect-based challenge pagebrikpanel_dashboard_section_order filter hook — developers can reorder any dashboard section via a snippetbrikpanel_products_columns filter hook — register custom columns in the product listadmin-ajax.php), so users are no longer stuck on a generic "An error occurred" message