neerajkhosla788 I’m creating a custom extension to override checkout page’s form. I;m getting below error and form is not appearing to insert customer information. “The partial [customCheckout::default] is not found.” please help me to resolve it.
cupnoodles That’s really hard to say without seeing the rest of the extension, but if all else fails you could try copying another extension that does the same thing? I’ve got one like that at CupNoodles/ti-ext-pricebyweightblob/master/components/CheckoutByWeight.php Probably the customCheckout component needs to be initialized in the head of your view/template, but again, I can’t say without any more info.