Skip to content

checkout

Auto Added by WPeMatico

Set Custom Field Data in the Order

I created a observer : <?php namespace VendorModuleObserver; use MagentoFrameworkEventObserver; use MagentoFrameworkEventObserverInterface; use MagentoFrameworkAppRequestInterface; use PsrLogLoggerInterface; class SaveRefToQuote implements ObserverInterface { protected $logger; protected $request; /** * Constructor * * @param LoggerInterface $logger * @param RequestInterface $request */ public function… Read More »Set Custom Field Data in the Order

Put Apple Pay method inside the payment list

I need to move the stripe_payments_apple_pay inside the available paiment methods list. Can someone help me ? Here the xml code inside the checkout_index_index.xml : <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <body> <referenceBlock name=”checkout.root”> <arguments> <argument name=”jsLayout” xsi:type=”array”> <item name=”components” xsi:type=”array”>… Read More »Put Apple Pay method inside the payment list

Collapse Checkout Tabs

I am trying to figure out how to collapse all tabs on checkout page except the address tab. I want that once I open the checkout page, that all tabs except the adress tab are collapsed.

Magento 2 default checkout page too slow

3 with default checkout but it loading too slow in that too rest/default/V1/guest-carts/W4tUoafhV2AvU8CeJcnlzuALWRqSzfE1/shipping-information and payment-information these api call taking time i disabled used payment methods and shipping implemented cdn Fallowed https://onilab.com/blog/magento-checkout-slow-fix-it-in-8-simple-steps/ https://bsscommerce.com/blog/magento-2-checkout-slow/ Select one of the payment methods then Click… Read More »Magento 2 default checkout page too slow