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
Category: Magento
Create a simple module in Magento 2
To develop a custom module. Basically, Magento 2 custom modules are available in the app/code directory with the format of app/code/VendorName/ModuleName. How to create simple module steps are shown below: Directory for the module Configuration for the module Registration for the module Front-end router file Controller file Block file Front-end layout file Front-end template file Install… Continue reading Create a simple module in Magento 2
Product CSV import in magento2
Magento supports different CSV imports such as product, customer address, additional prices etc. Logged in to Magento backend and navigate to System->Data Transfer->import Select the entity type, and choose the import behaviour such as add or update / replace method.Add the file to import.Resolve the issues while import csv and verify the csv file. Thank… Continue reading Product CSV import in magento2
To rebuild the webforms Recaptcha extension in magento1.9
Requirement:This document summarizes the Recaptcha implementation in webforms extension in the Magento(1.9) website. The Recaptcha implementation in webforms to prevent unauthorized form submission on the Magento(1.9) website. Solution: To implement the Recaptcha on the forms in Magento1.9 follow the below-mentioned steps1. Go to Magento backend system->configuration->customer->customer configuration->captcha enable recaptcha on backend 2. Integrate the Recaptcha… Continue reading To rebuild the webforms Recaptcha extension in magento1.9
How to Show/Remove Breadcrumbs to CMS Page in Magento 2
Steps to Show Breadcrumbs to CMS Page in Magento 2 : Login to Admin Panel. Go to Stores -> Configuration -> General -> Web and expand Default PagesFieldset. Go to Show Breadcrumbs for CMS Pages and select options. Select Yes for display breadcrumbs on CMS page and No for hide breadcrumbs on CMS page. Save Configuration. You can manage hide and show breadcrumbs
How to add Slick Carousel and apply it on product list widget on Homepage.
Installing Slick 1.Add or download the latest version of the slick version 2.Unzip the downloaded folder and copy slick.min.js to 3.Create or edit require the js-config.js file in 4.Open require js-config.js and copy/paste this code: 5.Create a “vendor” folder in Copy slick. less and slick-theme. less into it. 6.Clear cache and deploy files 7.Open frontend,… Continue reading How to add Slick Carousel and apply it on product list widget on Homepage.
Set Up Magento in google cloud platform
After creating a new project create a new VM instances for manage the server, go to compute engine -> VM Instances. And create a new VM instances Please make sure these fileds are filled when creating New VM instance Set name, Region, Zone Set machine type RAM which is a minimum of 3GB to run… Continue reading Set Up Magento in google cloud platform
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