Skip to content

Commit 7b07263

Browse files
Merge pull request #2194 from vtexdocs/Remove-mention-to-deprecated-content-from-Sales-App-article
Remove mention to deprecated content from Sales App article
2 parents 6a321d3 + 58024c7 commit 7b07263

File tree

1 file changed

+24
-19
lines changed

1 file changed

+24
-19
lines changed
Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
---
22
title: "How to customize VTEX Sales App"
33
slug: "how-to-customize-vtex-sales-app"
4+
excerpt: "Learn how to customize the VTEX Sales App."
45
hidden: false
56
createdAt: "2021-08-11T17:17:40.610Z"
6-
updatedAt: "2022-02-24T20:32:46.010Z"
7+
updatedAt: "2025-09-29T17:32:46.010Z"
78
---
89

9-
[VTEX Sales App](https://help.vtex.com/en/tracks/vtex-sales-app-getting-started-and-setting-up--zav76TFEZlAjnyBVL5tRc) is VTEX's main product for Unified Commerce operations. It’s an app that enables your store to provide a true omnichannel experience, seamlessly integrating your online and physical channels, and placing your customers at the business core.
10+
[VTEX Sales App](https://help.vtex.com/en/tracks/vtex-sales-app-getting-started-and-setting-up--zav76TFEZlAjnyBVL5tRc) is VTEX's main product for Unified Commerce operations. It’s an app that enables your store to provide a true omnichannel experience, seamlessly integrating your online and physical channels, and placing your customers at the core of the business.
1011

1112
You can customize the VTEX Sales App experience according to your business needs by editing custom [JavaScript](#javascript-customizations) and [CSS](#css-customizations) files.
1213

1314
## JavaScript customizations
1415

15-
You can perform JavaScript customizations on the `checkout-instore-custom.js` file, which you must access from the VTEX Admin home, following the steps below.
16+
You can perform JavaScript customizations on the `checkout-instore-custom.js` file, which you must access from the VTEX Admin homepage, following the steps below.
1617

17-
1. Access `https://{{AccountName}}.myvtex.com/admin` and following the steps below. Remember to replace `{{AccountName}}` with your VTEX account name.
18+
1. Access `https://{{AccountName}}.myvtex.com/admin` and follow the steps below. Remember to replace `{{AccountName}}` with your VTEX account name.
1819
2. In the main menu, click on **Checkout**.
19-
3. Click on the store's gear symbol, as shown in the image below.
20-
![](https://cdn.jsdelivr.net/gh/vtexdocs/dev-portal-content@main/images/inStore_Customizations_-_1_-_EN.png)
21-
4. Click on the **Code** tab and finally on the `checkout-instore-custom.js` file, which is in the **Files** list on the right-hand side of the screen, as illustrated in the image below.
22-
![](https://cdn.jsdelivr.net/gh/vtexdocs/dev-portal-content@main/images/inStore_Customizations_-_2_-_EN.png)
20+
3. Click on the store's gear icon, as shown in the image below.
21+
![sales-app-customizations-1](https://cdn.jsdelivr.net/gh/vtexdocs/dev-portal-content@main/images/inStore_Customizations_-_1_-_EN.png)
22+
4. Click on the **Code** tab and then click on the `checkout-instore-custom.js` file, which is in the **Files** list on the right side of the screen, as illustrated in the image below.
23+
![sales-app-customizations-2](https://cdn.jsdelivr.net/gh/vtexdocs/dev-portal-content@main/images/inStore_Customizations_-_2_-_EN.png)
2324

2425
> ℹ️️ If you want to access the `checkout-instore-custom.js` file directly, you can enter the following URL in your browser: `https://{{AccountName}}.myvtex.com/admin/portal#/sites/default/code/files/checkout-instore-custom.js`. Make sure you replace `{{AccountName}}` with your VTEX account name.
2526
@@ -30,31 +31,35 @@ You can perform JavaScript customizations on the `checkout-instore-custom.js` f
3031
To make any changes to the file, simply add or modify the lines of code directly in the file edit box. Check out our list of possible customizations to learn more.
3132

3233
Once you are done, click on the `Save` button, as shown in the image below.
33-
![](https://cdn.jsdelivr.net/gh/vtexdocs/dev-portal-content@main/images/inStore_Customizations_-_3_-_EN.png)
34+
![sales-app-customizations-3](https://cdn.jsdelivr.net/gh/vtexdocs/dev-portal-content@main/images/inStore_Customizations_-_3_-_EN.png)
3435

35-
>⚠️ Always follow the customization instructions in this documentation and only make changes as indicated here, or VTEX Sales App may not work as expected.
36+
>⚠️ Always follow the customization instructions in this documentation and only make changes as indicated here, otherwise, VTEX Sales App may not work as expected.
3637
3738
## CSS customizations
3839

39-
For CSS customizations, you need to edit the `checkout-instore-custom.css` file, which you can access by following the same steps as to open the [JavaScript customizations](#javascript-customizations) file. In the **Files** section, just remember to open `checkout-instore-custom.css` instead.
40+
For CSS customizations, you need to edit the `checkout-instore-custom.css` file, which you can access by following the same steps as to open the [JavaScript customizations](#javascript-customizations) file. In the **Files** section, remember to open `checkout-instore-custom.css` instead.
4041

41-
![](https://cdn.jsdelivr.net/gh/vtexdocs/dev-portal-content@main/images/Enable_product_recommendations_-_1_-_EN.png)
42-
Likewise, you can modify the CSS style sheet directly in the edit box.
42+
![enable-product-recommendations-1](https://cdn.jsdelivr.net/gh/vtexdocs/dev-portal-content@main/images/Enable_product_recommendations_-_1_-_EN.png)
43+
Likewise, you can modify the CSS stylesheet directly in the edit box.
4344

4445
When you have finished, make sure you click the `Save` button.
4546

4647
## List of customizations
4748

4849
You can make the following customizations on VTEX Sales App:
4950

50-
- [Customize VTEX Sales App login options](https://developers.vtex.com/vtex-rest-api/docs/customize-vtex-sales-app-login-options)
5151
- [Change VTEX Sales App language](https://developers.vtex.com/vtex-rest-api/docs/change-vtex-sales-app-language)
52+
- [Hide anonymous customer option](https://developers.vtex.com/docs/guides/hide-anonymous-customer-option)
53+
- [Define payment methods displayed on VTEX Sales App](https://developers.vtex.com/docs/guides/define-payment-methods-displayed-on-vtex-sales-app)
5254
- [Enable the Observation field in the order screen](https://developers.vtex.com/vtex-rest-api/docs/enable-the-remarks-field-in-the-order-screen)
5355
- [Enable the sales associate code](https://developers.vtex.com/vtex-rest-api/docs/sales-associate-code)
5456
- [Enable cart transfer and capture between devices](https://developers.vtex.com/vtex-rest-api/docs/enable-cart-transfer-between-devices)
55-
- [Enable order filter by sales associate](https://developers.vtex.com/vtex-rest-api/docs/enable-order-filter-by-sales-associate)
5657
- [Force stock availability](https://developers.vtex.com/vtex-rest-api/docs/force-stock-availability)
57-
- [Set up the order summary printing](https://developers.vtex.com/vtex-rest-api/docs/set-up-the-order-summary-printing)
58-
- [Define payment methods displayed on VTEX Sales App](https://developers.vtex.com/vtex-rest-api/docs/define-payment-methods-displayed-on-vtex-sales-app)
59-
60-
You can find more information on how to set up each customization on the following guides.
58+
- [Add extra text to the order summary print](https://developers.vtex.com/docs/guides/add-extra-text-to-the-order-print)
59+
- [Hide Print order and Reprint receipt buttons](https://developers.vtex.com/docs/guides/hide-print-order-and-reprint-receipt-buttons)
60+
- [Enable partial cancellation for Debit or Credit Direct sales](https://developers.vtex.com/docs/guides/enable-partial-cancellation)
61+
- [Hide cancellation buttons](https://developers.vtex.com/docs/guides/hide-cancellation-buttons)
62+
- [Allow manual prices on VTEX Sales App](https://developers.vtex.com/docs/guides/allow-manual-prices-on-vtex-sales-app)
63+
- [Integration VTEX Sales App Local stock sale](https://developers.vtex.com/docs/guides/integration-vtex-sales-app-local-stock-sale)
64+
65+
You can find more information on how to set up each customization in the following guides.

0 commit comments

Comments
 (0)