Search found 88 matches

by stiller
17 Feb 2024, 14:18
Forum: TYPO3 extension
Topic: Category Decorator and Product Variants
Replies: 13
Views: 97316

Re: Category Decorator and Product Variants

after further tests I've to admit the heading is misleading. the category service decorator is not working at all. even if I add the category directly to the variant product, the required delivery service with the category.include argument doesn't show up. the behavior seems to be as follows: catego...
by stiller
16 Feb 2024, 23:36
Forum: TYPO3 extension
Topic: Category Decorator and Product Variants
Replies: 13
Views: 97316

Re: Category Decorator and Product Variants

up to this point everything seems to work as expected
$parentid contains the correct Selection Product ID
and the array $productIds contains [0] the ID of the Variant and [1] the ID of the Selection Product
by stiller
14 Feb 2024, 11:04
Forum: TYPO3 extension
Topic: Dashboard Sales Panels empty
Replies: 4
Views: 53273

Re: Dashboard Sales Panels empty

values are "NULL" but the column is named "ordprodid"
by stiller
14 Feb 2024, 09:58
Forum: TYPO3 extension
Topic: Selection Variants and Image Display
Replies: 7
Views: 122836

Re: Selection Variants and Image Display

sorry. we don't work with github on this project.
is there any other way to submit the changes?
also for Payment Option depending on Delivery Service
by stiller
14 Feb 2024, 09:51
Forum: TYPO3 extension
Topic: Dashboard Sales Panels empty
Replies: 4
Views: 53273

Re: Dashboard Sales Panels empty

I could single out the problem.
the change in commit
https://github.com/aimeos/ai-admin-jqad ... be87f4d682
is breaking the output.
by stiller
13 Feb 2024, 23:44
Forum: TYPO3 extension
Topic: Dashboard Sales Panels empty
Replies: 4
Views: 53273

Dashboard Sales Panels empty

hi.

Dashboard sales panels like "Sales of the last 30 days" remain empty whereas order panels like "Orders by hour" do show figures as expected. no hint in the log. The legend is shown. just the values are missing.
any idea?
cheers, V

aimeos/ai-admin-jqadm 2022.10.14
by stiller
12 Feb 2024, 23:08
Forum: TYPO3 extension
Topic: Category Decorator and Product Variants
Replies: 13
Views: 97316

Category Decorator and Product Variants

hi there. did the behavior of the category decorator change in Version 2022.x? before, when limiting delivery services to a category all variants of a selection products where included if the parent product was allocated to a category. Now it doesn't work anymore. What could be a working alternative...
by stiller
17 Oct 2023, 09:06
Forum: TYPO3 extension
Topic: Sorting of Country List
Replies: 4
Views: 44359

Re: Sorting of Country List

yes, I've realised this although documentation is not up-to-date at every point.
still, can't find a logic to sort countries according to shop requirements as it was possible before the change
by stiller
16 Oct 2023, 21:26
Forum: TYPO3 extension
Topic: Payment Option depending on Delivery Service
Replies: 1
Views: 23972

Payment Option depending on Delivery Service

Aimeos 22.x
TYPO3 11.x

How to restrict certain payment options to delivery services?
Can't find a build-in decorator for this pretty common requirement.
e.g. cash payment only on pick-up

cheers
by stiller
16 Oct 2023, 20:50
Forum: TYPO3 extension
Topic: Sorting of Country List
Replies: 4
Views: 44359

Sorting of Country List

Aimeos 22.x TYPO3 11.x In previous versions it was possible to manually sorting countries. client.html.checkout.standard.address.countries { 1 = CH 2 = AT 3 = DE 4 = AD 5 = ... } Since 22.x countries are listed in alphabetical order ignoring the assignment in typoscript. is there a way to prioritise...