Overview

Release notes

Your bookmark friendly source for BigCommerce platform updates and enhancements.

August 5, 2021 at 10:57 AM CT

Developer Updates for August 5, 2021

API
Announcement
Developer Blog
Theme

Theme

  • Updated the product attributes table in the front matter reference to include the maximum number of reviews available per page. If a product has over 250 reviews, you can fetch the rest using the GraphQL Storefront API.

Storefronts

  • Published a Headless Commerce Guide to instruct developers on implementing a custom headless storefront powered by a BigCommerce backend.

Apps

Developer Blog

August 3, 2021 at 5:00 PM CT

BigCommerce for WordPress Hotfix 4.15.1 for August 3, 2021

WordPress

4.15.1

View release 4.15.1 on GitHub

Fixed

  • Fixed a fatal error on plugin activation for new installs

July 29, 2021 at 10:05 AM CT

BigCommerce for WordPress 4.15.0 for July 29, 2021

WordPress

4.15.0

View release 4.15.0 on GitHub

Added

  • Added support for partial product import. A dropdown is added next to the Sync Products button with an option to sync only products that have changed since the last sync.

  • Added support for channel status. The plugin will not load on the front-end if the channel status is anything other than active. Admin area will load but the product import will be allowed only for active and inactive status.

Changed

  • Updated "Add to Cart" JavaScript functions to use [data-js="bc-cart-item-count"] selector instead of .bigcommerce-cart__item-count.

Fixed

July 27, 2021 at 5:44 PM CT

Published Widgets now appear during local development with Stencil-CLI

Stencil
Enhancement
Announcement

As of stencil-cli version 3.4.0, any published Widgets on the storefront will appear while rendering the storefront locally with the CLI.

This will allow you to have a more realistic preview of what theme changes will look like in conjunction with any Page Builder content, before you publish your theme.

To update to the latest version of stencil-cli, simply run:

npm i -g @bigcommerce/stencil-cli

July 26, 2021 at 10:05 AM CT

BigCommerce for WordPress 4.14.1 for July 26, 2021

WordPress

4.14.1

View release 4.14.1 on GitHub

Fixed

  • Fixed the product template include logic for WordPress 5.8

  • Fixed bug introduced in WordPress 5.8 that prevents WordPress Customizer from reacting when changes were made to the Product Catalog "Sort By" options.

  • Updates add to cart functionality to wait for creation of cart, so multiple add to carts function properly. Fix for: BC4WP - Buffer Overrun Problem #230

July 22, 2021 at 10:38 AM CT

API Updates for July 22, 2021

API
Announcement

Payments

  • Added Mollie to the list of supported gateways for stored cards.

API

July 15, 2021 at 10:46 AM CT

API and Theme Updates for July 15, 2021

API
Announcement
Maintenance
Theme
Developer Blog

Theme

API

Developer Blog

July 13, 2021 at 11:16 AM CT

Cornerstone 5.7.1 for July 13, 2021

Maintenance
Cornerstone

Theme

  • Update language files for some locales. #2086

July 7, 2021 at 10:05 AM CT

BigCommerce for WordPress 4.14.0 for July 7, 2021

WordPress

4.14.0

View release 4.14.0 on GitHub

Fixed

  • Fixed Product Form > Option Description escaping logic so <strong> tags render properly.

  • Fixed login redirect_to query argument not being respected. This happened for admin users in the case when confirm admin email action was in progress. Other user roles were not affected.

  • Fixed Admin/Users reset password link.

  • Fixed cart footer template description and bumped the template version (related github issue: #275)

  • Fixed JavaScript error that occured when the pricing API errors out (related github issues: #226 #231)

July 1, 2021 at 8:54 AM CT

Theme Updates for July 1, 2021

Theme
Stencil
Developer Blog
Maintenance

Theme

  • Added ability to embed a GraphQL query in the front matter of a Stencil theme. See GraphQL attributes for examples and a complete list of available variables.

  • Localization

    - Added ability to localize the control panel, system messages, and other options outside your theme by using one of the following methods:

    • Control Panel: Access the default language setting found in the control panel’s Store Profile.

    • API: Use the newly added Store Locale settings endpoints.

      - GET /settings/store/locale

      - PUT /settings/store/locale

    - Added the automated display of translated country and state name on the storefront based on the default storefront language defined in the control panel.

Developer Blog

Did you find what you were looking for?