If you are trying to find out how to get the items from order into the Magento 2 success page. Let us learn how to use this option
Month: December 2018
How to Make Magento eCommerce Store Faster?
How Enhance the Speed of your Magento Store? Magento 2 has been part of advanced ecommerce and comes with a lot of added features and they are not easy too. Many Magento Customization Service companies provide the Magento 2 Speed Optimization packages, Find some important tips and best practices as...
Magento 2: How to Get Guest Email Address in Checkout?
You can get guest and customer other information in your custom js like customerinfo.js in Magento_Checkout/js/model/quote: define( [ 'jquery', 'Magento_Checkout/js/view/payment/default', 'Magento_Checkout/js/model/quote', 'Magento_Checkout/js/action/place-order', ], function ($,Component,quote,placeOrderAction) { 'use strict'; return Component.extend({ defaults: { template: 'Company_Module/custompayment/form_template' }, getEmail: function () { if(quote.guestEmail) return quote.guestEmail; else return window.checkoutConfig.customerData.email; }, getLastName: function () {...
Magento 2.3 Brings in Amazing New Features to Explore
The new version of Magento that is Magento 2.3 comes with amazing new features to unleash. If you plan to opt for Magento Upgrade Service you will be able to determine how it can be helpful for your business.