Product Configurator – Unable to use / customise ConfiguratorTextfieldService
We are using text field configurator library in our project. I am trying to use ConfiguratorTextfieldService in my component. But it has some import issue.
How to override a component which is referred in outlet. Example, How to override CartItemListComponent which is used as outlet
We want to define new design for cart cart entries in checkout and order page. For this we want to override CartItemListComponent shipped OOTB of spartacus. How can we do that?
Add ” – Company Name” suffix to PageMetaResolver titles
I’m working with SAP Spartacus/Composable Storefront 6.7, and getting some issues about page titles.
Spartacus SAP: Component automatically turns invisible upon creation
Relevant Issue: https://github.com/SAP/spartacus/issues/17352
How do I use angular-oauth2-oidc library in spartacus SSR mode?
We have enabled SSR and BFF pattern implemented between our storefront and SAPCC. So all our Occ requests goes through our BFF. We have implemented the whole authentication on server.ts (Express) file. Auth token is stored on express session and is appended in a header before it reaches SAPCC.
Is it a good practice?
Also we wanted to know whether we can use this angular-oauth2-oidc library to achieve authentication in server.ts file?
Enhance i18n config with option for the property “load”
With Composable Storefront (Spartacus) 2211.19.0
, and i18next 23.7.6
, we have the problem, that i18n translation files are loaded multiple times.
REQUEST and RESPONSE injection tokens from the package @spartacus/setup break the build
With Angular 17, Request & Response tokens are not available anymore directly from angular. Spartacus 2211.19.0 offers those DI Tokens to import and use them.