Black Friday Sale is here! Use code BLACKFRIDAY for 33% off. Ends Dec 13—don’t miss out!

Changelog

  • February 4, 2025

    Update 1.1.1

    New stuff

    • Translation for Select options text
    • Recently viewed products loop snippet

    Improvements

    • Products reviews loop snippet ( add latest reviews loop )

    Fixes

    • Offcanvas sometimes auto open on page load.
    • Offcanvas still open even though remove auto open attribute
  • December 30, 2024

    Update 1.1.0

    In this update, we’re excited to introduce some highly requested features and layouts!

    The first thing you might notice is that we’ve moved our addon menu link under the Bricks menu link, making the connection between the two even clearer.

    We’ve also added two new snippets to help you create custom query loops:

    • One snippet lets you query all product reviews.
    • The other allows you to query reviews for a specific product.

    These are perfect for designing custom layouts for your product reviews. Read more here.

    In addition, we’ve extended the offcanvas cart code. Now, you don’t even need an offcanvas for it to function! To showcase this, we’ve released a new WooCommerce Header Template 4.

    We’ve also introduced new features for Variation Swatches:

    • An option to show tooltips.
    • An option to display labels for each attribute.

    To make things even more convenient, we’ve created a dedicated page for all our up-to-date code snippets. You can now view them in one place, copy the code directly, and skip the need to download or import them all. Check it out here.

    What started as a hobby project to serve our agency’s needs has grown into something much bigger. More and more users are joining us regularly, and it’s heartwarming to see that it’s been helpful not just for us but for all of you as well.

    We’ll continue doing our best in 2025 to bring you more useful features and updates.

    Thank you for your support, and we wish you a Happy New Year!

    New stuff

    • Extend offcanvas cart code so now you can create minicart in any element, not only offcanvas
    • Dynamic woocommerce header
    • Tooltip for swatches
    • Option to show label of each attribute in swatches
    • Ability to query all product reviews and apply new dynamic tags
    • Ability to query all reviews in single product template and apply new dynamic tags
    • Now you can view and copy code snippets directly on our site

    Improvements

    • Move addon admin page under Bricks menu

    Fixes

    • Handle error message when "Disable Woocommerce Builder" is disabled in Bricks settings
    • When selecting variable option, "Select options" will change to editable "Add to cart", which was not before.
  • December 10, 2024

    Update 1.0.8

    In this update we have introduced AJAX cart coupon for offcanvas. That comes with a change for snippet “Get cart subtotal” that now needs to count with discounts and fees.

    Replace its code with this:

    function bt_get_cart_subtotal() {
        // Ensure WooCommerce cart is initialized and not empty
        if ( WC()->cart && ! WC()->cart->is_empty() ) {
            $subtotal = WC()->cart->get_subtotal();
            $discount_total = WC()->cart->get_discount_total();
            $fee_total = 0;
            
            // Calculate total fees if any
            foreach ( WC()->cart->get_fees() as $fee ) {
                $fee_total += $fee->amount;
            }
            
            // Calculate the total including fees and subtracting discounts
            $total_with_fees_discounts = $subtotal + $fee_total - $discount_total;
    
            // Format the final total
            return wc_price( $total_with_fees_discounts );
        }
    
        // Return 0 formatted as currency if the cart is empty
        return wc_price(0);
    }

    Offcanvas cart now available as a standalone

    Due to its popularity, the offcanvas cart scripts have been extracted, allowing you to use them without the need for an addon plugin. Follow this tutorial.

    New stuff

    • Coupon form in ajax offcanvas cart
    • Dynamic tag for subtotal with AJAX updating
    • Flush cache for wishlisht count and cart count - Flyingpress
    • Flush cache for wishlisht count and cart count - Litespeed
    • Shop template 5
    • Offcanvas cart template 3

    Improvements

    • Offcanvas scripts exported so they can be used separately without addon
    • Improve snippet for getting cart subtotal to count with discounts and fees
    • Improve snippet "Get product gallery image IDs" to consider galleries not only in product single template

    Fixes

    • Fix WPvivid package not being able to restore - use free version to restore now
  • November 22, 2024

    Update 1.0.6

    New stuff

    • Homepage 5 | Industry
    • Homepage 6 | Business
    • Homepage 7 | SaaS
    • Homepage 8 | Portfolio
    • Changelog

    Improvements

    • Changed query for Cart cross sells to match Bricks 1.11.1 settings

    Fixes

    • Fix header search for Header 1 template
    • Fix Ajax add to cart
    • Fix images not displaying in offcanvas cart on iOS
    • Fix header 1 navigation glitching when there are more links
    • Disabling checkout elements was not working properly
    • Fix cart template 1 - width of remove button
    • Fix payment method missing input when there is only 1 method
    • Make native woo elements translateable
  • October 29, 2024

    Update 1.0.3

    This update skips version 1.0.2, which contained a fix for the Wishlist element. Ensure everything is compatible with Bricks 1.11 overall.

    Improvements

    • Wishlist and Lightspeed cache

    Fixes

    • Wishlist session
    • Swatches change images inside lightbox
    • Cart Ajax and Bricks 1.11
    • Remove custom CSS from layouts containing Filter button mode
  • October 24, 2024

    Update 1.0.1

    Bricks Boilerplate 1.0.1 comes with fixes and support for Bricks 1.11

    We have implemented a simple dashboard where you can enable/deactivate elements you don’t need in your project:

    Image

    We have also added support for WPVivid and All-in-one migration plugins so you can use them to restore Whole site package.

    New stuff

    • Addon dashboard
    • Support for WPVivid
    • Support for All in One Migration
    • Support for Bricks 1.11

    Fixes

    • Remove URL parameter from filters (bricks supports it now)
    • Remove button type from filters (bricks supports it now)
    • Fix critical error when enabling addon plugin when Bricks filters are not enabled
  • October 8, 2024

    Initial launch

    Bricks Theme has launched. The Bricks boilerplate with all you need to build your blog, e-commerce store, or any other website, bringing your idea to life quickly.

    Check out the demo.

    Follow our documentation to get started in 5 minutes.

    New stuff

    • 2 about pages
    • 6 blog archive pages
    • 2 cart pages
    • 2 checkout pages
    • Component - sliders
    • Component - accordions
    • 4 contact pages
    • 4 homepages
    • Woo thank you page
    • 4 shop pages
    • My account page
    • 3 header templates
    • 3 blog taxonomy archives
    • 6 blog single templates
    • 5 product single templates
    • Woo quick view popup template
    • Woo AJAX search popup
    • 404 template
    • Woo pay template
    • 2 footer templates
    • Wishlist element
    • Variation swatches element
    • Checkout element