Hello.
I got a broken cart page after creating a custom component.
It turned out to be the include Custom__Components.cshtml, that is repeated, both inside "GeneralComponents.cshml" and then included in the cart step template files
@* Include the required Grid builder (Contains the methods @RenderBlockList and @RenderBlock) *@
@Include("../../../Components/GridBuilder.cshtml")
@Include("../../../Components/GeneralComponents.cshtml")
@* Remove redundant include *@ @Include("../../../Components/Custom/Custom__Components.cshtml")
I Found this issue only in this files subset
...\Designs\Rapido\eCom7\CartV2\Step\Cart.cshtml
..\Designs\Rapido\eCom7\CartV2\Step\StepOneCart.cshtml
..\Designs\Rapido\eCom7\CartV2\Step\StepThreeShippingPayment.cshtml
..\Designs\Rapido\eCom7\CartV2\Step\StepTwoDelivery.cshtml