Adding “Purchase History” link in Order confirmation mail.

We can add “Purchase History” link in Order confirmation mail in the email template so that the customer can easily track their order, On adding the static link where ?fragment=purchace will navigate to MyAccount “Purchase History page” even after Login In otherwise it will navigate to MyAccount Overview page.

Suite commerce: Fixes on The latest Release

Fixes Fixed an issue that prevented customers from toggle viewing all items included in their order. This issue occurred when customers used a mobile device to access the My Account > Purchases > Purchase History area of a Commerce website and clicked on Purchase Order for an order with a status of Pending Approval or Pending Fulfillment. In some cases,… Continue reading Suite commerce: Fixes on The latest Release

How to create a search by Purchase Number search box to search for all the purchases that the customer has made.

Description: We can use this solution to create a Search by Purchase Number search box to sort the purchase order history based on the user-entered criteria. JavaScript: _.extend(OrderHistoryListView.prototype, {           template: jj_order_history_list_tpl,           //initilize function is extended to get the purchase history details from the SuiteScript.  … Continue reading How to create a search by Purchase Number search box to search for all the purchases that the customer has made.

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.