I’m using this for history (this is spitting out 2 cart_item divs suggesting it’s getting something…
{exp:weblog:entries
author_id="CURRENT_USER"
weblog="purchased_items"
dynamic="off"
limit="250"
show_future_entries="yes"}
<div class="cart_item">
{embed="user/.product_file_lookup" entry_id="{purchased_id}"}
</div>
{/exp:weblog:entries}
Product lookup has
{exp:weblog:entries limit="1" dynamic="off" entry_id="{embed:entry_id}"}
<a class="download_item"
href="{exp:cartthrob:view_download_link
template='{path=cart/download-file}'
file ='{product_download_url}'
member_id='{logged_in_member_id}'}">
{title}
</a>
{/exp:weblog:entries}
I think it’s the product lookup file causing the issue.