Bootscore 6.3 adds WooCommerce 10.1 support, toast cart notices, Font Awesome 7, scroll-margin-top for anchor links, a new action hook, and various improvements.
Contents
WooCommerce 10.1
Bootscore 6.3.0 ensures full compatibility with WooCommerce 10.1. This includes fixes to the AJAX add-to-cart button behavior in the product loop, and improvements to how out-of-stock messages are handled.
Toast cart notices
To improve the user experience, all offcanvas cart messages have been refactored to use Bootstrap toasts by default. These toasts appear immediately above the cart footer when something in the cart is updated, providing clearer feedback without interrupting the shopping flow. Try it yourself:
Font Awesome 7
Font Awesome has been updated to version 7. No changes are required on your part, as the class names remain unchanged and are fully backward compatible. You can review what’s new in Font Awesome 7 in their changelog.
Additional features
A scroll-margin-top
has been added to all ID-linked elements in the main content area. This ensures that when users navigate to anchor links, the content is no longer obscured by the sticky header. The scroll margin offset can be easily adjusted in your child theme’s _bootscore-custom.scss
.
A new action hook, bootscore_after_loop_title
, has been introduced, allowing developers to insert custom content right after loop titles.
Full changelog
To view the full list of changes, check out the changelog on GitHub. Also read the migration guide for templates that have been changed.
New contributors
- Goяo! – thank you for fixing the errors in debug mode with incorrect pattern file names
- neralex – thank you for improving the accessibility of the to-top-button
Have a great day!