Naibabiji B2B Product Showcase

Description

B2B Product Showcase is a lightweight product display plugin designed specifically for B2B corporate websites. Unlike traditional e-commerce plugins, this plugin focuses on product display and inquiry functionality, without complex e-commerce features like shopping carts, payments, or inventory management.

Key Features:

  • Lightweight Design – Includes only essential product display features for optimal performance
  • Custom Post Type – Uses products post type for easy product management
  • Built-in Field Groups – Ready to use without additional ACF configuration
  • B2B-Specific Features – Inquiry buttons and enterprise-level display layouts
  • Category Management – Supports hierarchical categories and tag systems
  • Responsive Design – Perfect adaptation to various devices
  • SEO Friendly – Structured data and breadcrumb navigation
  • Highly Extensible – Rich hooks for developer customization

Core Functions:

  1. Product Management

    • Product title, description, featured image
    • Product gallery (multiple image display)
    • Product categories and tags
    • Inquiry button settings
  2. Frontend Display

    • Product archive page
    • Product detail page
    • Category/tag pages
    • Shortcode support
  3. Admin Dashboard

    • SEO Settings
    • Inquiry button customization
    • Display option controls
  4. Developer Friendly

    • Rich action hooks and filters
    • Template override support
    • AJAX interfaces
    • Clean code structure

Support

For technical support, please visit the plugin’s page or WordPress.org support forum.

License

This plugin is released under the GPL v2 or later license.

Installation

  1. Upload the plugin files to the /wp-content/plugins/naibabiji-b2b-product-showcase/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings -> Product Showcase to configure plugin options
  4. Start adding product content

FAQ

Does this plugin support shopping cart functionality?

No. This plugin is designed for B2B businesses, focusing on product display and inquiry functionality, without e-commerce features like shopping carts or payments.

How can I customize product templates?

You can create the following template files in your theme directory to override the default templates:
single-naibb2pr_products.php – Single product page
archive-naibb2pr_products.php – Product archive page
taxonomy-naibb2pr_product_category.php – Product category page
taxonomy-naibb2pr_product_tag.php – Product tag page

What shortcodes are supported?

The plugin provides the following shortcodes:
[naibabiji_b2b_products] – Display product grid
[naibabiji_b2b_product_categories] – Display product categories

For detailed parameters, please check the usage instructions on the settings page.

Reviews

oktýabr 17, 2025
很高兴你能使用这款插件,如果使用过程中碰到问题可以在此帖留言或者去奶爸建站笔记网站留言,可能的话我会解决你碰到的问题。
Read all 1 review

Contributors & Developers

“Naibabiji B2B Product Showcase” is open source software. The following people have contributed to this plugin.

Contributors

“Naibabiji B2B Product Showcase” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Naibabiji B2B Product Showcase” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.8

  • Changed product category URL slug from ‘naibb2pr-product-category’ to ‘product-category’
  • Improved URL structure for better SEO and user experience
  • Note: After updating, please deactivate and reactivate the plugin or visit Settings > Permalinks and save to refresh rewrite rules

1.0.7

  • Changed product archive page URL from ‘naibb2pr-products’ to ‘products’
  • Fixed PHP syntax error in admin settings page

1.0.6

  • Fixed an issue with WordPress official review feedback
  • Optimized internal connection styles and script loading to comply with WordPress best practices
  • Improved sanitize_callback parameter configuration of register_setting () function
  • Make sure all custom article types and taxonomies are named with unique prefixes
  • Removed the direct < style > and < script > tags and replaced them with wp_add_inline_style () and wp_add_inline_script () functions
  • Enhanced code security and WordPress compatibility
  • Fixed a PHP syntax error

1.0.5

  • Optimize the display of search results page
  • Removed deprecated load_plugin_textdomain() function call for WordPress 4.6+ compatibility
  • Enhanced security with improved nonce verification in form processing
  • Fixed input sanitization in POST and GET request handlers
  • Improved security logging mechanism to follow WordPress best practices
  • Replaced direct database query with WordPress API functions in meta fields handling

1.0.4

  • Enhanced security in AJAX handlers
  • Improved nonce verification and input sanitization
  • Added recursive array sanitization
  • Added GET parameter sanitization method
  • Fixed permission checks in admin functions
  • Improved security event logging

1.0.3

  • Front-end display bug fixes

1.0.2

  • Multi-language support

1.0.1

  • Modify the code to meet the requirements for submitting to the official WordPress repository

1.0.0

  • Initial release
  • Basic product showcase functionality
  • Custom post types and taxonomies
  • Frontend templates and shortcodes
  • Admin dashboard settings page
  • AJAX functionality support
  • Developer hook system