Is there a startkit avaiable or anyone converted the current starterkit to use MVC Views instead of MasterPages? I'm in bad need of one, or I will have to convert hele whole ting, to be able to use the new Umbraco api's.
We dont have a MVC starter kit but we have it planned as we want to use it our self :) I don't have a timeframe for it. But you could create one and share it with the Umbraco community
I'm integrating TeaCommerce with an MVC Umbraco 6 site right now. Being new to MVC I had hoped that I'd be able to use a lot of the Starterkit code but I've found that the two do not gel in some ways.
In the Starterkit when you change the variant product in the dropdown there's a bit of script that calls renderTemplateFile to get and display the details of the product. Render renderTemplateFile requires that the file be and XSLT or Razor macro script. My file however is a MVC Partial View.
I'm probably going to have to write my own script to get it but thought I'd ask if there was a quick solution.
There isn't a quick solution because we have not implemented the starter kit in fully MVC and found the small holes to close. But this is one of them. Thanks for reporting :)
TeaCommerce Starterkit MVC Views
Is there a startkit avaiable or anyone converted the current starterkit to use MVC Views instead of MasterPages? I'm in bad need of one, or I will have to convert hele whole ting, to be able to use the new Umbraco api's.
If it's not avaiable yet, any time frame?
Hi
We dont have a MVC starter kit but we have it planned as we want to use it our self :) I don't have a timeframe for it. But you could create one and share it with the Umbraco community
Kind regards
Anders
I'm integrating TeaCommerce with an MVC Umbraco 6 site right now.
Being new to MVC I had hoped that I'd be able to use a lot of the Starterkit code but I've found that the two do not gel in some ways.
In the Starterkit when you change the variant product in the dropdown there's a bit of script that calls renderTemplateFile to get and display the details of the product. Render renderTemplateFile requires that the file be and XSLT or Razor macro script. My file however is a MVC Partial View.
I'm probably going to have to write my own script to get it but thought I'd ask if there was a quick solution.
Regards,
Matt
Hi Matt
There isn't a quick solution because we have not implemented the starter kit in fully MVC and found the small holes to close. But this is one of them. Thanks for reporting :)
Kind regards
Anders
is working on a reply...