在这个模板中,
/themes/Frontend/Bare/frontend/detail/tabs/description.tpl
显示下载链接。现在我们只想在购买产品后显示此链接,即这里:
/themes/Frontend/Bare/frontend/account/order_item_details.tpl
在description.tpl变量$sArticle.sDownloads中可用,但在order_item_details.tpl中只有一个$offerPosition,它没有字段sDownloads。
如何访问 中的下载order_item_details.tpl?