question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Order confirmation page showing sideContent

See original GitHub issue

Hi, on order confirmation page side slot is rendered even its not present in response

image image

Environment Details

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:closed
  • Created 4 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
marlasscommented, Aug 7, 2019

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.

0reactions
Matejk00commented, Aug 28, 2019

Checked, there is no Section2B in a DOM.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found