Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: VTEX Extensions #119

Merged
merged 2 commits into from
Oct 11, 2023
Merged

feat: VTEX Extensions #119

merged 2 commits into from
Oct 11, 2023

Conversation

tlgimenes
Copy link
Collaborator

@tlgimenes tlgimenes commented Oct 11, 2023

Problem Statement:

Many people ask how to:

  1. Extend the product
  2. Add similar products
  3. Add related products
  4. Add kit items

Solution:

To standardize the process, we are using the new product extensions loader, which allows business users to compose loaders via the deco UI.

How does it work?

Go to Block > Loaders and filter by extensions. You will see a screen similar to this image.
image

Now, enter the desired extension (let's say products.ts). Next, as the original integration, add the one you originally had, for example, VTEX Legacy Search, and configure it as usual. Then, click on 'The Data Extensions' and add the desired extension, in this case, 'VTEX Integration - Extra Info.' Now, you can select "simulate," "Similars," and "Kit items" to be brought in by this composed loader.

Why Composed Loaders and not just another option in the native loader?

We are integrating with various other players in the market and have observed the need to compose loaders. Some of these players require certain features from the native VTEX loaders, and by allowing the composition of loaders through the UI, we have found that we can offer more flexibility to the store owner in composing different APIs.
image

image

@tlgimenes tlgimenes merged commit da67d19 into main Oct 11, 2023
1 check passed
@tlgimenes tlgimenes deleted the feat/kitlook-similars branch October 11, 2023 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant