Search found 44 matches

by velo
12 Jul 2016, 07:48
Forum: TYPO3 extension
Topic: Product Teaser Plugin
Replies: 7
Views: 4874

Product Teaser Plugin

Hey there,

is there any possibility to Teaser Products on a page.
E.g. I have a start page, on this page I want to teaser random Products. It will be okay to Teaser random Products every hour or something like this.
Any ideas?

Thanks in advance
[pb]
by velo
08 Jul 2016, 09:49
Forum: TYPO3 extension
Topic: How to overwrite aimeos-core src Classes
Replies: 5
Views: 2662

Re: How to overwrite aimeos-core src Classes

Hi,

unfortunately I can't add it manually because the extension is installed by composer on the deployment process so I have no chance to change the code.
I think about it.

Greetings
by velo
07 Jul 2016, 14:18
Forum: TYPO3 extension
Topic: Sorting by attribute type
Replies: 1
Views: 1499

Sorting by attribute type

Hey there,

how can I sort a list of products by a specific attribute? E.g. sort list by countries which is a attribute of type country on every product?
I see name, relevace and price.
Can I extend this?

Greetings
[pb]
by velo
07 Jul 2016, 12:13
Forum: TYPO3 extension
Topic: How to overwrite aimeos-core src Classes
Replies: 5
Views: 2662

Re: How to overwrite aimeos-core src Classes

Hey there,

i will answer the error handling question as soon as possible.

Is there a minor release planned for 16.x ? We need these bugfixes.

Thanks and greetings
[pb]
by velo
07 Jul 2016, 12:10
Forum: TYPO3 extension
Topic: Can I upload SVG images as well?
Replies: 7
Views: 3571

Re: Can I upload SVG images as well?

Shouldn't be much work. I try to implement it as soon as possible.

[pb]
by velo
07 Jul 2016, 06:51
Forum: TYPO3 extension
Topic: Can I upload SVG images as well?
Replies: 7
Views: 3571

Re: Can I upload SVG images as well?

Hi, I think a good idea would be to make it possible to use graphicsmagick (gm) for all the image stuff. It's more stable and much more formats are supported as you can see in this list: http://www.graphicsmagick.org/formats.html Idea: Make this configurable so one can choose between gd and gm. So i...
by velo
06 Jul 2016, 14:20
Forum: TYPO3 extension
Topic: How to overwrite aimeos-core src Classes
Replies: 5
Views: 2662

How to overwrite aimeos-core src Classes

Hi there, it's me again. :) Recently i commited two pull requests for the following file aimeos/Resources/Libraries/aimeos/aimeos-core/lib/mwlib/src/MW/Media/Image/Standard.php https://github.com/aimeos/aimeos-core/pull/75/commits/941d7b8c493ccd430744a519992199da799bbef8 https://github.com/aimeos/ai...
by velo
06 Jul 2016, 12:42
Forum: TYPO3 extension
Topic: Can I upload SVG images as well?
Replies: 7
Views: 3571

Re: Can I upload SVG images as well?

Hey there, the correct configuration to add more imagetypes in typoscript looks like this plugin.tx_aimeos.settings.controller.common.media.standard.files.allowedtypes{ 0 = image/[someSUPPORTEDimageType] } BUT there's a major problem with image/svg+xml, aimeos uses gdlib which doesn't support svg. S...
by velo
05 Jul 2016, 22:01
Forum: TYPO3 extension
Topic: Rendering Images added to attributes
Replies: 8
Views: 4152

Re: Rendering Images added to attributes

Hey there, sorry for the delay. There's so much work right now. Because we've overwritten our templates, we're able to use attributes now. Recently I tested the whole stuff without our templates and what shoudl I say, ...... it just works. The only thing we've changed is disabling the cache. I think...
by velo
28 Jun 2016, 12:06
Forum: TYPO3 extension
Topic: Can I upload SVG images as well?
Replies: 7
Views: 3571

Can I upload SVG images as well?

Hi, we are using TYPO3 7.6 and Aimeos 16.4.3. We want to use SVG images for some icons in our attributes (Product/Attribute/Media). We are getting an error when we try to upload a SVG file. Can we use SVG images somehow? Can we enable the upload of SVG images in the backend? Thanks in advance! (dg)