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
Month: July 2021
Domain Redirect
To add a redirect to a original domain if the domain we navigating does not contain www in it.For eg:Forward https://transquip.co.nz/ to https://www.transquip.co.nz/ RequirementTo forward a domain https://xyz.com to https://www.xyz.com Our SolutionFor this, we need to add the domain that needs to be redirected to the Domain record.Then we have to add an SSL certificate.… Continue reading Domain Redirect
Surcharge Fee for Credit Card Payment in magento2
If you would just like to add the 3.5% surcharge without showing it as a separate component you could hook into the event: sales_quote_save_before and sales_quote_address_save_before and write code to add 4.5% surcharge to quote and address grand total if $quoteObject->getPayment()->getMethod() == ‘cc’ Here are the steps I would have followed to implement the above… Continue reading Surcharge Fee for Credit Card Payment in magento2
Set price level for webstore customers
Auto-populate the Price Level for any new customers created through the web store to a particular price level.Jira code:SQUIP-281 RequirementTo set a default price level for the new customers. Our SolutionWe need to set the field value as the default price level for the new customers using workflow.Using a workflow set an action to set… Continue reading Set price level for webstore customers
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
Total Workflow of ShopVOX
Total Workflow of ShopVOX DashBoard Warning Messages are highlighted in red for immediate attention Sales leads Sales leads can be the starting point for your sales process. You can also start from a Quote as well. The importance of a sales lead is collecting all the information needed to generate a quote. A typical Sales… Continue reading Total Workflow of ShopVOX
Amortization Feature
Amortization Feature
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
Items missing from webstore
OTGN-112 Requirement/Issue I have set up access to our eCommerce for a customer in New Zealand called Safesmart access. I have logged in as a contact of theirs: ben.f@easyaccess.co.nz When i am in SCA, i search for Home > Products > Hand Tools > Plastering & Drywall Tools > Joint & Taping Knives It tells… Continue reading Items missing from webstore
Automate purchase request creation from a sales order
The client would like to create a Purchase request whenever a user creating a sales order in their system. We have been informed about the special purchase order facility & dropship order facility available in Netsuite. But they need approval from the supervisor before a purchase order creates. Proposal summary This proposal covers the requirement… Continue reading Automate purchase request creation from a sales order