Search found 7921 matches

by aimeos
09 May 2024, 07:51
Forum: Laravel package
Topic: SQLSRV configuration.
Replies: 3
Views: 868

Re: SQLSRV configuration.

The Aimeos database layer uses PDO directly. Check the internet if there are any special settings necessary for SQL server connections with TLS enabled.
by aimeos
09 May 2024, 07:46
Forum: Laravel package
Topic: New added product preview image (in 720) is not shown in product details page.
Replies: 3
Views: 1465

Re: New added product preview image (in 720) is not shown in product details page.

> Can you share the complete configuration in your controller.php file? - Yes. I share the config/controller.php file in attachments. Configuration looks OK. > Did you overwrite the catalog/detail template? - Yes. We are using our own theme in package and the template was modified by another develo...
by aimeos
08 May 2024, 17:40
Forum: Laravel package
Topic: SQLSRV configuration.
Replies: 3
Views: 868

Re: SQLSRV configuration.

The unit tests use this configuration:
https://github.com/aimeos/aimeos-core/b ... ig.yml#L25
by aimeos
07 May 2024, 09:23
Forum: Laravel package
Topic: New added product preview image (in 720) is not shown in product details page.
Replies: 3
Views: 1465

Re: New added product preview image (in 720) is not shown in product details page.

Can you share the complete configuration in your controller.php file? Did you overwrite the catalog/detail template? After you've changed the preview file sizes, you have to regenerate the preview images to take effect by executing: php artisan aimeos:jobs media/scale When you upload images in the a...
by aimeos
06 May 2024, 09:22
Forum: Help
Topic: upload image by api laravel controller
Replies: 1
Views: 1105

Re: upload image by api laravel controller

Expect a PSR-7 request in your action instead of a Laravel request. Then, you also get a PSR-7 file upload object which you can use:
https://laravel.com/docs/11.x/requests#psr7-requests
by aimeos
06 May 2024, 09:11
Forum: Help
Topic: overwrite default data setup/site
Replies: 1
Views: 1106

Re: overwrite default data setup/site

You can add own data by creating setup tasks in your own Aimeos extension: https://aimeos.org/docs/latest/infrastructure/schema-migrations/#migrations The default demo data is only added to the first "default" site and only if you use "--option=setup/default/demo:1" when executin...
by aimeos
03 May 2024, 19:46
Forum: Help
Topic: Bulk photo import and automatic product creation
Replies: 13
Views: 11163

Re: Bulk photo import and automatic product creation

What is wrong with currencyid? Unable to import product with code "00001": Invalid ISO currency code Seems to be OK and we can see no error in your mapping or your file. EUR as currency is also activated by default after a standard installation. Plus: How should I write the path to an ima...
by aimeos
03 May 2024, 18:20
Forum: Help
Topic: All Images in Original Size
Replies: 1
Views: 1213

Re: All Images in Original Size

The images in the list and detail view are always preview images, but the zoom image is the original file. You can also get the original image by calling getUrl() of the media items attached to the product: https://github.com/aimeos/ai-client-html/blob/master/src/Base/View/Helper/Image/Standard.php#...
by aimeos
02 May 2024, 20:59
Forum: Help
Topic: Bulk photo import and automatic product creation
Replies: 13
Views: 11163

Re: Bulk photo import and automatic product creation

The text type is not correct for example. You have a working example file here:
https://aimeos.org/docs/latest/cronjobs ... est-import