As a totaly newbie I am pretty much fucked here :-( I installed the starter-package and got everything working, when I saw that there was an update to 2.2.0 which I installed without thinking much about it.
After the update I get: Error loading MacroEngine script (file: /cart/mini-cart.cshtml)
The other topic got me inspired, and I finally got it too work. I really wish there was some kind of newbie help somewhere as I didn't really know what I was doing :-(
I am danish - just helping out a Norwegian friend as a friendly gesture. I don't feel qualified to participate in those seminars as I really don't know what I am doing and are in deep water with this project.
I really would wish that there were more specific documentation or examples you could "steal". The problem I have right now is that you describe a lot of scenarios in your documentation, but I have no clue in what files i need to put the different stuff. And again - I know that I am a total newbie and maybe not have the knowledge to make it in the umbraco-world, but I have spirit and will and I usually get things solved (although I spend way to much time on it).
Glad you have the spirit and will - that is the most important part. Because of the way Umbraco works and how flexible it is - its hard to make copy/paste code that works in many different cases. And a shipping calculator is a bit of advanced mechanics :) But you should use Visual studio to build your dll with your custom shipping calculator and then copy the dll file to the /bin folder of your website. Now that you have it working you need to make the intervalt dynamic. We normally do that by using the umbraco node structure as the data storage for that info. Then the shipping calculator uses that info and now the webshop owner can change the intervalts on the fly.
Issue with starterpackage after update to 2.2.0
Hi
As a totaly newbie I am pretty much fucked here :-( I installed the starter-package and got everything working, when I saw that there was an update to 2.2.0 which I installed without thinking much about it.
After the update I get:
Error loading MacroEngine script (file: /cart/mini-cart.cshtml)
How do i figure out what is going wrong?
the website is: www.spekebua.no
Any help appreciated asap :-)
Best regards
Jimmy Dan Mortensen
The other topic got me inspired, and I finally got it too work. I really wish there was some kind of newbie help somewhere as I didn't really know what I was doing :-(
Hi Jimmy
Glad you got inspired. We are always happy to try and make better and smarter documentation - so if you have specific ideas - just fire at will :)
Normally we teach about these more advancced stuff at our certification courses around the world. Maybe we should try and arrange one in Norway?
Kind regards
Anders
Hi Anders
I am danish - just helping out a Norwegian friend as a friendly gesture. I don't feel qualified to participate in those seminars as I really don't know what I am doing and are in deep water with this project.
I really would wish that there were more specific documentation or examples you could "steal". The problem I have right now is that you describe a lot of scenarios in your documentation, but I have no clue in what files i need to put the different stuff. And again - I know that I am a total newbie and maybe not have the knowledge to make it in the umbraco-world, but I have spirit and will and I usually get things solved (although I spend way to much time on it).
Kind regards
Jimmy
Hi Jimmy
Glad you have the spirit and will - that is the most important part. Because of the way Umbraco works and how flexible it is - its hard to make copy/paste code that works in many different cases. And a shipping calculator is a bit of advanced mechanics :) But you should use Visual studio to build your dll with your custom shipping calculator and then copy the dll file to the /bin folder of your website. Now that you have it working you need to make the intervalt dynamic. We normally do that by using the umbraco node structure as the data storage for that info. Then the shipping calculator uses that info and now the webshop owner can change the intervalts on the fly.
is working on a reply...