When we need to place stripe payment on the custom as well as the checkout page we need to configure the stripe on the page. Simplest way to configure a stripe on a page is It will dispay a stripe payment button on page. While click on the button stripe payment popup will display and… Continue reading Stripe configuration in a page
Month: December 2022
Creating Custom Record Types
To create a custom record type, perform the following steps: Creating a New Custom Record Type. Entering Name and Display Settings. Specifying Permission and UI Settings. Configuring File and Child Record Settings. Defining Search and Edit Settings. To create a custom record type, click Save. Note: To enable Quick Views for your custom record, use form… Continue reading Creating Custom Record Types
Gets information about the current display options in PLP Page.
getDisplay() → {Display} Description Gets information about the current display options, such as the number of columns displayed, the display option ID, and the display option name. This method works only when the current view is the search page.
HP ALM-Quality Center(QC) Testing Tool
HP ALM (Application Life Cycle Management) is a web based tool that helps organizations to manage the application lifecycle right from project planning, requirements gathering, until Testing & deployment, which otherwise is a time-consuming task. In its earlier avatar as HP Quality Center, the test management tool was developed by Mercury interactive. HP ALM is… Continue reading HP ALM-Quality Center(QC) Testing Tool
How to Set Up Special Price Magento 2
To Set Up Special Prices in Magento 2: 1. Navigate to Catalog > Products and choose the product you want to configure the special price for. 2. Scroll down to the Price field and click on Advanced Pricing. 3. Enter the Special Price you want customers to see during the sale period. 4. Set up the Special Price From and To date to define the time when the special price… Continue reading How to Set Up Special Price Magento 2
Creating an Item Receipt from a Return Authorization
When an RMA has been approved or if it does not require approval, the record is set to Pending Receipt status. The option to create an item receipt is displayed only in view mode. Note: For replacement claims, if your account has the Ship Replacement in Advance preference enabled, you have the option to create a sales… Continue reading Creating an Item Receipt from a Return Authorization
Display Total Weight Per Line Item (Individual Item Weight x Quantity)
Scenario The user would like to calculate the item’s weight by quantity * weight per line in Sales Order transaction. Solution 1. Navigate to Customization > Lists, Records, & Fields > Transaction Columns Fields > New. 2. Set the following: Label = Item Weight Type = Decimal Number Store Value = False 3. Under Applies To tab, mark the Sale checkbox. 4. Under Sourcing… Continue reading Display Total Weight Per Line Item (Individual Item Weight x Quantity)
Serial Number of Inventory Detail
Refer the following sample code for fetching the serial number from inventory details into advanced PDF template
When the tab is switching, how do I uncheck a check box using Jquery?
document.getElementById(‘paidli’).onclick = function() { $(‘input:checkbox’).prop(‘checked’,false); checkboxes.prop(‘checked’,false); } We can set the checked status to false using props.
Item Saved Search Throws an Error: “Your formula contains a reference to a field for which you do not have a permission”
Item Saved Search Throws an Error