myshop-action:update-moreinfo-product

Entity Value
Attribute(s) style
Type action
Relation document
Context document:basket

Adding a change button in the order over view of the Order Manager.
Using the update-moreinfo-product extension in the Order Manager templates allows a merchant to re-order an order line created by a customer. The function only works in a B2C or B2B Shop.

<div>
<a style="myshop-action:update-moreinfo-product;">change</a>
</div>

To show the update mode use the resource myshop-resource:change.lowercase with the condition myshop-is:update-moreinfo-product

<span style="myshop-is:update-moreinfo-product">
  <span style="myshop-resource:change.lowercase">
       update
  </span>
</span>
<span style="myshop-not-is:update-moreinfo-product">
   <span style="myshop-resource:order.lowercase">
	order
   </span>
</span>

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