Footer Area Design for SAP Commerce Cloud

We visited the Spartacus homepage and found that the template id requested from the background is:LandingPage2Template

We examine the response to this CMS request: https://localhost:9002/occ/v2/electronics-spa/cms/pages?lang=en&curr=USD

Found a Slot named Footer:

This slot contains many Components, one of which isFooterNavigationComponent

The content slot where the Footer Navigation Component is located is Footer:

Double-click Footer to see which Components are included in this slot:

Footer Navigation Component contains three navigation nodes:

See the three children of this Footer Pages in the background:

The Twitter page is a navigation node:

Double-click the Nabigation Node entry to enter the entry level:

Navigation entry is associated with a link Component:

The type of this Component is CMSLinkComponent:

After modifying the link name attribute:

Be able to see the changes immediately in the UI:

In addition, the meaning of the spartacus anonymous-consents field in local storage:

A key strength of Spartacus is its architecture. It takes a progressive decoupling approach, which means the frontend and backend can be developed, deployed and scaled independently. Furthermore, Spartacus is built on top of Angular and RxJS, which means that developers can take advantage of the tools and features provided by these powerful frameworks.

In Spartacus, anonymous-consents is a feature for handling anonymous user consent. Online stores often need to collect users' personal information, such as email addresses, phone numbers, etc., in order to provide them with customized services. However, in many countries and regions, the collection of this information is restricted by strict laws and regulations, such as the GDPR (General Data Protection Regulation) in Europe.

To comply with these laws and regulations and protect user privacy, Spartacus includes the anonymous-consents feature. This allows online stores to obtain user consent before collecting user information, especially if the user has not logged in or registered. In this way, Spartacus can ensure compliance with the processing of personal data while providing a high degree of transparency and user control.

Guess you like

Origin blog.csdn.net/i042416/article/details/131444559