XML Parsing Error in the Script

Issue User is experiencing “Error Parsing XML: The entity name must immediately follow the ‘&’ in the entity reference” whenever it triggers the script that prints the name of the Customer. Solution This error is caused by the ‘&’ in the Customer name of record wherein the script is reading this as an operator. In order to… Continue reading XML Parsing Error in the Script

PVB – Parked Vendor Bill List – update of status

Description We have a custom record named Parked Vendor Bill and need to perform the following changes to the account. We will add a new script to make the comparison between item receipt and vendor bill in the parked vendor bill. If based on the comparison a particular item receipt is fully billed, we will… Continue reading PVB – Parked Vendor Bill List – update of status

How to Set & Remove Cookie in React

Install Cookie Package & Config We’ll use the react-cookie package. It’s very popular. Run the below command to install it: Now we have to import the CookiesProvider component from the react-cookie package and wrap your root app component with it. Set Cookie To set a cookie, we need to import the useCookies() hook from the react-cookie package. Access Cookie We can retreive the user cookie… Continue reading How to Set & Remove Cookie in React

Steps To Create a Promotion Feed Record

1.Go to Go to Lists > Feeds > Product Feeds > New. 2.In the Name field, enter a title to help you identify the promotion feed.This is particularly useful if you need to create several promotion feeds to separate your items into smaller product feeds. 3.In the Feed Description field, you can add a detailed… Continue reading Steps To Create a Promotion Feed Record

Adding Details of Related Credit Memo In Sales Order Record

The client wants to add the related credit memo details with the link of credit memo page of invoices originated from sales order. To add the the credit memo details we need to add a saved search and link this in a sublist of the sales order record. But we can’t add the credit memo… Continue reading Adding Details of Related Credit Memo In Sales Order Record

Using CheckBoxes for products in PLP Page -magento

Here we are trying to use checkboxes for the products and select a product individually from the list All the opertions are taking place at Magento_Catalog/product/list.phtml Here is script for making a single selection of the product: we also need to link a jqurey api of cloudflare for this functionality. it is linked using require.js… Continue reading Using CheckBoxes for products in PLP Page -magento