My Account Theme Area Templates for SuiteCommerce

Customize the My Account area in SuiteCommerce with template files and data-view placeholders for enhanced user experiences.

·2 min read·View Oracle Docs

The My Account theme area in SuiteCommerce provides various template files and data-view placeholders that control how user account functionality is presented on your site. Understanding these templates is crucial for developers aiming to customize the user experience effectively.

My Account Area Templates

The following table outlines the template files associated with different components in the My Account area, along with their corresponding data-view placeholders:

AreaTemplate FileData-ViewLocation
ACH Payment Instrumentpaymentinstrument_ach.tpl
paymentinstrument_ach_edit.tpl
paymentinstrument_ach_edit_form.tpl
paymentinstrument_ach_list.tpl
Address Bookaddress_list.tplAddressBook.AfterAddressesList.address-list
Overviewoverview_home.tplOverview.AfterRecentPurchases.overview-home-order-history-results-container
Payment Methodspaymentmethod_creditcard_list.tplPaymentMethods.AfterMethodsList.paymentmethod-creditcard-list
Profile Informationprofile_information.tplProfileInformation.CustomFields.contact_info
Purchase Details - Itemsorder_history_summary.tplPurchaseDetails.AfterItemLines.order-history-packages-accordion-container
Purchase Details - Summaryorder_history_packages.tplPurchaseDetailsSummary.AfterTitleAfter .order-history-summary-summary-title
PurchaseDetailsSummary.AfterSubtotalAfter .order-history-summary-summary-subtotal
PurchaseDetailsSummary.AfterTotalAfter .order-history-summary-summary-total

This structure allows for extensive customization options within the My Account section, enabling businesses to tailor the user experience to meet their specific needs.

Final Note

Familiarity with template files and their associated data views can significantly enhance the capabilities of your SuiteCommerce implementation. Make sure to review related areas like the Checkout Theme Area and the Shopping Theme Area for more comprehensive customization options across your eCommerce platform.

Source: This article is based on Oracle's official NetSuite documentation.

Frequently Asked Questions (4)

Which template files are used for customizing the ACH Payment Instrument section in the My Account area of SuiteCommerce?
The template files used for customizing the ACH Payment Instrument section are `paymentinstrument_ach.tpl`, `paymentinstrument_ach_edit.tpl`, `paymentinstrument_ach_edit_form.tpl`, and `paymentinstrument_ach_list.tpl`.
How can I customize the address list in the My Account area using templates?
To customize the address list, you would use the `address_list.tpl` template file and the `AddressBook.AfterAddressesList` data-view placeholder located at `.address-list`.
What data-view placeholder should be used to add custom fields to the profile information in SuiteCommerce?
The `ProfileInformation.CustomFields` data-view placeholder is used to add custom fields to the profile information, and it is located in the `.contact_info` section.
Where can customization placeholders be placed in the Purchase Details Summary section?
In the Purchase Details Summary section, placeholders can be placed after specific elements like `.order-history-summary-summary-title` for `PurchaseDetailsSummary.AfterTitle`, `.order-history-summary-summary-subtotal` for `PurchaseDetailsSummary.AfterSubtotal`, and `.order-history-summary-summary-total` for `PurchaseDetailsSummary.AfterTotal`.
Source: My Account Theme Area Oracle NetSuite Help Center. This article was generated from official Oracle documentation and enriched with additional context and best practices.

Was this article helpful?

More in Commerce

View all Commerce articles →