watermark - uri - preselect
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!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
watermark - uri - preselect
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 //
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 //
Re: watermark - uri - preselect
I have fixed preselect, but can't fix order by position (in admin Attributes -> Position)
Re: watermark - uri - preselect
It's described there: https://aimeos.org/tips/aimeos-2019-10-lts-release/goransabo wrote: 17 Dec 2020, 12:47 I need to add watermark to all images!
How and where can I do it?
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:goransabo wrote: 17 Dec 2020, 12:47 How to change url's:
currently: /product/d/product-name/0
need to be: /product/product-name
https://aimeos.org/docs/2020.x/config/c ... /#subparts
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.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!
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
Re: watermark - uri - preselect
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
Re: watermark - uri - preselect
Please read this article for how to use the configuration settings: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
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,
give us a star
If you like Aimeos,