Dev Center Updates

BigCommerce for WordPress 4.5.1 for December 2, 2020

by BigCommerce
4.5.1 Fixed Fixed product category slug changes when re-importing a term that overlaps with a term with a different parent.
WordPress

BigCommerce for WordPress 4.5.0 for November 24, 2020

by BigCommerce
4.5.0 Added Added shipping estimation calculator to the cart page as well as the option to enable/disable this feature in the WordPress Customizer. Changed Changed how Quick View triggers detect their corresponding modal container. This...
WordPress

Cornerstone 4.12.1 for November 12, 2020

by BigCommerce
Theme Write a Review modal cause TypeError. #1899 Account >Payment Methods throws server error when using Cornerstone theme #1898 Price in the cart is not updated when changing currency on mobile. #1893
Cornerstone
Maintenance
Bug Fix

Cornerstone 4.12.0 for November 5, 2020

by BigCommerce
Theme Reduce lodash usage in compare-products.js and image-gallery.js. #1827 Fixed product image carousel when it becomes unresponsive on Product page. #1879 Move phrases and static strings to en.json for improving translation...
Cornerstone
Maintenance
Enhancement
Bug Fix

The qty_in_cart property is removed from the Stencil Common Product Card object

by BigCommerce
As part of an effort to improve the performance of BigCommerce storefronts, the qtyincart property is no longer supported on the Stencil Common Product Card Model. This property will return 0 from now on, and its use is discouraged. The...
Stencil
Theme
Warning

API Updates for October 29, 2020

by BigCommerce
API Endpoints for managing order metafields added to Orders v3. Moved all management API related articles under a new Management API section and all storefront API related articles under a Storefront API section for consistency.
API
Enhancement
Announcement

GraphQL Complexity Limit Increased (October 2020)

by BigCommerce
We have once again adjusted the GraphQL Storefront API complexity limit to be more permissive, based on developer feedback. If you have previously bumped up against the complexity limit for a particular query, you are encouraged to try...
Storefront API
Enhancement
Announcement

Metafields are now available on the Order resource

by BigCommerce
It is now possible to create metafields against the Orders resource, allowing you to store custom fields against Orders for later reference. To get started, access the documentation here: https://developer.bigcommerce.com/api-reference...
API
Announcement
Enhancement

Inventory levels are no longer returned in Stencil context based on settings

by BigCommerce
Inventory Levels will no longer be returned in the Stencil context data if your store's Inventory settings are set to "Don't show Stock Levels". Previously, this setting would only hide the stock levels on individual product pages...
Warning
Stencil
Bug Fix