Skip to content

Commit

Permalink
Merge pull request #1410 from vtexdocs/EDU-12177-category-cover-updat…
Browse files Browse the repository at this point in the history
…ing-live-stores

EDU-12177 - Category cover: Updating live stores
  • Loading branch information
barbara-celi authored Sep 26, 2024
2 parents bcadfa0 + bc0ec11 commit 13a0c52
Showing 1 changed file with 54 additions and 0 deletions.
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>

0 comments on commit 13a0c52

Please sign in to comment.