Release notes
Your bookmark friendly source for BigCommerce platform updates and enhancements.
Latest updates
Cornerstone 6.5.0 for June 29, 2022
Theme
6.5.0
Category icons do not appear in the Search form.#2221
Incorrect translation displaying in Home Page Carousel for da, sv, and no.#2224
Blog pages Do Not Include Link Rel Next/Prev tags.#2214.
Add lang attribute to the html tag to improve checkout accessibility.#2210
Moved custom_fields loop to a dedicated component.#2222
"None" modifier option is displayed as selected even if there is a default modifier option.#2227
Add pickups to storefront invoice.#2216
Fixed 'The stored bank account was not displayed' in the Payment methods section.#2225
Fixed 'None' not being selected by default on unrequired Pick Lists without images.#2215
API Updates for June 23, 2022
API
Added support to allow store credit and gift certificate payment via the Payments API.
Added the ability to bulk delete coupons via the Update a Coupon endpoint.
Added the Get a Refund endpoint to allow for querying refunds by ID.
Announcement
We’ve published extensive revisions to our core authentication articles. Notable new content includes API request examples grouped by authentication method. The following articles contain new content:
BigCommerce for WordPress 4.30 for June 22, 2022
4.30
View release 4.30 on GitHub
Added
Create new customers from WordPress Admin. Create a new customer in the WordPress Admin Panel Users > Add new and create a new user with a Customer role.
Changed
Allow use of embedded checkout when the cart page is disabled. When enabled, customers will proceed to embedded checkout page.
Show inventory levels according to selected variant, instead of showing inventory for the base product. Enable this option in your BigCommerce store control panel in Customizer > Single Product > Inventory Level Setting.
Fixed
Fixed creating customer account on BigCommerce side during the registration process and store customer address
BigCommerce for WordPress 4.29.0 for June 6, 2022
4.29.0
View release 4.29.0 on GitHub
Added
Webhook listeners for adding/removing products to the channel. Enable webhooks in BigCommerce > Settings > Product Sync > Enable products webhooks. Webhooks fire when a product is assigned to a channel or unassigned from it.
Ability to change product variant's out-of-stock behavior. Go to Customizer > BigCommerce > Product Single > Product variants out of stock behavior. If the option is enabled, then out-of-stock variants will be disabled. If it’s disabled, out-of-stock items can be added to the cart.
Fast import type(beta). When selected, the import will only get the products titles, IDs, categories, and brands. Other information like prices, images, descriptions, and the like, won't be retrieved on import. Instead, the information will be taken directly from BigCommerce API and will show relevant product data on the fly. Import type can be set from WordPress admin panel > BigCommerce > Settings > Product Sync > Import Type.
Changed
Categories
is_visible
behavior can be controlled from Customizer. Go to Customizer > BigCommerce > Product Category > Categories 'is_visible' option. If the option is on then the plugin will respect categories visibility set in BigCommerce admin by removing hidden categories from the menu, and then redirecting categories pages to the 404 page.
API Updates and Announcements for June 2, 2022
API
Deprecated public API
config_meta
field in favor of the /channel-menus endpoint.
Payments
Added Commonwealth Bank to the list of compatible payment gateways for stored credit cards and raw card data.
Theme
Added support for Danish and Norwegian language files for your storefront display language.
API Updates and Announcement for May 26, 2022
API
Added faceted and textual search features to GraphQL Storefront API for headless merchants and stencil developers.
Added new endpoints Get Channel Menus, Create Channel Menus, and Delete Channel Menus to allow for updating the list of control panel side navigation menus for a channel.
Announcement
Rebranded Facebook and Instagram to reflect the parent company's new name, Meta. We have added the names “Meta for BigCommerce”, “Facebook by Meta”, and “Instagram by Meta”.
Developer Blog
API Announcements for May 19, 2022
BundleB2B
Updated BundleB2B developer documentation to reflect BigCommerce’s acquisition of BundleB2B.
API
Removed remaining X-Auth Client header references since it is no longer required in API calls since October 2020.
Developer Blog
Cornerstone 6.4.0 and 6.4.1 for May 16, 2022
Theme
6.4.1
Incorrect handling of unsuccessful item removing from cart on the Cart page.#2211
6.4.0
Remove adminBar translations from da/no lang files.#2209
Translation updates April 2022.#2204
Product image not shown in Pinterest preview if not signed in.#2203
Remove nanobar (loading progress bar).#2192
Fix workflow examples missing API host.#2161
Remove sweetAlert.#2189
Apply security updates (April 2022).#2200
Reviews form not submitting after quick view opening on PDP.#2201
Social media icons failing wave scan with "Empty Link".#2202
Search results containing % symbol result in errored page.#2205
Remove translations for adminBar component.#2196
Remove adminBar.#2191
When price list price is set for currency, the cart does not respect product's price.#2190
Stored Payment Methods form can be submitted without selecting a country.#2194
Show pickup details in storefront for BOPIS orders.#2199
BigCommerce for WordPress 4.28 for May 9, 2022
4.28
View release 4.28 on GitHub
Added
Support for WPGraphQL plugin queries has been added:
bCProducts
- retrieves a list of BigCommerce products
bCProduct
- retrieves single product data by product IDbCCategories
- get the BigCommerce categories list and their databCCategory
- get BigCommerce category data by category IDbCBrands
- get BigCommerce brands data list and their databCBrand
- get BigCommerce brand data by brand ID
Support for BigCommerce out of stock inventory settings located in Advanced Settings > Inventory > General Settings. To enable that feature in the plugin go to Customizer > Bigcommerce > Product Catalog > Respect General Inventory Settings. If the option is enabled, the next actions will be applied to the products:
Do nothing - product will be shown without changes
Redirect to the category page - user will be redirected from product page to product category page if a product is out of stock
Hide product on category page - product can be accessed directly with a link but will be hidden from the category page
Hide the product completely - the product will be hidden from the category page and can't be accessible with a direct link
Changed
Successful customer registration will not perform auto-login to the WordPress store. Customers should sign in to the store using the login page
Password reset form after submission will redirect customers to the same site in WordPress network
For example: If the customer submits the reset password form on nb.store.com after submission they still stay on the nb.store.comPass product SKU in analytics events alongside product ID
Synchronize password option is enabled by default for customers created via webhooks
Fixed
Fixed the scopes issue during on-boarding process that prevented store connection and setup
Fixed total and subtotal calculation on the cart when using discounts like Buy one, get one free
Fixes for the Twenty Twenty-Two theme include:
Correct alignments for second address row
Correct Wishlist size
Correct coupon code field size on the cart page
Correct mini-cart View cart button size
API Updates for May 5, 2022
API
Increased the limit of metafields allowed on each object per client ID from 50 to 250 on all object types (Brands, Category, Products, Variants, Orders) that support metafields.
Added the ability to add, update, or delete an SSL certificate to any stencil or headless domain using the Upsert a Site’s SSL/TSL Certificate Information endpoint.
Added the ability to add, update, or delete an SSL certificate to any headless storefront channels using the Upsert a Site’s Checkout URL and Delete a Site’s Checkout URL endpoints.
Added validation and error handling to the Upsert a Site’s Checkout URL endpoint if the checkout domain does not match the main domain.
Added the ability for the Sites endpoint to return all the URL types for all the different storefront channels with
channel_id
andurl_type
available as query parameters.