Products Don't Display in Web Store

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
8/22/2009 1:18:52 PM
Gravatar
Total Posts 12

Products Don't Display in Web Store

I've added products, set the Visible flag on each product, but nothing's showing up... is there a config setting I'm missing? :-P

Thanks!

-Auri

8/22/2009 1:44:43 PM
Gravatar
Total Posts 12

Re: Products Don't Display in Web Store

Nevermind - figured it out. You have to create an Offer and associate Products to that Offer. OK :-P

8/22/2009 1:48:20 PM
Gravatar
Total Posts 12

Re: Products Don't Display in Web Store

Although now that I think about it... this doesn't make sense... I should be able to look at products regardless of Offers/Specials. I'm running 3.2.1.0 - maybe this is fixed in 3.2.1.3? I've made a lot of customizations, so I don't want to run into compatibility issues if I upgrade...

Ideas?

Thanks again!

Best,

-Auri

8/22/2009 4:06:42 PM
Gravatar
Total Posts 18439

Re: Products Don't Display in Web Store

Products are "only" sold through Offers. This construct gives us 2 things. The first is a way to sell multiple products as a bundle and the second is to sell products at different price points, ie different licesnes for software. So if a product is not in an Offer it is not on slae and does not appear in the product list.

"I've made a lot of customizations, so I don't want to run into compatibility issues if I upgrade..."

No, you have forked the code. I always advise against doing that because there is no solution. You cannnot upgrade without losing your changes.

If you are a really good developer you could clone the feature making your own custom fork of just the feature and then you would still be able to upgrade the core and included features and be able to move forward customizing your clone.

Best,

Joe

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