Product list layout

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.
4/1/2011 5:05:10 PM
Gravatar
Total Posts 63

Product list layout

The current layout is one product per row, is there any way to display multiple products in each row? Like a table?

Thanks,

4/1/2011 7:30:13 PM
Gravatar
Total Posts 2239

Re: Product list layout

Hi,

It takes a little work but it can be accomplished with CSS. Take a look at http://www.tdpro.com/shop.aspx. That is a site that my company converted from Drupal to mojoPortal a few months back. The WebStore is all mojoPortal, no custom code or anything.

If you have specific questions, please let me know.

HTH,
Joe D.

4/6/2011 8:35:02 AM
Gravatar
Total Posts 63

Re: Product list layout

It seems that I have to change floatpanel, floatimage, productcontainer, is it right? If not, can you tell me which css file I need to tweak? I am using artisteer-swirly1 skin.

Thanks.

4/6/2011 11:08:27 AM
Gravatar
Total Posts 2239

Re: Product list layout

Hi,

You will want to edit the stylewebstore.css file. There is not much to that file so you will end up needing to create most of the selectors and rules (you could copy them from the CSS for the site I sent you).

Are you familiar with FireBug and general skinning with mojoPortal?

HTH,
Joe D.

4/6/2011 11:28:02 AM
Gravatar
Total Posts 63

Re: Product list layout

Thank you Joe for your help.

I used to use FireBug to debug my JavaScript, but now I mostly use Google Chrome, so I stopped using it.

As far as mojoPortal skinning, I just start learning it. Usually I just modify the built-in skin's CSS files. I need to read the skin documentation so I can know what selectors I can use.

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