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

Changelog

  • 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