|
|
|
Joined: 7/20/2010
Posts: 5
|
|
|
I updated my shopping cart module to dnn v4 cart 2.99 and I have tried 6 times to upload my products. I have tried both a excel file and a CSV file, but the products never show up. I have my spreedsheet colums setup exactly like shown in the current user manaul. Any suggestions
|
|
|
|
| |
|
|
|
Joined: 7/28/2009
Posts: 1452
|
|
|
After you click the import products button does it display a message on the screen saying it was successful? Can you check the dnn event viewer for any errors. Is your server 32 bit or 64 bit?
At your service,
Dave Smith
|
|
|
|
| |
|
|
|
Joined: 7/20/2010
Posts: 5
|
|
|
I am not sure if it is 32 bit or 64 bit. I will call my hosting and find out. I am not getting a successful message. What am I doing wrong. Do I need to remove the header line? What file format works?
|
|
|
|
| |
|
|
|
|
Joined: 3/11/2010
Posts: 1979
|
|
|
Here is the field specification for the product import:
- Category Name
- Subcategory Name
- Manufacturer
- Product Sku
- Product Name
- Unit Cost
- Quantity On Hand
- Product Description
- Weight
- Thumbnail Image
- Large Image
Also, dont forget to check if you are getting an error in the dnn event viewer.
-Scott
Scott Kelly
Project Manager
|
|
|
|
| |
|
|
|
Joined: 7/20/2010
Posts: 5
|
|
|
It finally said successful upload!
Then I check products and the Price is 0.00 and you go to edit them and you get this!
Unhandled error loading module.
DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> DotNetNuke.Services.Exceptions.ModuleLoadException: Error: Add Products is currently unavailable. ---> System.Web.HttpCompileException: (0): error CS1705: Assembly 'AjaxControlToolkit, Version=3.0.30930.28736, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' uses 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace --- at DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, PortalModuleBase ctrlModule, Exception exc, Boolean DisplayErrorMessage) at DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(PortalModuleBase ctrlModule, Exception exc, Boolean DisplayErrorMessage) at DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(PortalModuleBase ctrlModule, Exception exc) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace --- |
|
|
Any Ideas?
|
|
|
|
| |
|
|
|
|
Joined: 3/11/2010
Posts: 1979
|
|
|
The add products screen and the product detail screen uses the ajax control toolkit 3.5 you may need to update your web.config to reference both versions of the toolkit. The following forum posts may be helpful to you in resolving the ajax issue:
http://www.smith-consulting.com/forums/forumid/1/postid/585/scope/posts.aspx#585
http://www.smith-consulting.com/forums/forumid/1/postid/947/scope/posts.aspx#947
Scott Kelly
Project Manager
|
|
|
|
| |
|
|
|
Joined: 7/20/2010
Posts: 5
|
|
|
I added those lines of code to my web.config file and then my whole website would not load. Am I doing something wrong. I really need this working. I have close to 200 products to reupload after updating.
|
|
|
|
| |
|
|
|
|
Joined: 3/11/2010
Posts: 1979
|
|
|
The add products screen and the product detail screen in the cart uses the ajax control toolkit 3.5 the error above that you reported from your dnn event viewer says that you have ajax control toolkit install and referrenced in your web.config. To fix the error you will need to update your web.config to reference both the ajax toolkit 3.0 and 3.5 here is another forum post that may be helpful:
http://www.smith-consulting.com/forum...
-Scott
Scott Kelly
Project Manager
|
|
|
|