Skip to content

checkout

Auto Added by WPeMatico

Custom checkout field save input value in database – Magento 2.4

We found the default documentation about adding a new input field to the checkout. https://devdocs.magento.com/guides/v2.3/howdoi/checkout/checkout_form.html I want to save input value in database with new table How can we achieve that? Thanks so much. vendor/module/view/frontend/layout/checkout_index_index.xml <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” layout=”1column” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <body>… Read More »Custom checkout field save input value in database – Magento 2.4

Magento 2.4.3: Getting “Invalid state change requested” error message on checkout page when persistant cart is enabled

I am getting the error Invalid state change requested when trying to place the order with persistent shopping cart, order places even though error is shown and it causes duplicate order issue(Customer places order again without knowing order is already… Read More »Magento 2.4.3: Getting “Invalid state change requested” error message on checkout page when persistant cart is enabled