myshop-repeat:order-fields

Entity Value
Attribute(s) style
Type repeat loop
Relation moreinfo; myshop-value:control; myshop-value:label;

The myshop-repeat:order-fields extension is used to display the extra ordering fields. These fields are set in the editor, by default none exists. Within this loop, myshop-value:label andmyshop-value:control are used to display the label and control of the current extra ordering field within this repeat loop.

Example

<tr style="myshop-repeat:order-fields">
   <td style="myshop-value:label">label</td>
   <td>
      <span style="myshop-value:control">order field control</span>
   </td>
</tr>

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