Skip to content

Commit

Permalink
Doc: updating vtex-io-documentation-2-prerequesites.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barbara-celi authored Jan 12, 2024
1 parent 575551d commit 0e27c47
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ seeAlso:
- "/docs/guides/vtex-io-documentation-3-settingyourstoretheme"
---

Now that you've completed the basic setup for VTEX IO, it's time to configure your account to leverage the full power of the VTEX Store Framework. This guide will walk you through two essential prerequisites: [Setting your account's Edition app](#step-1---setting-your-accounts-edition-app) and [Implementing the VTEX Intelligent Search](#step-2---implementing-the-vtex-intelligent-search).
Now that you have completed the basic setup for VTEX IO, it is time to configure your account to leverage the full power of the VTEX Store Framework. This guide will walk you through two essential prerequisites: [Setting your account's Edition app](#step-1---setting-your-accounts-edition-app) and [Implementing the VTEX Intelligent Search](#step-2---implementing-the-vtex-intelligent-search).

By fulfilling these prerequisites, you'll ensure that your store is ready to harness the VTEX Store Framework's capabilities, avoiding any potential technical issues during the implementation process.
By fulfilling these prerequisites, you will ensure that your store is ready to harness the VTEX Store Framework's capabilities, avoiding any potential technical issues during the implementation process.

## Step by step

Expand All @@ -24,9 +24,13 @@ The [Edition app](https://developers.vtex.com/docs/guides/vtex-io-documentation-
vtex edition get
```

If the current edition differs from `vtex.edition-store@3.x`, [open a support ticket](https://help.vtex.com/support?/cultureInfo=en-us) and request the installation of the `vtex.edition-store@3.x` app in your VTEX account.
If the current edition is older than `vtex.edition-store@3.x`, [open a support ticket](https://help.vtex.com/support?/cultureInfo=en-us) and request the installation of the `vtex.edition-store@3.x` or a newer one in your VTEX account.

> ⚠️ By default, every VTEX store comes with the Edition app configured for building storefronts with [Legacy CMS Portal](https://help.vtex.com/tutorial/what-is-cms--EmO8u2WBj2W4MUQCS8262) installed. Therefore, requesting the installation of the `vtex.edition-store@3.x` or newer Edition app is necessary for both new VTEX accounts and accounts previously using the [Legacy CMS Portal](https://help.vtex.com/tutorial/what-is-cms--EmO8u2WBj2W4MUQCS8262).

>ℹ️ If you install the `vtex.edition-store@3.x` version, you need to install the Search apps as well. If you install the `vtex.edition-store@5.x`, you must directly start the Search Integration process.
> ⚠️ By default, every VTEX store comes with the Edition app configured for building storefronts with [Legacy CMS Portal](https://help.vtex.com/tutorial/what-is-cms--EmO8u2WBj2W4MUQCS8262) installed. Therefore, requesting the installation of the `vtex.edition-store@3.x` Edition app is necessary for both new VTEX accounts and accounts previously using the [Legacy CMS Portal](https://help.vtex.com/tutorial/what-is-cms--EmO8u2WBj2W4MUQCS8262).

### Step 2 - Implementing the VTEX Intelligent Search

Expand Down

0 comments on commit 0e27c47

Please sign in to comment.