-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1410 from vtexdocs/EDU-12177-category-cover-updat…
…ing-live-stores EDU-12177 - Category cover: Updating live stores
- Loading branch information
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
docs/guides/vtex-io/Storefront-Guides/store-framework-updating-live-stores.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
title: "Updating live stores" | ||
slug: "store-framework-updating-live-stores" | ||
hidden: false | ||
createdAt: "2024-09-26T13:09:11.226Z" | ||
updatedAt: "" | ||
excerpt: "Learn how to update your Store Framework store, which is already live and accessible to shoppers." | ||
--- | ||
|
||
After developing your store with [Store Framework](https://developers.vtex.com/docs/guides/store-framework) and [going live](https://developers.vtex.com/docs/guides/vtex-io-documentation-go-live), you may need to make some updates, such as adding new features to your [Store Theme](https://developers.vtex.com/docs/guides/vtex-io-documentation-store-theme) and extending your store features to enhance the shopping experience or improve ecommerce management. | ||
|
||
In this section, you will find recommendations to help you update your live store successfully. | ||
|
||
## Before you begin | ||
|
||
<Steps> | ||
|
||
### Develop your Store Theme | ||
|
||
Make sure your store has a [Store Theme](https://developers.vtex.com/docs/guides/vtex-io-documentation-store-theme) developed with [VTEX IO](https://developers.vtex.com/docs/guides/vtex-io-documentation-what-is-vtex-io) and [Store Framework](https://developers.vtex.com/docs/guides/store-framework), following the [Getting started](https://developers.vtex.com/docs/guides/getting-started-3) tutorial. | ||
|
||
### Check the builders | ||
|
||
Check if the builders are properly installed in your Store Theme. To use builders, your account must have at least version `[email protected]` installed. Also, you need to specify them in the app's `manifest.json` file. Learn more in [Builders](https://developers.vtex.com/docs/guides/vtex-io-documentation-builders). | ||
|
||
### Customize your theme | ||
|
||
Customize your store theme based on your business needs, following the guides within the [Store Framework](https://developers.vtex.com/docs/guides/store-framework) section, such as [Building pages](https://developers.vtex.com/docs/guides/building-pages) and [Using components](https://developers.vtex.com/docs/guides/using-components). | ||
|
||
### Go live | ||
|
||
After developing your store with [Store Framework](https://developers.vtex.com/docs/guides/store-framework) and customizing it based on your business needs, follow the instructions in [Going live with a new store](https://developers.vtex.com/docs/guides/vtex-io-documentation-go-live) to make your ecommerce available to shoppers. | ||
|
||
</Steps> | ||
|
||
## Guides in this section | ||
|
||
<Flex> | ||
|
||
<WhatsNextCard | ||
title="Migrating CMS settings after a major theme update" | ||
description="Learn how to migrate CMS settings when updating to a major theme version." | ||
linkTo="https://developers.vtex.com/docs/guides/vtex-io-documentation-migrating-cms-settings-after-major-update" | ||
linkTitle="See more" | ||
/> | ||
|
||
<WhatsNextCard | ||
title="Installing apps on live stores" | ||
description="Discover best practices for adding and managing apps on your live store." | ||
linkTo="https://developers.vtex.com/docs/guides/vtex-io-documentation-installing-apps-in-live-stores-best-practices" | ||
linkTitle="See more" | ||
/> | ||
|
||
</Flex> |