In this template,
/themes/Frontend/Bare/frontend/detail/tabs/description.tpl
a downloadlink is shown.
Now we want to show this link only after the product has been bought, namely here:
/themes/Frontend/Bare/frontend/account/order_item_details.tpl
In the description.tpl $sArticle.sDownloads is available, but
in order_item_details.tpl there is only a $offerPosition, which does not have the sDownloads field.
How is it possible to access the downloads in order_item_details.tpl?
0 comments:
Post a Comment