Gets all the subitems of a matrix item. getAllMatrixChilds returns an array of objects. Each object in the array is a subitem of the matrix item. The following example shows how to use the method and what a simplified version of an object in the array might look like.
Author: Radhika R
How to get getStockInfo() in pdp page
Gets information about the inventory of the item, such as whether the item is in stock, the quantity in stock, and the in-stock and out-of-stock messages. If the item is an inventory item, it returns the available quantity of the item. If the item is a matrix item and subitems are filtered (with getSelectedMatrixChilds()), it… Continue reading How to get getStockInfo() in pdp page
_each function in javascript
We can use _each and avoid for looop.We will get each array element and we can use these values as desired.
Add sort by category in wishlist page
Extend ‘ProductList.Details.View’ and sortOptions and set value and name in sort optionsortOptions: _.extend(ProductListDetailsView.prototype.sortOptions,[{value: ‘category’,name: Utils.translate(‘Sort by category’)}, ]} Extend ‘ProductList.Item.Search’ search function and add the below code in that function.if (sort_column === ‘category’) {sort_column = ‘sort’;}} Also update searchHelper function Add the sort option in productListItemColumns. ‘custrecord_thr_sort’ is a custom field in productlist and based… Continue reading Add sort by category in wishlist page
Proposal For Add Payment Link To Invoice
Proposal Summary This proposal covers the scope of adding Payment Link to Invoice in Second Source Rx website. Requirement Requirement is to Enable the Feature ‘Payment Link’ to Invoice. So, a customer can make payment from the invoice. Our Solution Enable the ‘PAYMENT LINK’ feature Go to Setup->Enable feature Transactions ->Payment Processing We will… Continue reading Proposal For Add Payment Link To Invoice
Proposal For Add the Stripe payment link to Invoice PDF
Proposal Summary This proposal covers the scope of adding the stripe payment link to the Invoice PDF of Thermoguard. Requirement Requirement is to add the stripe payment link to the Invoice PDF. Our Solution It is possible to add the stripe payment link to the Invoice PDF. Solution 1 If we create invoice through sales… Continue reading Proposal For Add the Stripe payment link to Invoice PDF
Proposal For Order form Sort by Sub category
Proposal Summary This proposal covers the scope of sorting the items by sub category in the Order form of Point Australia website. Requirement The website order form is now sorting the items with parent category only. The items need to be sorted based on the subcategory as well. For example, Point Accessories: Category=Hair, Sub-category=Elastics. Current Working … Continue reading Proposal For Order form Sort by Sub category
Proposal for Remove Sort By Priority From The Sorting Drop-Down Menu
Proposal Summary This proposal covers the scope of removing ‘sort by priority’ from the sorting drop-down menu of the order form in the Point Australia website. Requirement Requirement is to remove “sort by priority” from the sorting drop-down menu in order form. Our Solution It is possible to remove the ‘sort by priority’ option from… Continue reading Proposal for Remove Sort By Priority From The Sorting Drop-Down Menu
How to hide email preference section in MyAccount
Extend ‘MenuTree.View’, ‘Header.Menu.MyAccount.View’
Proposal For Checkout Pickup Option
Proposal Summary This proposal covers the scope of implementing pickup option in checkout page in Thermogard websites. If pick up selected, display a dropdown from which the customers could choose the pick-up location from the available list. Requirement The customer’s needs to have the ability to select pickup option for their order. When they choose… Continue reading Proposal For Checkout Pickup Option