myshop-action:moreinfo

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

The myShop additionmyshop-action:moreinfo can be used within the context of a myshop-block:product to make a button/link to the moreinfo screen of products.

In the next example the myShop addition myshop-action:moreinfo – see line 12 – is used to recall the moreinfo screen of the product in the same screen.

<table style="myshop-block:productlist" border="1">
        <thead>
                <tr>
                        <td>&nbsp;</td>
                        <td>&nbsp;</td>
                        <td style="myshop-label:1;font-weight:bold"></td>
                        <td style="myshop-label:2;font-weight:bold"></td>
                </tr>
        </thead>
        <tr style="myshop-block:product">
                <td><a style="myshop-action:order">bestellen</a></td>
                <td><a style="myshop-action:moreinfo">meer info</a></td>
                <td style="myshop-value:1;color:red"></td>
                <td style="myshop-value:2"></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