Skip to content
Merged
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/storefront/nextjs-commerce/nextjs-commerce-v1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ http://localhost:3000

## Application

The architecture for Next.js Commerce is standard for a Next.js application. To learn Next.js basics, visit [the official Next.js tutorial (nextjs.org)](https://nextjs.org/learn/basics/create-nextjs-app).
The architecture for Next.js Commerce is standard for a Next.js application. To learn Next.js basics, visit [the official Next.js tutorial (nextjs.org)](https://nextjs.org/learn).

To understand how Commerce generates pages and updates product information on your storefront, continue reading.

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/apps/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords: apps, app extensions

Using BigCommerce's powerful APIs, SDKs, and toolkits, developers can build apps that are installable on BigCommerce stores. Once approved, apps can be sold (or made available free of charge) to all BigCommerce merchants on the [App Marketplace](https://www.bigcommerce.com/apps). This is the first article in a comprehensive developer's guide to building BigCommerce apps. It provides a brief, high-level introduction for developers new to the platform. If you already have experience developing for BigCommerce, feel free to [skip ahead](#next-steps) or check out the [quick start tutorial](/docs/integrations/apps/quick-start).

If you are interested in building Catalyst-compatible apps or integrations, please jump to [Building for Catalyst](/apps/guide/catalyst-compatible-apps.mdx).
If you are interested in building Catalyst-compatible apps or integrations, please jump to [Building for Catalyst](/docs/integrations/apps/catalyst).

## About BigCommerce apps

Expand Down
2 changes: 1 addition & 1 deletion docs/store-operations/customers/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Accept: application/json
* [Customers](/docs/rest-management/customers)
* [Subscribers](/docs/rest-management/subscribers)
* [Validate customer credentials](/docs/rest-management/customers/validate-credentials#validate-a-customer-credentials)
* [Customer segmentation](/beta/customer-segmentation/rest-management)
* [Customer segmentation](/docs/rest-management/customer-segmentation)

#### REST management API V2

Expand Down
2 changes: 1 addition & 1 deletion docs/store-operations/segments/definitions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Relationships that don't yet exist:
* [Customer Segmentation V3 API Reference Overview](/docs/rest-management/customer-segmentation)
* [Create segments](/docs/rest-management/customer-segmentation/segments#create-segments)
* [Create shopper profiles](/docs/rest-management/customer-segmentation/shopper-profiles#create-shopper-profiles)
* [Add shopper profiles to a segment](docs/rest-management/customer-segmentation/shopper-profiles-for-a-segment#add-shopper-profiles-to-a-segment)
* [Add shopper profiles to a segment](/docs/rest-management/customer-segmentation/shopper-profiles-for-a-segment#add-shopper-profiles-to-a-segment)
* [Update Segments](docs/rest-management/customer-segmentation/segments#update-segments)
* [Remove shopper profiles from a segment](/docs/rest-management/customer-segmentation/shopper-profiles-for-a-segment#remove-shopper-profiles-from-a-segment)
* [Delete segments](docs/rest-management/customer-segmentation/segments#delete-segments)
Expand Down
2 changes: 1 addition & 1 deletion docs/storefront/wordpress/deployment/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -268,5 +268,5 @@ There is a growing list of plugins that support BigCommerce either through added

- [Customization Guide](/docs/storefront/wordpress/themes)
- [Proxy REST API Endpoints](/docs/storefront/wordpress/platform-integration/rest-proxy)
- [BigCommerce Plugin Code Reference](https://bigcommerce.moderntribe.qa/)
- [BigCommerce Plugin Code Reference](https://bc-wordpress-reference.vercel.app/)
- [BigCommerce for WordPress Changelog](https://github.com/bigcommerce/bigcommerce-for-wordpress/releases) (GitHub)
4 changes: 2 additions & 2 deletions docs/storefront/wordpress/themes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Hooks are access points during the WordPress execution process where a developer
- **Actions** execute a function with no output. Even if a value was returned it would be ignored.
- **Filters** modify a variable and return a value, which is the modified version of the original variable.

BigCommerce for WordPress provides over 100 hooks that you can use to extend and customize the plugin. For a comprehensive, searchable list of all available hooks, visit our [Code Reference](https://bigcommerce.moderntribe.qa/reference/hooks/).
BigCommerce for WordPress provides over 100 hooks that you can use to extend and customize the plugin. For a comprehensive, searchable list of all available hooks, visit our [Code Reference](https://bc-wordpress-reference.vercel.app/Hooks).

### Architectural guidelines

Expand Down Expand Up @@ -338,7 +338,7 @@ If an SSL is detected, BC4WP seamlessly embeds BigCommerce’s secure one-page c

### Embedded checkout

Embedded Checkout includes settings within the WordPress theme customizer that allow you to adjust colors to blend the checkout page with your theme. For advanced users, the plugin provides the [Checkout Config hook](https://bigcommerce.moderntribe.qa/reference/hooks/bigcommerce-checkout-config/) to filter all available [Embedded Checkout config options](https://github.com/bigcommerce/checkout-sdk-js/blob/master/docs/interfaces/EmbeddedCheckoutOptions.md) (GitHub). Because of the method used to load the Embedded Checkout within the iframe, styling checkout must be accomplished by filtering the available `$checkout_config` options rather than targeting element classes or IDs with CSS.
Embedded Checkout includes settings within the WordPress theme customizer that allow you to adjust colors to blend the checkout page with your theme. For advanced users, the plugin provides the [Checkout Config hook](https://bc-wordpress-reference.vercel.app/Hooks#bigcommercecheckoutconfig) to filter all available [Embedded Checkout config options](https://github.com/bigcommerce/checkout-sdk-js/blob/master/docs/interfaces/EmbeddedCheckoutOptions.md) (GitHub). Because of the method used to load the Embedded Checkout within the iframe, styling checkout must be accomplished by filtering the available `$checkout_config` options rather than targeting element classes or IDs with CSS.

Below, we define a function called `myCheckoutFunction()` that accepts `$checkout_config` as an argument. The function builds an array of checkout config styles that make the checkout step header text red, step number icons blue, and checkout body text green. Finally, we pass `myCheckoutFunction` to the Checkout Config hook. Try adding the below snippet to your theme’s `functions.php` file to test it out

Expand Down
4 changes: 2 additions & 2 deletions reference/settings.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ info:
| [Store Profile](/docs/rest-management/settings/store-profile) | Identifies and updates store profile. |
| [Storefront Category](/docs/rest-management/settings/storefront-category)| Identifies and updates storefront category settings. |
| [Storefront Product](/docs/rest-management/settings/storefront-product) | Identifies and updates storefront product settings. |
| [Storefront Robots.txt](docs/rest-management/settings/storefront-robotstxt) | Identifies and updates storefront Robots.txt settings.|
| [Storefront Robots.txt](/docs/rest-management/settings/storefront-robotstxt) | Identifies and updates storefront Robots.txt settings.|
| [Storefront Search](/docs/rest-management/settings/storefront-search) | Identifies and updates storefront search settings. |
| [Storefront Security](/docs/rest-management/settings/storefront-security)| Identifies and updates storefront security settings. |
| [Storefront SEO](/docs/rest-management/settings/storefront-seo) | Identifies and updates storefront SEO settings. |
| [Storefront Status](/docs/rest-management/settings/storefront-status) | Identifies and updates storefront status. |
| [Units of Measurement](docs/rest-management/settings/units-of-measurement) | Identifies and updates units of measurement settings.|
| [Units of Measurement](/docs/rest-management/settings/units-of-measurement) | Identifies and updates units of measurement settings.|
termsOfService: 'https://www.bigcommerce.com/terms'
contact:
name: BigCommerce
Expand Down