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
Tag: Magento
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
Restlet to create a Quote
To create a Quote from Magento website using Reslet.
Restlet suite script 1 — Sales Order creation.
Suite script 1.0 for sales order creation from external sources.
Get Quote Details — Restlet
To show Quote details on the website using Restlet.
Fetch Company Details — Restlet.
Restlet is used to fetch the company details and then send back the JSON file.
Contact creation API — Restlet
Restlet to create a contact for an existing customer.