Viraj Shinde
04/22/2021, 9:03 AMViraj Shinde
04/22/2021, 9:04 AMViraj Shinde
04/22/2021, 9:04 AMSteve Goldberg
04/22/2021, 10:03 AMViraj Shinde
04/22/2021, 12:01 PMSteve Goldberg
04/22/2021, 12:27 PMViraj Shinde
04/22/2021, 12:32 PMvar PageType = container.getComponent('PageType');
if(PageType) {
PageType.registerPageType({
name: 'Custom_Checkout_View',
view: CustomCheckoutView,
options: { container: container },
routes: ['custom-checkout']
});
}
But I understand what you're saying.
What I have understood is that the Checkout module of SC is only meant to be extended (like you said, by defining new groups and steps) via an extension. Anything more than that, and it's better to be done via SCA.
Your advice was really helpful, I will convey this to my team mates. Thank you. 🙂Steve Goldberg
04/22/2021, 12:47 PMViraj Shinde
04/22/2021, 1:07 PMViraj Shinde
04/22/2021, 1:10 PMSteve Goldberg
04/22/2021, 1:24 PM