Hi Kevin,
Thank you for your offer, yes we are running 4.93
Can you guarante that v4.98, will be a fully working version of this Smith Cart?
If not then I think its better to look at the issue 4.93 is having please see below:
Have got a little further in getting to the root of this problem. It appears that there is a bug in the way the data is imported from the Excel file. Currently the import process leaves out important parts of the data needed for a product.
- A working product (manually created) has an entry in the DropDownImageOption and IconImageOption columns in the Smith_ProductVariant table, even is that entry is null the system inserts 'NoCustomImageOptions' into these columns
- Currently in the Smith_ProductVariant table the SKU column is not imported, I have tried this with an sku made purely from text to avoid problems with numbers being converted and it still does not import.
If you try and manually add an sku to each variant to test if that will turn it into a working product you get the following error when clicking the edit button next to the variant:
A critical error has occurred.
'rblDDImageOptions' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value'
this is very similar to the error found in this thread:
http://www.smith-consulting.com/Forums/forumid/1/postid/12306/scope/posts.aspx
however applying the hotfix found here does not solve this problem