Search found 88 matches

by stiller
24 Feb 2024, 22:29
Forum: TYPO3 extension
Topic: Category Decorator and Product Variants
Replies: 13
Views: 97429

Re: Category Decorator and Product Variants

when you are focussed on checking the code, you are far too often blind to other issues.
category decorator options have changed from category.name to category.code
thus, a capital letter can make all the difference ...
by stiller
23 Feb 2024, 10:22
Forum: TYPO3 extension
Topic: Checkout URL // Route Configuration
Replies: 3
Views: 43764

Re: Checkout URL // Route Configuration

I agree. Cache cleared and changes of the "_controller: 'Catalog::detail'" part immediately have an effect.
I've seen it is also not working on the demo system.
https://typo3.demo.aimeos.org/
is there no working route configuration for checkout and basket out there?
by stiller
23 Feb 2024, 10:15
Forum: TYPO3 extension
Topic: Order Confirmation Mail Subject
Replies: 6
Views: 67584

Re: Order Confirmation Mail Subject

I see.
however, I think e-mail subject and e-mail body should always have the same language.
and anyway frontend user choice should overrule the address country.
I've commented it out and now it's fine.
thank you for pointing me there
by stiller
22 Feb 2024, 11:12
Forum: TYPO3 extension
Topic: Category Decorator and Product Variants
Replies: 13
Views: 97429

Re: Category Decorator and Product Variants

that's right. a selection variant of a product with that category.
as we've figured out before getProductIds is working as intended.
I'm getting the parentId as well
by stiller
22 Feb 2024, 10:41
Forum: TYPO3 extension
Topic: Category Decorator and Product Variants
Replies: 13
Views: 97429

Re: Category Decorator and Product Variants

this is what I get Array ( [&&] => Array ( [0] => Array ( [&&] => Array ( [0] => Array ( [==] => Array ( [catalog.code] => Array ( [0] => Spedition ) ) ) ) ) [1] => Array ( [&&] => Array ( [0] => Array ( [>=] => Array ( [catalog.status] => 1 ) ) ) ) ) )
by stiller
22 Feb 2024, 08:31
Forum: TYPO3 extension
Topic: Category Decorator and Product Variants
Replies: 13
Views: 97429

Re: Category Decorator and Product Variants

in our case the function getCatalogIds always returns an empty array. https://github.com/aimeos/aimeos-core/blob/master/src/MShop/Service/Provider/Decorator/Category.php#L132 $filter seems to contain the right dataset, but $manager->search( $filter )->keys()->all() can't find the existing category e...
by stiller
20 Feb 2024, 11:17
Forum: TYPO3 extension
Topic: Checkout URL // Route Configuration
Replies: 3
Views: 43764

Checkout URL // Route Configuration

Using the default Route Configuration from https://aimeos.org/docs/latest/typo3/setup/#seo-urls the checkout URL looks like /checkout/?ai%5Baction%5D=standard&ai%5Bcontroller%5D=Checkout&ai%5Bc_step%5D=delivery instead /checkout/co/delivery/ same with Basket. The catalog detail view works as...
by stiller
19 Feb 2024, 23:29
Forum: TYPO3 extension
Topic: Order Confirmation Mail Subject
Replies: 6
Views: 67584

Re: Order Confirmation Mail Subject

translation is ok.
it seems the language context is wrong.
same behavior with the delivery mail
subject and mailbody in different languages
by stiller
19 Feb 2024, 23:23
Forum: TYPO3 extension
Topic: Category Decorator and Product Variants
Replies: 13
Views: 97429

Re: Category Decorator and Product Variants

as far as I can see,
the function either returns 'null' or 'false'.
even if the category matches it returns 'false'
by stiller
17 Feb 2024, 18:44
Forum: TYPO3 extension
Topic: Order Confirmation Mail Subject
Replies: 6
Views: 67584

Order Confirmation Mail Subject

hi.

The subject of the order confirmation mail gets translated even if the order is in default language.
So we end up with a mail body text in default language whereas the subject is in a different language.
any ideas?

Aimeos: 2022.10