myshop-action:order

Entity Value
Attribute(s) style
Type action
Relation Productlist

The myshop-action:order extension enables you to order all the displayed products at a time when the quatity field is set to a input field on the productlist. This extension should be used outside of the myshop-block:productlist block for it to work.

example

This example shows the correct use of myshop-action:order in a minimalistic productlist template.

<span style="myshop-block:productlist">
        <table style="myshop-block:product">
                <tr><td>aantal <input style="myshop-control:quantity" size="2"/></td>
                <td><span style="myshop-value:1;"/></td></tr>
        </table>
</span>
<a style="myshop-action:order-all">bestellen</a>

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