SanBar QuickProducts Entry for WooCommerce

Description

SanBar QuickProducts Entry for WooCommerce provides a compact and efficient product registration screen, designed to streamline daily work in WooCommerce stores.

Main features:

  • Compact layout with all essential fields on a single screen
  • Alternate layout mode, switchable per user, for a denser, side-by-side view of fields and descriptions
  • Barcode scanner support (automatic field advance)
  • GTIN with “GTIN = SKU” option
  • Popups for category and brand selection
  • Rich editor for long description (Bold, Italic, Size)
  • Image gallery
  • Upsell and cross-sell with search by name or SKU
  • Product history with pagination and filters
  • Automatic brand taxonomy detection
  • Real-time SKU and slug validation (Ajax)
  • Keyboard shortcuts (Ctrl+S, Tab)
  • “QuickProducts” button on the standard product listing
  • Digital/downloadable products with file management and media library
  • Promotional price with From/Until dates (simple and per variation)
  • Responsive layout — fully functional on mobile devices

Variable products:

  • Global and custom attribute management
  • Automatic batch variation generation (O(n) — efficient)
  • Manual variation creation with “Any” attribute support
  • Variation table with bulk editing of price, SKU, stock and promotion
  • Individual image per variation

Screenshots

Installation

  1. Upload the sanbar-quickproducts-entry-for-woocommerce folder to /wp-content/plugins/.
  2. Activate the plugin in the WordPress dashboard.
  3. Access it through the SanBar QuickProducts menu in the admin sidebar. If the companion plugin SB Softwares Hub is also active, the plugin will appear grouped under SB Softwares.

FAQ

Does it replace the standard WooCommerce screen?

No. It is an additional screen accessible from the admin menu.

Does it work with variable products?

Yes — full support for attributes, variation generation and editing.

Does it work on mobile devices?

Yes — responsive layout with column cards, collapsible filters and bottom sheet style popups. The alternate layout mode is desktop-only and automatically falls back to the standard layout on small screens.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“SanBar QuickProducts Entry for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.2

  • New: Layout mode toggle — an alternate, denser display pattern for the basic information card, switchable at any time and remembered per browser, with three responsive breakpoints that progressively stack its columns on narrower screens
  • Improved: interface adjustments across the basic information card aimed at better visual quality and clarity
  • Fixed: reading and writing the GTIN/UPC/EAN/ISBN field now uses WooCommerce’s official get_global_unique_id()/set_global_unique_id() methods (WC 9.1+) instead of generic post meta calls, resolving a “is_internal_meta_key was called incorrectly” notice and keeping the field properly indexed for native WooCommerce search
  • Fixed: inline SVG icons are now explicitly sanitized with an attribute allowlist before output, resolving Plugin Check “OutputNotEscaped” warnings across several templates
  • Fixed: “Track stock” checkbox label was not registered for translation and always displayed in Portuguese regardless of site language
  • Fixed: “Custom” attribute type option in the attribute dropdown was left untranslated in the Portuguese (pt_BR) language file
  • Updated .pot/.po/.mo language files

1.1

  • Fixed: dozens of interface strings (variations, attributes, custom fields, product history) were hardcoded in Portuguese in the JavaScript files and did not translate even on non-Portuguese sites — all now route through the plugin’s translation system
  • Fixed: delete-confirmation dialog no longer loses the product name when the site language is not Portuguese
  • Fixed: variation-generation error handling no longer depends on matching translated server text, preventing a friendly error message from silently failing to appear on non-Portuguese sites
  • Fixed: two admin screen labels (“Variation”, “Visible”) that displayed in Portuguese regardless of site language
  • Fixed: tag sorting no longer forces Brazilian Portuguese collation on non-Portuguese sites
  • Added ~140 new translation strings, with full English (en_US) and Portuguese (pt_BR) translations
  • Updated .pot/.po/.mo language files

1.0

  • Initial public release
  • Mobile-ready layout with collapsible cards
  • Promotional price with from/to dates (simple and variable products)
  • Digital/downloadable products with file popup and media library integration
  • Variation generation optimized to O(n)
  • “Any” attribute support per variation
  • Custom Fields via wp_postmeta with management modal
  • Brands and Tags merged into single card
  • Rich editor functional on mobile and desktop
  • Real-time SKU and slug validation
  • Keyboard shortcuts (Ctrl+S, Tab)
  • Full PHPCS compliance — zero errors
  • “+” button for tags on mobile devices