Bug List
1. In the Admin, I click add product under a category, the correct category is not always entered into the Category code fields for the product.
2. In Category Product List Layout the next previous buttons don't work. Both conditions EQ should be GT
<mvt:if expr="g.Offset OR g.NextOffset">
<mvt:if expr="g.Offset EQ 0">
previous button
</mvt:if>
<mvt:if expr="g.NextOffset EQ 0">
next button
</mvt:if>
</mvt:if>
3. Product display template <title>&mvt:store:name;: &mvt:category:name;</title> this should be &mvt:product:name;
4. There is no logout link on the ACNT page
Recommendations:
1. Provide more screen real-estate for the "content".
I'm running 1280 x 1024
There is a lot Blue space on the left making the left nav wider than it has to be.
There is a lot of white space around the content making me scroll left/right on some screens and scrolling up/down more than I would like.
The layout should be designed for 1024 x 768
2. On the Buttons screen, below each heading, display the SMT item/token needed to display this button.
i.e. Save:
Text item: <mvt:item name="buttons" param="Save" />
Image item: <mvt:item name="buttons" param="SaveL" />
1. In the Admin, I click add product under a category, the correct category is not always entered into the Category code fields for the product.
2. In Category Product List Layout the next previous buttons don't work. Both conditions EQ should be GT
<mvt:if expr="g.Offset OR g.NextOffset">
<mvt:if expr="g.Offset EQ 0">
previous button
</mvt:if>
<mvt:if expr="g.NextOffset EQ 0">
next button
</mvt:if>
</mvt:if>
3. Product display template <title>&mvt:store:name;: &mvt:category:name;</title> this should be &mvt:product:name;
4. There is no logout link on the ACNT page
Recommendations:
1. Provide more screen real-estate for the "content".
I'm running 1280 x 1024
There is a lot Blue space on the left making the left nav wider than it has to be.
There is a lot of white space around the content making me scroll left/right on some screens and scrolling up/down more than I would like.
The layout should be designed for 1024 x 768
2. On the Buttons screen, below each heading, display the SMT item/token needed to display this button.
i.e. Save:
Text item: <mvt:item name="buttons" param="Save" />
Image item: <mvt:item name="buttons" param="SaveL" />
Comment