Hi, Maybe it is a bit rude to ask for fast answer but i need it to be solved this evening tho. I would appreciate if you answer the questions also if it is only 1 question of the thing i listed below. All help is welcome :)
How can i change the Mailfrom: in the cultirazor contact from? I implemented it like: @Umbraco.RenderMacro("Contactform") in my template. Because if i do it on another way i can't see my layout.
Installing ucommerce but i don't get it in the left toolbar yet it says that ucommerce is installed. I heard something about SQL CE that it doesn't work with that. Well i tried to change to SQL server but i didn't go as i want. I had to begin over because i couldn't log in on umbraco anymore :/
When a user logs in he can use the page webshop (wanna make that with ucommerce, some explanation about howto is allways welcome). If a user is not logged on, he can't use the page.
I will try to answer your questions, I can see from one of your earlier posts, that you are running Umbraco 7.1.3.
I think the reason why you don´t can change the email adress in the cultirazor contact from it´s because the package is not compatible with the version 7 of Umbraco. The cultirazor contact from is written in the old legacy razor, called DynamicNode razor, so you need to make some rewrite to get working with the Umbraco 7.1.3. I use what is called Partial View Macros or views.
If I understand you last question correctly, you want the users only to be able to see the shop if they are logged in. If this the case you need to create at login functionality, and set up role based protection, or single protection.
I hope I have answered at least some of your questions, and please do not double post your questions, people do what they can to help you and woul love to help as much as possible.
Need some fast answers.
Hi, Maybe it is a bit rude to ask for fast answer but i need it to be solved this evening tho. I would appreciate if you answer the questions also if it is only 1 question of the thing i listed below. All help is welcome :)
How can i change the Mailfrom: in the cultirazor contact from? I implemented it like: @Umbraco.RenderMacro("Contactform") in my template. Because if i do it on another way i can't see my layout.
Installing ucommerce but i don't get it in the left toolbar yet it says that ucommerce is installed. I heard something about SQL CE that it doesn't work with that. Well i tried to change to SQL server but i didn't go as i want. I had to begin over because i couldn't log in on umbraco anymore :/
When a user logs in he can use the page webshop (wanna make that with ucommerce, some explanation about howto is allways welcome). If a user is not logged on, he can't use the page.
Maxim
Hi Maxim,
I will try to answer your questions, I can see from one of your earlier posts, that you are running Umbraco 7.1.3.
I think the reason why you don´t can change the email adress in the cultirazor contact from it´s because the package is not compatible with the version 7 of Umbraco. The cultirazor contact from is written in the old legacy razor, called DynamicNode razor, so you need to make some rewrite to get working with the Umbraco 7.1.3. I use what is called Partial View Macros or views.
Alternatively you could take a look at the Contour package, I know this is a commercial package, and it´s not for free. But with this package your users can creates forms as they need. http://umbraco.com/products/more-add-ons/contour.aspx or http://our.umbraco.org/projects/umbraco-pro/contour
Here is some documentation on how you can transform from DynamicNode razor to Partial View Macros. http://our.umbraco.org/documentation/reference/templating/macros/Partial-View-Macros/
The uCommerce, is not supports the SQLCE database yet, and I don´t know if there are any plans for support the SQLCE database, you can see the system-requirements here: http://www.ucommerce.net/en/support/system-requirements.aspx Try to see my answer in this thread: http://our.umbraco.org/projects/website-utilities/ucommerce/ucommerce-support/46449-loading-razor-store-server-error?p=0#comment166523
You will need to change from using a SQLCE database to a MSSQL database, I have made a guide how you can do it with webmatrix, see my answer here: http://our.umbraco.org/forum/umbraco-as-a-service/general-questions/53347-Webshop?p=0#comment185627
If I understand you last question correctly, you want the users only to be able to see the shop if they are logged in. If this the case you need to create at login functionality, and set up role based protection, or single protection.
Here are some documentation for single or role based protection: http://our.umbraco.org/wiki/reference/umbraco-client/context-menus/public-access If you´re home in MVC or razor mybe this can help you. http://24days.in/umbraco/2012/creating-a-login-form-with-umbraco-mvc-surfacecontroller/
I hope I have answered at least some of your questions, and please do not double post your questions, people do what they can to help you and woul love to help as much as possible.
/Dennis
is working on a reply...