I’m new to D365 eCommerce development and currently working on a custom module for the checkout page. Specifically, I’m trying to implement it within the Checkout Information Container module in the Site Builder.
I followed the instructions from this Dynamics Community thread to create the custom module. While I can see it listed in the HTML tree via developer tools, it appears hidden and disabled. as shown below in the screenshot.
Upon investigating, I found the relevant code in the guided-card.tsx
component, where the ICheckoutGuidedCardProps
interface defines the disabled
property. This indicates that the module is currently not available.
I have used the below logic in my custom module definition to add my custom module to checkout information container slot.
{
"$type": "contentModule",
"friendlyName": "my-custom-checkout-info",
"name": "my-custom-checkout-info",
"description": "",
"categories": ["checkout_checkoutInformation"],
"tags": [""],
"dataActions": {
}
}
Your guidance on how to resolve this issue and properly display my custom module on the checkout page would save me a lot of time and effort. I would be truly grateful for your assistance!
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,902 Super User 2024 Season 2
Martin Dráb 229,336 Most Valuable Professional
nmaenpaa 101,156