Now In:  Forums
 
Product Forums
 
ForumForum Product Discus... Product Discus...Smith CartSmith CartProduct uploadProduct upload
Previous Previous
 
Next Next
New Post
 7/29/2010 7:20 AM
 

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

New Post
 7/29/2010 9:03 PM
 

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?

New Post
 8/2/2010 5:37 AM
 

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?

New Post
 8/2/2010 11:20 AM
 

Here is the field specification for the product import:

  1. Category Name
  2. Subcategory Name
  3. Manufacturer
  4. Product Sku
  5. Product Name
  6. Unit Cost
  7. Quantity On Hand
  8. Product Description
  9. Weight
  10. Thumbnail Image
  11. Large Image

Also, dont forget to check if you are getting an error in the dnn event viewer.

-Scott

New Post
 8/10/2010 9:41 AM
 

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?

New Post
 8/10/2010 4:17 PM
 

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

New Post
 8/12/2010 7:53 AM
 

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.

New Post
 8/12/2010 2:50 PM
 

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

Previous Previous
 
Next Next
ForumForum Product Discus... Product Discus...Smith CartSmith CartProduct uploadProduct upload