Page 1 of 1

Input fields for products?

Posted: 01 Jun 2015, 06:20
by Paul L.
Hello,
I've got another question about the typo3 extension:
Is there a way to add input fields to products?

I haven't found an option to do so yet, but I'm unsure if I've missed something.

Greetings

Re: Input fields for products?

Posted: 01 Jun 2015, 08:41
by aimeos
Hi Paul
Paul L. wrote: Is there a way to add input fields to products?
The "custom attributes" feature will most likely fit your needs:
http://aimeos.org/help/post1521.html#p1521

Re: Input fields for products?

Posted: 01 Jun 2015, 09:06
by Paul L.
aimeos wrote:Hi Paul
Paul L. wrote: Is there a way to add input fields to products?
The "custom attributes" feature will most likely fit your needs:
http://aimeos.org/help/post1521.html#p1521
Hi and thanks for the hint :)

We've tried to add it like this, but it doesn't show anything in the frontend, this is our config: http://screenshots.ideefix.eu/2015-06-01_1105.png
Do we have to add configuration parameters?

Re: Input fields for products?

Posted: 01 Jun 2015, 10:25
by aimeos
I assume you use the latest TYPO3 and core version (http://aimeos.org/docs/TYPO3/Download_A ... atest_code)?
There's no release yet that contains the necessary code.

Please keep in mind that you may need to clear the cache before you see any changes because the detail views are stored by the TYPO3 cache framework too. An additional configuration isn't necessary.

The Aimeos demo article also contains a custom text field you can use as reference to see if it works correctly.

Re: Input fields for products?

Posted: 01 Jun 2015, 11:33
by Paul L.
aimeos wrote:I assume you use the latest TYPO3 and core version (http://aimeos.org/docs/TYPO3/Download_A ... atest_code)?
There's no release yet that contains the necessary code.

Please keep in mind that you may need to clear the cache before you see any changes because the detail views are stored by the TYPO3 cache framework too. An additional configuration isn't necessary.

The Aimeos demo article also contains a custom text field you can use as reference to see if it works correctly.
Updating the core helped, thanks.

I always thought that we had the latest core, since everytime we used phing to update we got this message:
http://screenshots.ideefix.eu/2015-06-01_1311.png

But the manual installation worked, and now the field is visible :)