Search found 7978 matches

by aimeos
09 Nov 2017, 20:45
Forum: TYPO3 extension
Topic: Configuring Moduls access for Redactors
Replies: 7
Views: 2809

Re: Configuring Moduls access for Redactors

You can find additional configuration like the list of shown columns for each panel here:
https://aimeos.org/docs/Configuration/Core/admin/jqadm
by aimeos
09 Nov 2017, 20:41
Forum: TYPO3 extension
Topic: Configuring Moduls access for Redactors
Replies: 7
Views: 2809

Re: Configuring Moduls access for Redactors

Here you can see the configuration for the sidebar navigation including the permissions: https://github.com/aimeos/ai-admin-jqadm/blob/master/admin/jqadm/config/admin.php You can change both via TypoScript and you need TYPO3 backend user groups named like the groups in the config to restrict the pan...
by aimeos
09 Nov 2017, 20:37
Forum: Symfony bundle
Topic: Configuration/Core
Replies: 2
Views: 4085

Re: Configuration/Core

"Core" and "Library" in the Aimeos documentation refernence the Aimeos core, i.e. everything without the integration (the Symfony bundle in your case). If you execute "composer show", you will notice the "aimeos/aimeos-core" and "aimeos/ai-*" package...
by aimeos
08 Nov 2017, 18:11
Forum: Laravel package
Topic: Register/Login
Replies: 2
Views: 1684

Re: Register/Login

In the aimeos-laravel integration? Don't know if it was there any time before because authentication must be set up by you before this could work
by aimeos
08 Nov 2017, 18:08
Forum: Laravel package
Topic: View for background
Replies: 1
Views: 935

Re: View for background

What background do you mean? The styling and default images are in the CSS of the theme
by aimeos
07 Nov 2017, 18:36
Forum: Help
Topic: Is AimeOS right platform for me ? Help please
Replies: 5
Views: 2311

Re: Is AimeOS right platform for me ? Help please

Like said, you can ask the Aimeos company for help if you want some things done for your project.
by aimeos
07 Nov 2017, 09:55
Forum: Help
Topic: Is AimeOS right platform for me ? Help please
Replies: 5
Views: 2311

Re: Is AimeOS right platform for me ? Help please

In Aimeos, you can configure the CSV for import depending on your requirements, so you can add all data you need:
https://aimeos.org/docs/Developers/Cont ... s_from_CSV
by aimeos
06 Nov 2017, 22:28
Forum: Symfony bundle
Topic: help - Initial setup - Config for front end
Replies: 1
Views: 3448

Re: help - Initial setup - Config for front end

The correct path for the base.html.twig file is "./app/Resources/views/base.html.twig".
Futhermore, the link to the list view is: http://127.0.0.1:8000/app_dev.php/list
by aimeos
06 Nov 2017, 18:11
Forum: Help
Topic: Is AimeOS right platform for me ? Help please
Replies: 5
Views: 2311

Re: Is AimeOS right platform for me ? Help please

supplier is=parts4less.com Product Type = Motorbike Brand= Honda Model name = NC Model title = NC750 Appellation = NC 750 POLICE Engine Size = 750 Year = 2015 Origin Country = UK Store strings that are used by more than one product as attributes (e.g. type, brand, engine size, year and country) and...
by aimeos
06 Nov 2017, 11:28
Forum: Laravel package
Topic: Using custom frontend to display site
Replies: 1
Views: 1157

Re: Using custom frontend to display site

Copy the existing Aimeos templates of the HTML client to your own extension and adapt them to your needs. Here are described the details: https://aimeos.org/docs/Developers/Html ... _templates