How to move Stored Payment Methods Component to Account Information Page
I tried moving the Stored Payment Methods Block of the module vault (Original at) (vendor/magento/module-vault/view/frontend/templates/cards_list.phtml) to the Account Information Block of the module customer. (Original at) (vendor/magento/module-customer/view/frontend/templates/account/dashboard/info.phtml) In customer_account_index.xml I did: <referenceBlock name=”customer_account_dashboard_info”> <block class=”MagentoVaultBlockCustomerCreditCards” name=”vault.cards.list” cacheable=”false” template=”Magento_Vault::cards_list.phtml” /> </referenceBlock>… Read More »How to move Stored Payment Methods Component to Account Information Page