Skip to content

magento man

Mandatory custom field in the payment choice process

I’m trying to add a checkbox in the payment selection process. The checkbox appears correctly. I can’t get it to be handled as mandatory. What am I doing wrong? This is my code: $jsLayout[‘components’][‘checkout’][‘children’][‘steps’][‘children’][‘billing-step’][‘children’][‘payment’][‘children’][‘payments-list’][‘children’][‘before-place-order’][‘children’][‘privacy’] = [ ‘component’ => ‘Magento_Ui/js/form/element/abstract’, ‘config’… Read More »Mandatory custom field in the payment choice process