Get all matrix items in pdp page

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.

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

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