Yes. uCommerce will look up the tabs for the page in the database based on the type of the page. Just make sure that you stick to the convention.
To get the tabs rendered at the top of the page you must use the UmbracoTabView master page for you new page and implement the IHasTabView interface. This will give you a standard tabbed view.
You can take a look at EditProduct.aspx in dotPeek or Reflector to see some more details on how to do it.
New admin page
Hi,
Is it possible to add a new admin page to "uCommerce_AdminPage" so that i can then add tabs in the same way as described here: http://blog.lasseeskildsen.net/post/Extending-uCommerce-Admin.aspx
Thanks,
Matt
Yes. uCommerce will look up the tabs for the page in the database based on the type of the page. Just make sure that you stick to the convention.
To get the tabs rendered at the top of the page you must use the UmbracoTabView master page for you new page and implement the IHasTabView interface. This will give you a standard tabbed view.
You can take a look at EditProduct.aspx in dotPeek or Reflector to see some more details on how to do it.
is working on a reply...