Magento Extension Development- Simple Method

Magento Extension Development Magento consists of different modules for different purposes . Module is a structural element of Magento 2. A module can be created externally or from reusable modules inside the vendor/folder.The location of the new module created is in app/code/(new_module)/.The main use of the module is for customization in Magento. Steps for creating… Continue reading Magento Extension Development- Simple Method

Netsuite – Magento Integration

Integrate between NetSuite an Megento. Proposal summary This proposal covers the  integration between Magento and netsuite. The solution covers the integration for entities, items, order to cash transactions. It will also include the one time sync of historical transactions. Requirement  Objective: get all Netsuite customer, contact, order to cash history (approx 10 years) into Magento2,… Continue reading Netsuite – Magento Integration

Vertical sidebar menu-Magento

Using codazon extension installed in the admin panel we can create the vertical sidebar menu. Codazon-> Create new mega menu. Created vertical menu for pages brands, products, application.  To edit the UI of vertical menu add HTML code to each category design part. The added code is given below: Catalog->categories->select category->design <referenceContainer name=”content”> <referenceBlock name=”catalog.compare.sidebar”… Continue reading Vertical sidebar menu-Magento

Download files facility installed / operational-Magento

By following the steps below we can attach PDF file to the M2 site Go to admin.>stores>configuration>MageWorx attachments>Manage attachment>Add New attachment. Give a name for the file to be attached. Specify the download limit, upload the file> select the customer group> click active. Now to add the file to the corresponding text in the website,… Continue reading Download files facility installed / operational-Magento