Posts

How WordPress CMS is different than Magento?

Image
We have been checking different CMS systems last week and we loved one of the technology from Wordpress. So what wordpress has which is not in Magento. That is " Gutenberg ". We must say we just fall in love with  Gutenberg.  Let's see What is Gutenberg and what it provides. Blocks: Create once and use any where on any page. Most Used:  Recently used block, which user can use over time. Common Blocks: Simple used blocks like Image, Paragraph, Heading, Gallery, List, Quote,Audio, Video, Cover, File included in this section. Formatting: Classic, Custom HTML,Table,Code, Verse, PullQuote, and Perfomatted. Layout Elements: Buttons, Columns, Media and Text, More, Page break, Separator, Spacer available to use for users from here. Widgets: Archives, Categories, Latest Comments and Latest Posts include on any page from here. Embeds: Various Facebook, Twitter, YouTube,Instagram etc embed code add from this section. Let's Have a Quic...

Magento 2 Installation Problems and Solutions

Magento 2 Installation Problems and Solutions Even after Magento 2 launched successfully still so many persons having a problem in an installation. So without wasting time , let's find out the issues and it's possible solutions. 1) PHP Version Error. Easy Solution of it is , just upgrade or downgrade PHP version as per suggestion on screen. 2) Composer not installed. Install the composer on root of the Magento 2 directory. Windows Installation :   Download the composer fro m   here . Command Installation:  php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('sha384', 'composer-setup.php') === '93b54496392c062774670ac18b134c3b3a95e5a5e5c8f1a9f115f203b75bf9a129d5daa8ba6a13e2cc8a1da0806388a8') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" php composer-setup.php php -r ...

Why you need to upgrade to Magento 2.3

Image
Why you need to upgrade to Magento 2.3 Just in last week magento has finally released version 2.3 with new feature and technology. What’s new in this , let’s find out. Best thing introduced in version is PWA STUDIO. Have you a question in mind What is PWA? Progressive Web App (PWA) is technology by which E-commerce owner can boost their website conversation ratio for mobile users. With PWA, App users (Amazon App) almost gone. Why gone? The simple answer is that PWA give give Application user experience. It’s good for no storage but feel like using an Application. So basically if i say, “Use XXX mobile but you feel like an iPhone.” Just kidding. To find out more about it read here . Next good thing introduced is Page Builder. Page builder is very useful for non-technical users. Drag and Drop, move html section from right to left, change width and height, make html page 2 rows to 3 rows, three columns to one column, easily create button and remove etc. Create and...

Cart Page Ajax - Magento

Image
Wondering to give breathtaking functionality for cart page. What can be done on cart page for that astonishing functionality? Having same question in mind though!! On cart need to update quantity or delete the product, but it always refresh the page and it involve time consuming. Sometimes even cart abandonment happens due to page loading. Well, all of the problem's solution lies in AJAX working for all actions. Pretty good!! No need to develop own module because here already coded extension for that. Volla!!! Extrembler AjaxCartUpdate v 1.0.1 Features: 1. Update cart page by ajax. 2. Easy to manage. 3. Mini cart, shipping section, cart total section update. 4. Efficiently work with RWD theme. Benefits: 1. Free support for first 1 year. 2. Open source so anybody can modify as per needs. 3. Work best with RWD theme. 4. Easy installation.  5. Less coded for better efficiency. 6. Trouble-free customization. Due to so...

Magento and Exam Preparation

Image
Last few days, so many magento developer emails us and asked us 'What to read for Magento Examination?'. Well, There are plenty of sources available on the web but still we will suggest some good sources for Magento examination.We have gathered many information but we are only summarizing over here from all data. Links can help: Magento Notes Dev Docs Magento For Magento 2 things need to check before exam: Magento architecture, Magento Composer. Models, data access, repositories, data searches. Magento system requirements (Linux, Apache/Nginx, Redis, etc.) Best practices, extending core functionality, plugins, preferences, overrides XML layouts, blocks, layout handles, UI components. API, creating new endpoints, usage of interfaces, authentication. If like efforts, Please share, comment and subscribe for future posts and inspire more.

Hosting and Goodies

Image
Magento 2 Hosting , but where to? Are you thinking to build to Magento 2 website? You have planned everything but confused about hosting. Don't worry we will have thoughts for you from where you can choose better hosting. Note : All hosting provider prices are as per October 2018. 1) Milesweb   Miles web is the very very good hosting company which we personally recommending. We have hosted many Magento and other framework website. 2) Hostgator India's leading hosting provider is Hostgator.  it is one of the good hosting provider. We have used Hostgator services in past and we have good experience with them. 3) GoDaddy GoDaddy is world wide known hosting provider. 4) Cloudways Cloudways gives more options with different hosting services. That makes it an unique. 5) a2hosting An a2hosting is another good hosting provider for magento framework. Although it prices are high but it still takes a place in our top 5 hosting provider. ...

Magento 2 - Open Orders

Image
Open Orders Magento is a great platform to build e-commerce website. It provides you all basic functionality for an e-commerce website need. At earlier stage of the website, number of orders are less for any customer. But as with time website become famous for buying stuff, it will become very difficult to handle orders due to number of orders increase and customers also take leap breakthrough. Well, Magento has great functionality called extension. An ERP extension available to handle all that order system. We will talk about good ERP modules later some time, let's talk about Open Orders. So what meant by Open Order ? Definition as per extrembler team :  All those orders which are not shipped yet are consider as open orders . Sometimes, it become hard to distribute orders which are open and under shipping progress. From admin side it is very easy to distribute those order using grid filtration but what about customers. So we are here with functionality calle...