former_member1253558
Explorer
Member since ‎01-31-2023

User Statistics

  • 11 Posts
  • 1 Solutions
  • 1 Kudos given
  • 3 Kudos received

User Activity

Hello experts! In our project we want to use the EventService to detect when an order has been placed in order to redirect the user to our order confirmation page. const $orderEventSubject = new Subject<MyOrderEvent>; this.eventService.register(M...
Hello experts! We have set up the checkout page for our store but when the user clicks "place order" after entering all their delivery information there is an error in the console. This is the error text: ERROR Error: Uncaught (in promise): Error: ...
Hello experts! We are trying to add helmet to our front end to make it more secure. If I understand correctly, Spartacus runs on an Express server so it should be compatible with helmet. I have added helmet to the package.json file and yarn install r...
Hello experts! Our team is in the process of making our application safe from clickjacking attacks. The Spartacus application gets served by yarn. We want to configure our yarn server to include an X-Frame-Options header in every response it sends so...
We are trying to use the OrderConfirmationTotalsComponent and have added it as an import to our typescript class. According to the documentation for version 5, this component was moved to the order library, see the documentation: https://help.sap.com...
Kudos from
Kudos given to