|
|
 Rank: Fanatic
Joined: 7/22/2006 Posts: 261 Location: Randers, Denmark
|
Hi
I am trying to get the Umbraco Ecommerce extension to work with Umbraco 3.0.3. I know it is incomplete, however it does not seem so unfinished that it is impossible to get running, so I was hoping someone could help me out here. :)
I have compiled the source succesfully, referenced the datatypes and run the sql inside Library.cs, found the old shop-gif in an old package from Kasper Bumbech
Everything seems to be working, however when I try to expand the shop-node it does not expand. There's no error so it is a bit hard to debug.
Any ideas? :)
Best Regards Simon
Level 0 uncertified ;)
|
|
Rank: Aficionado
Joined: 7/23/2006 Posts: 172
|
Hi Simon.
I currently work on making a package so it is possible to get the codeplex source to run. In hope of when people can get it to run - they will contribute to the project.
your problem is in the DB - table: umbracoAppTree
False True 1 store store store folder.gif folder_o.gif Umbraco.Ecommerce DataControls.UmbracoExtension
Make sure that this is set correct.
Søren Linaa Level 1 & 2 Certified Professional
|
|
 Rank: Addict
Joined: 2/19/2007 Posts: 819 Location: Belgium
|
Hi Simon, If possible could you post the different steps it take to get it up and running ? Thanks
Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
|
|
 Rank: Fanatic
Joined: 7/22/2006 Posts: 261 Location: Randers, Denmark
|
Thank you very much Søren, it worked! :) When do you expect to be done with the package?
Tim: Certainly .. I'll do that as soon as I get home from work
Best Regards Simon
Level 0 uncertified ;)
|
|
 Rank: Addict
Joined: 2/19/2007 Posts: 819 Location: Belgium
|
Thanks ! Søren, do you have some examples you can show us, umbraco ecommerce sites ? I think this one http://www.victorbyhasselblad.com/ is running the extensions, but i would like to see a more "shoppy" example, shopping cart, ...
Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
|
|
 Rank: Fanatic
Joined: 7/22/2006 Posts: 261 Location: Randers, Denmark
|
Hi, Here's what I did to install Umbraco eCommerce: 1. Compiled the source. You need to have the Web Applications Project add-in for VS2005 (Downloadable for free at Microsofts website) 2. I copied the dlls Umbraco.Ecommerce and Umbraco.Ecommerce.Webshop to the destination bin-folder 3. the StoreAdministration-folder was copied to the Umbraco-folder 4. The store dashboard-logo is missing from the (upcoming?) package. But I found the old one in an old release from Kasper Bumbech. It is located here http://www.kasperb.dk/2006/2/28/ecommerce-extension-update-update.aspx - it needs to be copied to /Umbraco/images/tray/ 5. Login to umbraco - in the developer->datatype-sections you should see 2 new rendercontrols connect those to a datatype 6. Look in the db - table: umbracoAppTree - the content of the cells should reflect the below-mentioned False True 1 store store store folder.gif folder_o.gif Umbraco.Ecommerce DataControls.UmbracoExtension Søren Linaa helped with this step. 7. I'm stuck, everytime I try to add the Cart control, Umbraco shows me an ugly null reference-errorpage. I haven't had time to look into this, but maybe Søren can help here. It happens both when RedirectUrl is filled in, but also when its not.
Best Regards Simon Level 0 uncertified ;)
|
|
Rank: Enthusiast
Joined: 3/16/2007 Posts: 19 Location: Auckland, New Zealand
|
do you have the following in /usercontrols/?
AddProduct.ascx Cart.ascx Checkout.ascx ExportOrders.ascx ListOrders.ascx RecentOrders.ascx
|
|
 Rank: Fanatic
Joined: 7/22/2006 Posts: 261 Location: Randers, Denmark
|
Yes correct :thumbup:, I forgot those - they should be in the usercontrols folder
Best Regards Simon
Level 0 uncertified ;)
|
|
 Rank: Addict
Joined: 2/19/2007 Posts: 819 Location: Belgium
|
Thanks for listing the different steps, is it running now that you have the usercontrols in place ?
Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
|
|
Rank: Aficionado
Joined: 7/23/2006 Posts: 172
|
I have made a patch for my changes on codeplex.
But I have no idea how to commit my changes to the project. I have developer rights so it should be possible. I have installed team explorer on my visual studio 2005 but I have no idea how to merge the two projects and don't tell me to read the manual.
Søren Linaa Level 1 & 2 Certified Professional
|
|
 Rank: Fanatic
Joined: 7/22/2006 Posts: 261 Location: Randers, Denmark
|
Tim: The files were already there :) But when I put something in the basket, and then try to view the page .NET throws a [NullReferenceException: Object reference not set to an instance of an object.]
Best Regards Simon
Level 0 uncertified ;)
|
|
 Rank: Fanatic
Joined: 7/22/2006 Posts: 261 Location: Randers, Denmark
|
Søren: Unfortunately I haven't tried commiting a project on codeplex, so I can't help you. Perhaps some of the other contributors can.
Can you shed some light on which additions you made?
Best Regards Simon
Level 0 uncertified ;)
|
|
Rank: Newbie
Joined: 12/30/2007 Posts: 1
|
I am stuck, i am still a major noob with umbraco so i apologise if these are stupid questions, but i am really interested with the concept and one of the major problem is none of the ecommerce or simple shops 'module' is available for v3. I havent tried with v2 but i am trying to make it work based on the steps listed here.
1. i compiled the source, i put all the dlls needed into both bin folders and it compiled fine, and i put both ecommerce and ecommerce webshop dll into C:\Inetpub\wwwroot\bin 2. i copied the storeadmin folder from webshop to C:\Inetpub\wwwroot\umbraco 3. i downloaded the old release from kasper (link above) and from developers->Macro->import package i imported the zip file. This is when it gave me key value has been added exception. Am i supposed to import it? if not then how else to add the shops? does anybody has a demo to show how to set this up? your help is very much much appreciated
regards,
|
|
|
Guest |