I don't think using your own master page is a wise decision. The current architecture allows you to create completely customzied layout. What you need to do is just adding customized usercontrols to the master blocks.
The redirect code is buried in the core business component dll. If you want to go with your own version of master page, remove the following line from module.config, which has the url redirect entries.
<add name="CheckoutComplete" blockTypeId="28" isSecure="true" directLinkDisabled="true" />
And then create your own Web\Store\CheckoutComplete.aspx file.
DotShoppingCart Staff
|