In SCMA wbsite recent invoices list was showing client want to show recent sales order there.For that created an extension and updated the model to change the filter. suitescript file: JJ.OverviewHome.OverviewHome.Model.js: javascript : JJ.OverviewHome.OverviewHome.js:
Tag: overview
SCMA extension to update overview page recent transaction list
In website recent invoices list was showing client want to show recent all transactions there.For that created an extension and updated the model to change the filter. suitescript file: JJ.OverviewHome.OverviewHome.Model.js: javascript : JJ.OverviewHome.OverviewHome.js:
How to add a new section for showing the profile name only in the top of the my account overview section
Scenario:Add the name of the customer logged in the below marked section in the myaccount overview page. Solution: We can either use extension or SMT.The simplest method will be using SMT.We can create a SMT area in the my account overview home page and this section will only appears in this page. We can get… Continue reading How to add a new section for showing the profile name only in the top of the my account overview section
Requirements to create new section ‘Customer Statement’ in the overview page using child view in extenion .
We can create new section (‘Customer Statement’) in Overview page by using childview in extension. Here we display the Print Statement from MyAccount section. Extension: Template: <div data-view=”Overview.statement” ></div>