Dev Center Updates

GraphQL Storefront API can now be used to power Stencil theme context

by BigCommerce
It is now possible to augment the data available in the theme context through the use of GraphQL queries described directly in the Front Matter of template files. Using this capability, you can fetch data a little bit more flexibly to build
Stencil
Storefront API
Announcement
Enhancement

BigCommerce for WordPress 4.17.1 for September 14, 2021

by BigCommerce
4.17.1 View release 4.17.1 on GitHub Fixed Fixes an issue with product imports/syncing where the process would fail (504) due to a timeout with upstream_response_time. The timeout value was increased to allow more time to complete the
WordPress

BigCommerce for WordPress 4.17.0 for September 8, 2021

by BigCommerce
4.17.0 View release 4.17.0 on GitHub Changed PHPDoc for cart-footer.php template updated Fixed Fixed Product Import logic so script and style tag contents are not displayed in product description. Fixed Uncaught ReferenceError: ga is not
WordPress

BigCommerce for WordPress 4.16.0 for August 12, 2021

by BigCommerce
4.16.0 View release 4.16.0 on GitHub Fixed Fixed styling of hidden product variant radio elements in Twenty Twenty One theme Fixed subtotal to exclude tax in cart details Fixed subtotal to exclude tax in order history details Fixed CLI
WordPress

BigCommerce for WordPress Hotfix 4.15.1 for August 3, 2021

by BigCommerce
4.15.1 View release 4.15.1 on GitHub Fixed Fixed a fatal error on plugin activation for new installs
WordPress

BigCommerce for WordPress 4.15.0 for July 29, 2021

by BigCommerce
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
WordPress

BigCommerce for WordPress 4.14.1 for July 26, 2021

by BigCommerce
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
WordPress

BigCommerce for WordPress 4.14.0 for July 7, 2021

by BigCommerce
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
WordPress

Rendered Widget HTML now available in GraphQL Storefront API

by BigCommerce
You may now fetch the rendered HTML of widgets created via Widgets API or Page Builder. To get the content, you’ll need to provide a page type, and the ID for the page (if necessary). In the response, you’ll get a list of all the regions on
API
Announcement
Storefront API