We sacrifice by not doing any other technology, so that you get the best of Magento.

We sacrifice by not doing any other technology, so that you get the best of Magento.

    • Magento 2: How to check customer email id exist or not?

      You can check the email id for a specific website by using the below code. <?php namespace VendorModuelModel; use MagentoCustomerApiAccountManagementInterface; use MagentoStoreModelStoreManagerInterface; class EmailExist { /** * @var AccountManagementInterface */ protected $customerManagement; /** * @var StoreManagerInterface */ protected $storeManager; /** * Data…

      READ MORE
    • How to show special character in minicart in magento 2?

      You may have face this problem where sometimes you failed to show special character(s) in mini-cart in product name. But what shall one do when he/she has to show special characters like single quote, double quote in product title in minicart. Well,…

      READ MORE
    • How Magento Development Agency In India Can Help In Your Ecommerce’s ROI?

      Today businesses want to build a strong online presence for themselves on the digital market through their eCommerce sites. To achieve this, businesses are now going for effective eCommerce development services on digital platforms such as Magento. The services from Magento development…

      READ MORE
    • Magento 2: How to Add Prefix word for Orders Increment ID?

      We are going to add prefix word using the database operation. - Login to Database & Check table 'sales_sequence_meta' In the above SC “meta_id” is:  ' 2 '  And after run the below query : UPDATE ‘sales_sequence_profile’ SET ‘prefix’ = ‘HAZ’ WHERE…

      READ MORE
    • How to Upgrade Magento version from 2.1.7 to 2.3.4

      If you have to upgrade your Magento version from 2.1.7 to 2.3.4 then follow the below steps. Note: Please take the backup of your existing database and take a full backup. After taking backup follow the below upgrade steps on the Magento…

      READ MORE
    • Magento 2: How to change main container max-width using less?

      Generally, you can see luma theme container's max-width is: 1280px So in case, if you wish to change the main container max-width in your theme, Just override _theme.less file in your theme web/css/source/ folder and change max-width in below less variable. You…

      READ MORE
    • Magento 2 Reset password token not getting in reset password form.

      While going through the logs, I noticed: Message: Notice: Undefined offset: 0 in vendor/magento/module-customer/Model/ForgotPasswordToken/GetCustomerByToken.php on line 87 To get the solution, I followed the below steps. Step 1). Override the block of reset password - Vendor/Module/etc/di.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <preference…

      READ MORE
    • How Two MBA Students Build Bonobos- a Walmart Acquired $310 Million Men’s Apparel Company

        Two MBA Spartans of Stanford Business School, Andy Dunn and Brian Spaly, popularized the concept of buying men’s pants online in 2007 with their ecommerce start-up Bonobos. What started as an MBA project soon turned out to be a mission to…

      READ MORE
    • How to print barcode on invoice PDF?

      One of our clients was looking to add the Barcode using OrderIncrement id. To achieve that I used picqer/php-barcode-generator library in Magento. You can follow the remaining steps only after installing the library. Step 1: Create a Plugin and define that plugin…

      READ MORE
    • Magento 2: change logo on checkout page using layout xml

      If you want to change the header logo only on the checkout page using XML, then follow the below instructions: First, you should override the checkout_index_index.xml file in your theme and add the below code between the body. <referenceBlock name="logo"> <arguments> <argument…

      READ MORE
    Recent Articles
    Get a Free Quote