Brozzme Product Navigation
Add navigation customizable navigation buttons to your woocommerce products pages.
The facts
- Rating
- 4.5★ from 8
- Active installs
- 90+
- Price
- Free
- Last updated
- 28 Oct 2021
- Added
- Jun 2016
- Requires WP
- 4.5
- Tested up to
- WP 5.8.15
- Downloads
- 4,925
Our analysis
AI-assistedBrozzme Product Navigation is a WordPress plugin designed to enhance navigation in WooCommerce shops. It adds Next and Previous links to product templates without requiring any coding skills or template editing. The plugin is customizable, allowing you to adjust the navigation container and link text as needed.
You can use the main shortcode in your content or as a widget in widgetized areas. It supports both English and French translations and provides options for displaying text, icons, or both, along with FontAwesome styling.
Best for: WooCommerce shop owners looking to improve product navigation.
What it does well
- ✓Adds Next and Previous links to WooCommerce product templates
- ✓Customizable navigation container and link text
- ✓No coding skills required for installation or use
- ✓Available as a shortcode and widget
- ✓Supports English and French translations
Where it falls short
- •Limited information on advanced features or user support
- •Directory score indicates potential areas for improvement
Verdict
Brozzme Product Navigation offers a straightforward solution for enhancing product browsing in WooCommerce. It is suitable for users wanting custom navigation without technical skills.
From the developer
Benoti's own description of Brozzme Product Navigation, lightly tidied.
Brozzme Product Navigation, is the best way for your customer to browse your Woocommerce shop.
This plugin adds Next and Previous links in the Woocommerce product template without editing it.
The links are generate with the automatic shortcode. Navigation container can be customize to fit your wishes.
In addition, the main shortcode that is running, is available as a simple shortcode (to place in your content) and a widget (for any widgetized area).
Require Woocommerce
- No coding skill require.
- No need to edit template, the plugin add navigation box with the Woocommerce template hooks.
- Customizable.
- widget to get it in any widgetized area.
- add [wc_bpn_navigation] to place it exactly where you want in your template or content.
- English and french translation
- help for better shortcode.
Options:
- Navigation position (with Woocommerce zone),
- Position float,
- choose display type, only text, only icons or both,
- FontAwesome style and size,
- additional class container for more styling, you can use your class.
- change link text
Since 1.3.0 :
Add settings options for Next and Previous text.
Since 1.2.8 :
Add the availability to change previous and next text link. Waiting for the 1.3 version, this is only available via filter.
In your functions.php or in plugin, add :
- add_filter(‘wc_bpnav_previous_text’, ‘my_custom_previous_text’);
-
add_filter(‘wc_bpnav_next_text’, ‘my_custom_next_text’);
function my_custom_previous_text(){
return __(‘Previous’,’brozzme-product-navigation’);
}function my_custom_next_text(){
return __(‘Next’,’brozzme-product-navigation’);
}
Since 1.2.5 :
Lot of plugin can embed Font-Awesome css and font files.
You can use ‘load_fontawesome’ filter to stop loading fontawesome files if you theme or other plugin load them on each page.
Example for php > 5.4 : add_filter( ‘load_fontawesome’, function(){ return false;} );
More plugins available : search Brozzme on WordPress.org
Link to Brozzme.