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

How to update a custom field in product list items when add items to the wish list

Extend ‘ProductList.Item.Model’ and update the create function. when we add items to wish list a record is created in product list items,after creating the record we will get a internal id of the created record. So we can use ‘nlapiSubmitField’ to set value in custom field. For eg- We have Brand,Product category field in product… Continue reading How to update a custom field in product list items when add items to the wish list

Proposal For Group By Categories in Wishlist page

Proposal Summary  This proposal covers the scope for the implementation of grouping the items By Categories in Wishlist page in Point Australia website.  Requirement  Items that are currently on order form needs to be grouped by categories in Wishlist page.  For example, if a customer adds 3 different types of Incense sticks on order form,… Continue reading Proposal For Group By Categories in Wishlist page

Proposal For Pallet notes and Fee

Proposal Summary  This proposal covers the scope of, implementing Pallet Notes and Fee  in the Thermoguard website domains.  Requirement  Implementing to charge customers for their pallets used. Anything over 10 cartons needs a pallet, and a pallet holds 32 cartons. So, for every 32 cartons of gel packs, it will be an additional $20.  … Continue reading Proposal For Pallet notes and Fee

How to get the check box value in javascript file and pass value in model

create a custom record in netsuite . For eg field id is ‘custentity_jj_tac’ In html page set input id,name as custom record id and set a data action . set data action in events and in binding also set the custom record id also write a code for change event and in that function we… Continue reading How to get the check box value in javascript file and pass value in model

How to solve wishlist Loading / internal error

If wish list is not loaded If wish list is not loaded thereWe can check wish list details in customer record Or go to customization->List,Record,&fields-> Record The error may be due to the items in wish list. check whether items Display in Website is checked or not. Remove items one by one. Then the error… Continue reading How to solve wishlist Loading / internal error