Hide The Reorder Button Under Purchase History for Restricted items

Scenario:Restrict a customer to purchase/reorder the items from the purchase history detail page if the item is not enabled for the customer subsidiary. For example, if the item is available only in AU, NZ, and USA, then it should be visible only for those domains. Remove from the other domains. Solution: We can extend the… Continue reading Hide The Reorder Button Under Purchase History for Restricted items

How to Convert ship method into abbreviated form for displaying in the SCA website.

In the NetSuite the ship method values contains 2 or three words in it for example: “3rd party FedEX” so if any client wants to display on the the abbreviation or a single word we can use the following javascript for converting the ship method. Example: “3rd party FedEX” can be converted into FEDEX and… Continue reading How to Convert ship method into abbreviated form for displaying in the SCA website.