Hello,
I have been alerted that download links are missing from the Customer Account menu, specifically within the "Downloads" tab (https://intergesty.fr/utilisateur/espace-client#telechargements)
ex. https://i.ibb.co/Psqr28qJ/telechargement.jpg
I have tested the entire purchase flow for a digital product; the transaction and order process work correctly, but no download links appear in the user's account area once the purchase is complete.
Technical details:
- CMS: Migrated to Joomla 6.
- J2Commerce Version: 4.1.2.
- File Permissions: everything is set to 644r https://i.ibb.co/cKpXjf8j/permissions.jpg
- Server Security: I have an
.htaccessfile in the download folder to block direct PHP execution, but it does not restrict standard file access for the component.# Block direct PHP access
<Files *.php>
<IfModule !mod_authz_core.c>
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</Files>
Could you please help me resolve this issue?
Thank you for your assistance.
Damien