Web Store model doesn't work well

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
12/1/2008 7:06:52 AM
Gravatar
Total Posts 1

Web Store model doesn't work well

I tried to place at the center of one page and add a product.

Unfortunately, there is an exception shown as "Cannot insert the value NULL into column 'Sku', table 'MojoPortalDemo.dbo.ws_Product'; column does not allow nulls. INSERT fails.The statement has been terminated. ".

I changed column "ws_Product.Sku" to nullable, then create product successfully.

But it can not  be seen in the Product List.

It's a puzzle to me. So thanks for any advice.

12/1/2008 7:37:13 AM
Gravatar
Total Posts 18439

Re: Web Store model doesn't work well

Hi,

Thanks for letting me know, this was a bug in the ms sql version. My testing in MySql has been more extensive because thats what this site uses so I had not noticed this bug. If you are working with the code from svn trunk, you can do svn update, then visit /Setup/Default.aspx and it will run sql scripts to fix it.

The basic thing to know is products are not sold directly but through offers, so you define a product, then you define an offer and add product(s) to it and set the price.

This feature currently should be considered experimental.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.