Sunday, July 7, 2019

Reference My Account > Customize text "We have no orders on file for this account" on Overview page


Reference My Account's Overview displays a section for Recent Orders. By default, if a shopper logs in with no placed orders the Recent Orders section will display a message "We have no orders on file for this account". Users can modify this text by editing the file recent_orders_widget_macro.txt.



Requisites:

1. Custom My Account folder is already populated with files copied from the Reference My Account folder.
2. Setup > Site Builder > Set Up Web Site > Touch Points tab:
Name: View Customer Center
SSP Application: Custom My Account

Steps:

1. Navigate to Setup > Site Builder > Web Site Hosting Files.
2. Navigate to SSP Applications > NetSuite Inc. - My Account > Custom My Account > templates > home > macros folder.
3. Edit recent_orders_widget_macro.txt.
4. On Line 34 is <p><%= _('We have no orders on file for this account.').translate() %></p>
5. Change the text inside the parenthesis. For example:
<p><%= _('You have no orders yet on our web store.').translate() %></p>
6. Save.

 

No comments:

Post a Comment