watermark - uri - preselect

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!
goransabo
Posts: 44
Joined: 30 Nov 2020, 17:54

watermark - uri - preselect

Post by goransabo » 17 Dec 2020, 12:47

Hello!
I need to add watermark to all images!
How and where can I do it?

How to change url's:
currently: /product/d/product-name/0
need to be: /product/product-name

In all products I have 3 possible intervals.
How can I add (in select) first option by default/preselect.
1st: 4 weeks
2nd: 8 weeks
3rd: 13 weeks
Order in select must be like described above!

Thank all for help!
Goran

// Typo3 10.4.11 / Aimeos 20.10.4 / PHP 7.3 //

goransabo
Posts: 44
Joined: 30 Nov 2020, 17:54

Re: watermark - uri - preselect

Post by goransabo » 17 Dec 2020, 16:32

I have fixed preselect, but can't fix order by position (in admin Attributes -> Position)

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

Re: watermark - uri - preselect

Post by aimeos » 18 Dec 2020, 08:45

goransabo wrote: 17 Dec 2020, 12:47 I need to add watermark to all images!
How and where can I do it?
It's described there: https://aimeos.org/tips/aimeos-2019-10-lts-release/
goransabo wrote: 17 Dec 2020, 12:47 How to change url's:
currently: /product/d/product-name/0
need to be: /product/product-name
You need to use your own route enhancer rules and limit them to a specific page. To remove the "/x", configure the catalog/stage component without navigator subpart:
https://aimeos.org/docs/2020.x/config/c ... /#subparts
goransabo wrote: 17 Dec 2020, 12:47 In all products I have 3 possible intervals.
How can I add (in select) first option by default/preselect.
1st: 4 weeks
2nd: 8 weeks
3rd: 13 weeks
Order in select must be like described above!
The order of the entries is determined by the position value of the attribute which you can change in the attribute panel of the admin backend.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

goransabo
Posts: 44
Joined: 30 Nov 2020, 17:54

Re: watermark - uri - preselect

Post by goransabo » 18 Dec 2020, 17:58

:-) ok!!
I have tried everything, but without success!
I don't know what and where I do with it ...!:
controller/common/media/standard/options/image/watermark = /path/to/image.png
controller/common/media/standard/options/image/name = Imagick

The same problem have with url!
I have added:
plugin.tx_aimeos.settings.client.html.catalog.stage.standard.subparts = this is ok
now I have product/d/product-name
How to remove /d/ form url?

More help!! :-)

Thank's & Best regards,
Goran

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

Re: watermark - uri - preselect

Post by aimeos » 20 Dec 2020, 13:34

goransabo wrote: 18 Dec 2020, 17:58 I have tried everything, but without success!
I don't know what and where I do with it ...!:
controller/common/media/standard/options/image/watermark = /path/to/image.png
controller/common/media/standard/options/image/name = Imagick
Please read this article for how to use the configuration settings:
https://aimeos.org/docs/latest/typo3/customize/

You need the configuration for the backend and the scheduler.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply