Discussions
Reference My Account - Menu Item to open in existing window
Wonder if anyone else has gone further to customise My Account Reference Module and could provide some help in this.
I have added a new menu item to Profile.js to open a Saved Search using the codes below
, {
id: 'loyaltypoint'
, name: _('My Loyalty Points History').translate()
, url: '/app/common/search/searchresults.nl?searchid=48'
, index: 6
}
When I click on the 'My Loyalty Points History', it opens up the Saved Search.
Cool! however, it opens the Saved Search in a separate window that does not have the Header, Menu and Footer. Just the Saved Search itself with a totally different look as the rest of the website.