We have created a custom field in the quote table and saved the value. This […]
Category: Checkout
Magento 2: Apply sorting to street address on shipping form
We have sorted fields on the post – https://sbdevblog.com/magento-2-apply-sort-order-on-shipping-address-at-checkout/ However, there is limitiation on the […]
Magento 2: Apply Sort Order on Shipping Address at Checkout
Checkout is an essential part of e-commerce. The revenue is generated from the checkout itself. […]
Magento 2: Add Custom Validation Rules on Checkout
Let’s add custom validation rules at checkout. We have added custom validation before placing the […]
Magento 2: Add Custom Validation Before Order Placement
Do we need to add custom validation just before order placement? Is it possible? Yes, […]
Magento 2: PayPal gateway has rejected request. The totals of the cart item amounts do not match order amounts
PayPal gateway has rejected the request.? Have you added custom charges or tax to the […]
Magento 2: Access Configuration Value in JavaScript at Checkout
We have accessed the configuration value in the JavaScript widget. In this post, we will access […]
Magento2: How to refresh the shipping method using JS?
Let’s refresh the shipping method using JS. We have restored the total section in https://sbdevblog.com/magento-2-how-to-update-the-total-using-js/ Very often, we need to […]
Magento 2: How to update the total using JS
How to update the total using JS Let’s check how we can achieve this in […]