Search found 7880 matches

by aimeos
23 Apr 2024, 07:01
Forum: TYPO3 extension
Topic: Lost session at confirmation page (lost orderid)
Replies: 18
Views: 73819

Re: Lost session at confirmation page (lost orderid)

I've phoned a buyer and he insisted that he had not placed a second order. very mysterious. Have there been two orders added to the database from the same buyer at the same time? What's their payment status? is there anything else that can trigger the confirm-url request? Usually only when the buye...
by aimeos
23 Apr 2024, 06:55
Forum: Laravel package
Topic: CMS pages
Replies: 5
Views: 1929

Re: CMS pages

Thanks for the hint, the problem has been fixed and a new version tagged. Please run "composer up" to get the latest version.
by aimeos
22 Apr 2024, 11:48
Forum: Laravel package
Topic: Currency Session
Replies: 3
Views: 3600

Re: Currency Session

Implement a Laravel middleware that does the redirect based on the cookie content.
by aimeos
21 Apr 2024, 10:14
Forum: Laravel package
Topic: I am unable to import test products using cronjobs, tried different settings.
Replies: 5
Views: 6005

Re: I am unable to import test products using cronjobs, tried different settings.

Beginning with 2024.04.x, the files are expected to be in a sub-directory named like the site code so the files can be imported for different sites. See: https://aimeos.org/docs/latest/cronjobs ... e-location
by aimeos
21 Apr 2024, 10:11
Forum: Help
Topic: Discount price does not show
Replies: 1
Views: 1759

Re: Discount price does not show

Yes, the information is already available in the templates, you just need to adapt the price partial to display that value:
https://github.com/aimeos/ai-client-htm ... /price.php

See: https://aimeos.org/docs/latest/frontend ... templates/
by aimeos
21 Apr 2024, 09:42
Forum: Laravel package
Topic: can't manage categories
Replies: 2
Views: 1442

Re: can't manage categories

Thanks for the hint! The problem has been fixed and a new package version has been released.
Run "composer up" to get the latest version.
by aimeos
21 Apr 2024, 09:41
Forum: Laravel package
Topic: CMS pages
Replies: 5
Views: 1929

Re: CMS pages

Thanks for the hint! The problem has been fixed and a new package version has been released.
Run "composer up" to get the latest version.
by aimeos
19 Apr 2024, 14:58
Forum: Help
Topic: make the Invoice not required
Replies: 1
Views: 2388

Re: make the Invoice not required

The aimeos/aimeos-core package has been updated to allow NULL values now.
by aimeos
19 Apr 2024, 14:57
Forum: Laravel package
Topic: Importing stock deletes product ref items like images and text
Replies: 2
Views: 2575

Re: Importing stock deletes product ref items like images and text

You are right, for document-oriented storages, only the basic product data has been saved when updating the instock value. This has been fixed in this commit: https://github.com/aimeos/ai-controller-jobs/commit/863c7f520ec36f3ffa9e0b3d05213f814b278469 You can get the fixed version until a new releas...