Hi, I just installed this mod, and I'm not sure if everything was done properly.
First: I have two languages, and one of the languages shows <product name> <product description> <image>...
The other language shows <product name> <image>... No way I can get the product description to display.

In my admin/configuration/product list there is no setting for the description, so I can not choose whether I want it displayed or not and where in that case. I do want the description, in both languages, and I want them under the <image>.


Problem 2: I see there is no <div> defined that spans only all the [centerBoxContentsProducts]. I'm designing a fluid layout, so I want the actual number of [centerBoxContentsProducts] to vary as per the viewport width.

How to do that I know, it's a matter of CSS, but it requires a <div></div> around all the [centerBoxContentsProducts]. Where do I put that code?

<div id="centerBoxContentsProductsWrapper"> and an ending </div>