VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: jenkinhill on October 16, 2007, 13:10:08 PM

Title: View order link from order email breaks template
Post by: jenkinhill on October 16, 2007, 13:10:08 PM
When following the "View the order" link from a product order email the order detail panel opens in the main site template, together with the VM admin menu. This breaks the layout. Surely we do not need the VM admin menu at this stage?
Title: Re: View order link from order email breaks template
Post by: Soeren on October 17, 2007, 11:05:57 AM
We need it.
The Order List is an Administrator Function, so the Admin Menu is displayed.
But what we could change is "index.php" to "index2.php", so no other modules are displayed.

ciao, Sören
Title: Re: View order link from order email breaks template
Post by: jenkinhill on October 17, 2007, 16:05:48 PM
That makes sense to me. I just tested the link using index2.php and it works just fine.