Skip to content

shipping-address

Auto Added by WPeMatico

Magento 2 : Graphql setShippingAddressesOnCart default query duplicates the addresses in quote_address table

I’m using Magento version 2.4.5-p1 And I’m trying to setShippingAddressesOnCart using graphql for logged-in customers. This is the default Magento query I’m using but it’s duplicating the data for the shipping address in quote_address, For Example, If I setShippingAddressesOnCart query… Read More »Magento 2 : Graphql setShippingAddressesOnCart default query duplicates the addresses in quote_address table

There are no payment methods

I have overwritten the checkout_index_index.xml to add a custom input but when I go to step 2 the payment methods are not displayed. I leave the checkout_index_index.xml. <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” layout=”checkout” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <body> <referenceContainer name=”content”> <block class=”MagentoCheckoutBlockOnepage” name=”checkout.root” template=”Magento_Checkout::onepage.phtml” cacheable=”false”> <arguments>… Read More »There are no payment methods