Skip to content

EDU-18163: FastStore flag useIsGiftFromOrderForm#2623

Open
mariana-caetano wants to merge 10 commits into
mainfrom
EDU-18163
Open

EDU-18163: FastStore flag useIsGiftFromOrderForm#2623
mariana-caetano wants to merge 10 commits into
mainfrom
EDU-18163

Conversation

@mariana-caetano
Copy link
Copy Markdown
Contributor

Summary

Provide a concise description of the change introduced by this PR.
Example: “Updates the Checkout overview to include new webhook behavior.”


Type of change

  • New content — Adds new documentation.
  • Content update — Improves existing documentation (clarity, structure, examples, accuracy).
  • Bug fix — Fixes markdown issues.
  • Editorial fix — Spelling, grammar, or minor copy edits that don’t change meaning.
  • Content removal — Deletes deprecated or obsolete content.

Checklist

  • The content follows the VTEX Style Guide.
  • Markdown renders correctly (headings, lists, tables, callouts).
  • Links, images, code blocks, and examples are valid.
  • Terminology, product names, and API references are consistent.
  • Frontmatter (title, description, tags, slug) is correct
  • Files follow the expected folder structure and naming conventions.

AI review instructions

This repository supports automated AI reviews for Markdown files in the docs folder, except docs/localization.

To run reviews on this PR, add at least one of the following labels:

  • AI style review: evaluates tone and adherence to VTEX style guidelines.
  • AI grammar review: identifies grammar and spelling issues.

Once at least one label is added, the review(s) will run automatically.

After the review is completed, the corresponding label will be removed and the label AI reviewed will be added to the PR.

Note

To rerun a review, remove and add the desired label again.

@mariana-caetano mariana-caetano self-assigned this Apr 24, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 24, 2026

👁️‍🗨️ Preview changes on Developer Portal

You can use the link below to load the Developer Portal in preview mode with the changes from this branch:

👉 Open preview environment

Below is the list of modified pages and their corresponding preview URLs:

File Preview URL Sidebar
docs/faststore/docs/developer-tools/use-is-gift-from-order-form.mdx https://developers.vtex.com/docs/guides/faststore/developer-tools-use-is-gift-from-order-form ⚠️ Missing from navigation.json
docs/faststore/docs/developer-tools/config-options.mdx https://developers.vtex.com/docs/guides/faststore/developer-tools-config-options ⚠️ Missing from navigation.json
docs/faststore/docs/developer-tools/custom-cypress.mdx https://developers.vtex.com/docs/guides/faststore/developer-tools-custom-cypress ⚠️ Missing from navigation.json
docs/faststore/docs/developer-tools/overview.mdx https://developers.vtex.com/docs/guides/faststore/developer-tools-overview ⚠️ Missing from navigation.json

| `nodeVersion` | `string` | The Node.js version. | `"20"` |
| `cypressVersion` | `string` | The Cypress version. | `"13"` |
| [`enableScriptsLogs`](https://developers.vtex.com/docs/guides/faststore/developer-tools-enable-scripts-logs) | `boolean` | Enables additional browser console logs for third-party scripts and analytics integrations while debugging. | `true` |
| [`useIsGiftFromOrderForm`](https://developers.vtex.com/docs/guides/faststore/developer-tools-use-is-gift-from-order-form) | `boolean` | When `true`, uses the `isGift` field from the VTEX Order Form item to detect gift items in the cart. When `false` or unset, uses the legacy behavior of checking `item.price === 0`. | `false` |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[link-check] reported by reviewdog 🐶
🚨 Found a broken link in a Markdown Link (Error 404):
https://developers.vtex.com/docs/guides/faststore/developer-tools-use-is-gift-from-order-form

👉 Please review this link before merging your Pull Request.

@mariana-caetano mariana-caetano added AI grammar review Trigger AI grammar review workflow AI reviewed Check to indicate the PR received an AI-based review labels Apr 24, 2026
@github-actions
Copy link
Copy Markdown
Contributor

✏️ Grammar review summary

docs/faststore/docs/developer-tools/config-options.mdx

Corrected 3 grammar, spelling, and typographic errors.

docs/faststore/docs/developer-tools/custom-cypress.mdx

Corrected 2 grammar, spelling, or typographic errors.

docs/faststore/docs/developer-tools/use-is-gift-from-order-form.mdx

One grammatical error was corrected.


Was this feedback useful?

  • Yes
  • No

Review made on commit 457a768

Comment thread docs/faststore/docs/developer-tools/use-is-gift-from-order-form.mdx Outdated
Comment thread docs/faststore/docs/developer-tools/config-options.mdx
Comment thread docs/faststore/docs/developer-tools/config-options.mdx
Comment thread docs/faststore/docs/developer-tools/custom-cypress.mdx
Comment thread docs/faststore/docs/developer-tools/custom-cypress.mdx
@github-actions github-actions Bot removed the AI grammar review Trigger AI grammar review workflow label Apr 24, 2026
Comment thread docs/faststore/docs/developer-tools/custom-cypress.mdx Outdated
Comment thread docs/faststore/docs/developer-tools/use-is-gift-from-order-form.mdx
Comment thread docs/faststore/docs/developer-tools/use-is-gift-from-order-form.mdx Outdated
Comment thread docs/faststore/docs/developer-tools/use-is-gift-from-order-form.mdx Outdated
Comment thread docs/faststore/docs/developer-tools/use-is-gift-from-order-form.mdx Outdated
Comment thread docs/faststore/docs/developer-tools/use-is-gift-from-order-form.mdx Outdated
Comment thread docs/faststore/docs/developer-tools/use-is-gift-from-order-form.mdx Outdated
Comment thread docs/faststore/docs/developer-tools/use-is-gift-from-order-form.mdx Outdated
Comment thread docs/faststore/docs/developer-tools/use-is-gift-from-order-form.mdx Outdated
Comment thread docs/faststore/docs/developer-tools/use-is-gift-from-order-form.mdx Outdated
Copy link
Copy Markdown
Contributor

@barbara-celi barbara-celi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pré-aprovado, com alguns comentários.

mariana-caetano and others added 2 commits May 7, 2026 17:28
Co-authored-by: Bárbara Celi <112641072+barbara-celi@users.noreply.github.com>
Comment thread docs/faststore/docs/developer-tools/use-is-gift-from-order-form.mdx Outdated
mariana-caetano and others added 2 commits May 7, 2026 17:43
Co-authored-by: Bárbara Celi <112641072+barbara-celi@users.noreply.github.com>
@mariana-caetano mariana-caetano requested a review from a team May 7, 2026 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI reviewed Check to indicate the PR received an AI-based review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants