BigComemrce has recently given updates about the Node-Sass Compiler. Node-Sass compiler is important in utilizing the SCSS in the store theme. BigCommerce is closing the support for node-sass from January 21, 2024.
Author Archives: Ramnath
In the Context of Salesforce, Release notes are the official documents published by Salesforce that provide details about the changes, new features, improvements, and bug fixes in each software release. Salesforce Summer’23 Release Notes is the latest release published by Salesforce. Salesforce has posted release notes for every aspect of Salesforce with hundreds of innovations.
Most of the time, we integrate external systems to sync the customer, order, or transactional information. For this syncing, we can use push technology to push the information to Salesforce when a certain event is triggered. In this article, we will create Shopify and Salesforce Integration with Shopify Webhook.
In Magento 2, when you create a grouped product, you basically add simple and virtual products to the group. You can also add simple products with custom options to grouped products. Basically, custom options provide some additional choices to the customer for which they pay some additional price. In this article, you will learn to create a simple product with custom options and add it to a grouped product.
While creating or editing a product in Magento 2, we add images for the product on the Product page. You can also add videos while editing or creating a product from external resources (Vimeo and YouTube). In this article, you will learn how to add YouTube video on the Product page.
In Salesforce, Process Builder is a powerful automation tool that allows users to automate processes and workflows. It is a declarative tool and does not require even a single line of code. By using the process builder, users can almost automate everything from everyday tasks such as approvals and follow-up emails to more complex processes such as order renewals and new-hire onboarding.
Salesforce Flow is a powerful automation tool in Salesforce that allows users to build guided processes in Salesforce. A flow looks very much similar to a flowchart. Basically, flow builder is used for creating flows in Salesforce. Flow builder is a primary and declarative tool that does not require any coding knowledge to create and manage flows.
We can create an AI chatbot in Salesforce using Apex classes & LWC or using Fetch API in LWC. In both methods, we use the API key of ChatGPT. ChatGPT is an Artificial Intelligence(AI) chatbot developed by an AI research agency, OpenAI. We can use ChatGPT as a chatbot, virtual assistant, language translator, content generator, etc. In this blog, we use Fetch API in LWC to create the chatbot.
There are lots of ways to integrate ChatGPT and Salesforce. We can integrate ChatGPT and Salesforce in different ways and by using different methods. Basically, we use ChatGPT API for the ChatGPT and Salesforce integration. In this blog, we’ll use ChatGPT API for ChatGPT and Salesforce integration by using Zapier.
Lightning pages are the custom layouts that allow us to add custom entities to a page and are created using Lightning components. Lightning components are reusable and customizable components that are created using a combination of HTML, JavaScript, and CSS.
Third-party JavaScript libraries are pre-written JavaScript code packets that are developed to make the developer’s tasks easier, such as DOM manipulation, event handling, animations, and visual effect creation. We use these libraries in web pages with a tag or we install them using package managers like npm.
Salesforce DX is a suite of tools that simplify the entire development lifecycle. It enhances the team’s development and facilitates automated testing and continuous integration, making the release cycle more efficient and agile.