A few issues

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
Metalics
Advanced
Posts: 103
Joined: 13 Jul 2015, 23:59

Re: A few issues

Post by Metalics » 11 Oct 2021, 21:04

I noticed a new problem:
Download media titles don't show up on frontend. It is always empty like <span class="media-name"></span>

User avatar
aimeos
Administrator
Posts: 7893
Joined: 01 Jan 1970, 00:00

Re: A few issues

Post by aimeos » 12 Oct 2021, 17:00

Metalics wrote: 11 Oct 2021, 21:01 Missing part is counts URL, not stock URL. I checked all configurations and all seems ok. I don't know why it is not working.
There are also two possible reasons:
- Configuration "client/html/catalog/count/enable" is 0
- None of the relevant subparts is enabled ('tree', 'supplier', 'attribute')

Here's the code:
https://github.com/aimeos/ai-client-htm ... #L509-L510
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
aimeos
Administrator
Posts: 7893
Joined: 01 Jan 1970, 00:00

Re: A few issues

Post by aimeos » 12 Oct 2021, 17:03

Metalics wrote: 11 Oct 2021, 21:04 I noticed a new problem:
Download media titles don't show up on frontend. It is always empty like <span class="media-name"></span>
Only the title set by the media properties is used, not the label:
https://github.com/aimeos/ai-client-htm ... d.php#L483

We will change that in the next bugfix release.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply