- Spartacus storefront
- Accelerator storefront (JSP)
1
Locate the checkout component
Add the placeholder div and tag to the review/payment step component near your coupon or promo code entry field (commonly extended from
CheckoutReviewSubmitComponent or a custom checkout step component).2
Add the wrapper div
3
Inject the tag
locale from the active OccEndpointsService/session language rather than hard-coding it if you run multiple storefronts.Single-page checkout considerations
Single-page checkout considerations
Spartacus checkout steps can re-render without a full page reload. If the referee tag needs to re-fire after a step change, see SPA Implementation for the re-fire snippet.