Aimeos

Results 208 comments of Aimeos

If both, selection products and variant articles has the same property type assigned, then article properties should have priority - but I wouldn't care much about that scenario yet

> $manager->search( $search, ['product/property'] ) ->col( null, 'product.code' ) ->map( function( $product ) use( $types ) { foreach ( $types as $type ) { return $product->getProperties( $type ); } });...

@iammart Any news on this topic?

The problem seems that Satis 3.x generates two files which contains the available packages, one for the tagged releases and one for the dev versions: ``` /p2//.json // only tagged...

The exact used Satis version is 3.0.x-dev (therefore, referred as 3.x). The problem was that the web server denied access to `~dev.json` files due to the tilde in the file...

If you don't pass the right language, the replacements will be that for English. Use `\voku\helper\ASCII::to_ascii( '2 Äpfel', 'de' )` to get `2 Aepfel`. BTW: The package has the best...

Finally, the necessary changes have been done and it's now possible to use domain specific nested resources according to the JSON:API specifiction, e.g. `include=product.text,product.media,supplier,supplier.address`

Does it work if you add `code` here: https://github.com/aimeos/aimeos-typo3/blob/359101fb72d8555f77676ee759df62f63d9b6abe/ext_localconf.php#L313-L331

To make TYPO3 use a changed ext_localconf.php, you have to clear all TYPO3 caches or delete the ./typotemp/cache/ resp. ./var/cache/ directory