Manifest Desires

Manifest Desires

The Billionaire Brain Wave

The Billionaire Brain Wave

The Divine Praye

The Divine Prayer

The Genius Wave

The Genius Wave

Wealth DNA Code

Wealth DNA Code

Top 10+ Magento 2 Responsive Themes

Top 10+ Magento 2 Responsive Themes The ecommerce platform has great success fulfilling the needs of the ecommerce industry because which have great features and advanced functionalities that no many platform is providing. In that case, Magento 2 has had a great revolution which currently on boom ! and made great progress in recent years. […]

Read More

Create Magento 2 Custom theme

Create Magento 2 Custom theme Create Magento 2 Custom theme firstly we need to set mode as developer you know magento have three type mode: Default Mode Developer Mode Production Mode Run blow cammand set mode as developer php bin/magento deploy:mode:set developer Step 1 – Create theme.xml Create theme directory app/design/frontend/techdiv/techdivtheme app/design/frontend/techdiv/techdivtheme/etc/theme.xml <theme xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:Config/etc/theme.xsd”> […]

Read More

How to create custom layout page magento 2

How to create custom layout page magento 2 Magento 2 have great feature to create many custom layout pages Creating layouts.xml and define page_layout Magento default layouts: -Empty -1 column -2 columns with left bar -2 columns with right bar -3 columns Steps to create new layout page. USING MODULE 1 – Create Namespace/Module/view/frontend/layouts.xml USING […]

Read More

Custom API for Magento 2

Custom API for Magento 2 API stands for Application Programming Interface which allow you access the data from an application. Two kinds of the web APIs: REST (Representational State Transfer) SOAP (Simple Object Access Protocol). How to create custom API Module: Magento 2. To generate access token inside for your Magento 2 store navigate to […]

Read More