Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion archive/store-operations/v2-products/v2-versus-v3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Creating Products and Variants on V3:

Variants can be included with a GET request to lower the number of API calls being made using `?include=variants`.

V3 includes endpoints for working with catalog trees. Stores that have multi-storefront enabled can have more than one tree. See the categories section of the [Multi-Storefront API Guide](/docs/storefront/multi-storefront/guide#categories). Stores that are not MSF-enabled can use the same endponts.
V3 includes endpoints for working with catalog trees. Stores that have multi-storefront enabled can have more than one tree. See the categories section of the [Multi-Storefront API Guide](/docs/storefront/multi-storefront/guide#categories). Stores that are not MSF-enabled can use the same endpoints.

## Interoperability between V2 and V3

Expand Down
2 changes: 1 addition & 1 deletion archive/storefront/blueprint/themes/style-editor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ For example:

`//! @section: Header`
`@color-header-background: #FFF;`
`//! @endsection` of
`//! @endsection`

This will create a section in the left navigation with the title “Header”, which will house the “Header Background” variable.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Google Analytics Enhanced ECommerce

Google Analytics is a free analytics tool that helps you track visitors and conversions on your store. BigCommerce has updated the Google Analytics integration to support Enhanced Ecommerce. As apart of the Enhanced ECommerce feature, Stencil themes now support data attributes.
Google Analytics is a free analytics tool that helps you track visitors and conversions on your store. BigCommerce has updated the Google Analytics integration to support Enhanced Ecommerce. As part of the Enhanced ECommerce feature, Stencil themes now support data attributes.

Data attributes provide detailed data on the way shoppers interact with your store’s products. However, data attributes are not only limited to only product data collection. Data attributes can also track your store’s header and footer for promotions and can collect data on whether those promotions were viewed and/or clicked. BigCommerce’s data attributes are powered by [Segment](https://segment.com/docs/destinations/google-analytics/) and [Platform.js](https://github.com/segment-integrations/analytics.js-integration-google-analytics/blob/master/lib/index.js), and will send your store’s product data through to Google Analytics.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



Stored Credit Card management gives customer’s the ability to manage their stored credit cards from the My Account page of the storefront. In the Cornerstone theme, shoppers with store accounts will have the ability to add new cards, delete cards, select a default card, and edit the billing details of existing cards from their customer account area of the storefront.
Stored Credit Card management gives customers the ability to manage their stored credit cards from the My Account page of the storefront. In the Cornerstone theme, shoppers with store accounts will have the ability to add new cards, delete cards, select a default card, and edit the billing details of existing cards from their customer account area of the storefront.

![Stored Credit Card Management](https://storage.googleapis.com/bigcommerce-production-dev-center/images/stored-credit-card-management.png "Stored Credit Card Management")

Expand Down
Loading