hi everyone, I hope you are doing good, I want to ...
# suitecommerce
m
hi everyone, I hope you are doing good, I want to do some modification in SuiteCommerce MyAccount site. Like i want to add new tab under overview and similarly i want to change the order of the columns as shown in below. I would appreciate if someone can help me on this. Regards,
s
1. To add a new tab, you'll need to use the MyAccountMenu extensibility API component (see https://system.netsuite.com/help/helpcenter/en_US/APIs/SuiteCommerce/Extensibility/Frontend/MyAccountMenu.html#newmyaccountmenu) 2. To change the columns, you will need to use the configuration record: specifically, the Transaction List Columns subtab (https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1544554335.html#Transaction-List-Columns-Subtab)
m
In tpl file columns are not showing as you can see in below image
Can I modify JS files to show/hide some data if yes can you share the path
One more thing can i replace My Account overview page with Account Balance
s
In tpl file columns are not showing as you can see in below image
I don’t know what you mean. In any case, why are you trying to change the columns in the template?
Can I modify JS files to show/hide some data if yes can you share the path
This is an incredibly vague question, so I will give you the vague answer of ‘yes’. Could you be more specific?
One more thing can i replace My Account overview page with Account Balance
I’m not entirely sure what you mean by this either. The ordering? The content of the page? It sounds like you’re asking a lot of basic/vague questions so I would suggest doing the LCS training courses on web store administration, reading both the ‘store front’ and ‘commerce developer’ documentation, and attempting the coding tutorial on the developers.suitecommerce site first
m
Thanks @Steve Goldberg for your help. Although I don't have LCS access but I'll do as i get the access.
@Steve Goldberg When we are showing Transaction Columns List in My Account section of website configuration, is it possible to show column form another table like if I'm showing
opportunity
it is showing opportunity Id rather then
opportunity
name. How can i show the another field of the table something like
opportunity.title
but it is not working