Appearance
Download tag
This tag can be used to download the order confirmation or the invoice that also can be downloaded from the CP.
Available from v3.6.0
The tag
{exp:reinos_store:download order_hash="{order:hash}" type="confirmation"}Tag Parameters
Below are the Tag Parameters. Those parameters can be used in the tag described above
order_hash
This is the hash of the order.
hash="{order:hash}"type
Select the type of download. Either select invoice or confirmation.
type=""Example
{exp:reinos_store:order hash="{segment_3}"}
<a target="_blank" href="{exp:reinos_store:download order_hash="{order:hash}" type="confirmation"}">
Print confirmation
</a>
{/exp:reinos_store:order}