How should this problem be solved while maintaining performance?

An existing Adobe Commerce website is moving to a headless implementation. The existing website features an "All Brands'' page, as well as individual pages for each brand. All brand-related pages are cached in Varnish using tags in the same manner as products and categories. Two new GraphQL queries have been...

December 26, 2023 No Comments READ MORE +

What is the correct approach to change the stopwords directory inside the custom module?

An Adobe Commerce Architect creates a stopword for the Italian locale named stopwordsjtJT.csv and changes the stopword directory to the following: <magento_root>/app/code/Custo«vendor/Elasticsearch/etc/stopwords/ What is the correct approach to change the stopwords directory inside the custom module?A . Add stopwords to the stopwordsDirectory and CustomerVendor_Elasticsearch to the stopword sModule parameter Of...

December 25, 2023 No Comments READ MORE +

Following best practices, how should the Architect add the taxes for all orders?

A company wants to build an Adobe Commerce website to sell their products to customers in their country. The taxes in their country are highly complex and require customization to Adobe Commerce. An Architect is trying to solve this problem by creating a custom tax calculator that will handle the...

December 23, 2023 No Comments READ MORE +

How should the Adobe Commerce Architect declare output of this mutation?

An Adobe Commerce Architect is creating a new GraphQL API mutation to alter the process of adding configurable products to the cart. The mutation accepts configurable product ID. If the given product has only one variant, then the mutation should add this variant to the cart and return not nullable...

December 20, 2023 No Comments READ MORE +

An Adobe Commerce Architect needs to scope a bespoke news section for a merchants Adobe Commerce storefront.

An Adobe Commerce Architect needs to scope a bespoke news section for a merchants Adobe Commerce storefront. The merchant's SEO agency requests that the following URL structure: news/{date}/{article_url_key}, where {date} is the publication date of the article, and {article_url_key} is the URL key of the article. The Architect scopes that...

December 19, 2023 No Comments READ MORE +

What should the Architect do to guarantee that private content blocks are updated?

An Adobe Commerce Architect is planning to create a new action that will add gift registry items to the customer's quote. What should the Architect do to guarantee that private content blocks are updated?A . Mark the controller by setting no-cache HTTP headersB . Invalidate the status of gift registry...

December 18, 2023 No Comments READ MORE +

What is causing this error?

An Adobe Commerce Architect is investigating a case where some EAV product attributes are no longer updated. • The catalog is composed of 20.000 products with 100 attributes each. • The product updates are run by recurring Adobe commerce imports that happen multiple times a day. • The Architect finds...

December 18, 2023 No Comments READ MORE +

Which solution should the Architect implement?

An Adobe Commerce Architect needs to customize the workflow of a monthly installments payment extension. The extension is from a partner who is contracted with the default website Payment Service Provider (PSP), which has its own legacy extension (a module using deprecated payment method). The installment payment partner manages only...

December 17, 2023 No Comments READ MORE +

With simplicity in mind, which two steps should the Architect take to implement these requirements?

An Adobe Commerce store owner sets up a custom customer attribute "my.attribute". An Architect needs to display additional content on the home page, which should display only to Customers with "my.attribute" of a certain value and be the same content for all of them. The website is running Full Page...

December 16, 2023 No Comments READ MORE +

Which three steps are required when adding a product type with custom pricing?

An Adobe Commerce Architect designs a data flow that contains a new product type with its own custom pricing logic to meet a merchant requirement. Which three steps are required when adding a product type with custom pricing? (Choose three.)A . Content of the etc/product_types.xml fileB . Data patch to...

December 14, 2023 No Comments READ MORE +