myshop-action:next-moreinfo-product / myshop-action:previous-moreinfo-product

Entity Value
Attribute(s) style
Type action
Relation myshop-block:product, moreinfo

Two extensions can be used in the moreinfo screen to browse through the products. The extension myshop-action:next-moreinfo-product shows the next product and the extension myshop-action:previous-moreinfo-product shows the previous product.

Example

This example shows a navigation bar using these extensions.

<table>
        <tr>
                <td>
                        <a style="myshop-action:previous-moreinfo-product"><< previous</a>
                </td><td>
                        <a style="myshop-action:next-moreinfo-product">next >></a>
                </td>
        </tr>
</table>

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment