Order confirmation page showing sideContent
See original GitHub issueHi, on order confirmation page side slot is rendered even its not present in response
Environment Details
- Spartacus: “@spartacus/core”: “~1.0.1”, “@spartacus/styles”: “~1.0.1”, “@spartacus/storefront”: “~1.0.1”, “@spartacus/assets”: “~1.0.1”
My app module lookes like this:
@NgModule({
imports: [
B2cStorefrontModule.withConfig({
....
}),
CustomPaymentMethodModule, //just overriding component
CustomReviewOrderModule, // just overriding component
BrowserModule,
...devImports,
StoreModule.forFeature('myState', reducers),
EffectsModule.forFeature(effects),
],
declarations: [AppComponent],
entryComponents: [],
providers: [{
provide: CheckoutDetailsService,
useClass: CustomCheckoutDeatilsService
}
],
bootstrap: [AppComponent]
})
export class AppModule { }
Expected Results
should not show order button (sideContent)
Offer to Fix
NO
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Order confirmation page showing sideContent #3938 - GitHub
Hi, on order confirmation page side slot is rendered even its not present in response Environment Details Spartacus: "@spartacus/core": ...
Read more >Customizing the Order Details Page | SAP Help Portal
Learn how to change the order totals and order detail components of the Order Details page. Apart from layout changes, the main difference...
Read more >Order Confirmation Message Widget - knowledge base
Displays messages to the user on the Order Confirmation page. ... Page: CUSTOM_Side by Side Content Tiles Widget — Renders two side by...
Read more >Protecting Your Alpha, Early Access & Side Content
Development blog for the interactive fiction game Wayfarer. Marked by complete magical immunity, Wayfarers wander the world, fighting magic.
Read more >Extending Checkout - Spartacus Documentation - SAP
Then, when you try to access the Review Order page, Spartacus first checks the guards for every component on that page, and only...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This config is not relevant here. It only makes sure the slot exists (slot would be empty). I couldn’t reproduce it. Ticket on hold until we find real cause.
Checked, there is no Section2B in a DOM.