Search found 3 matches

by xaxalex
26 Apr 2023, 10:14
Forum: Help
Topic: catalog Id in product/export job
Replies: 4
Views: 4029

Re: catalog Id in product/export job

Good afternoon. My configuration was in ./config/shop.php I added the example you sent as well in controller.php in its extension. Anyway, the catalog domain is missing. it's my controller.php: <?php return [ 'common' => [ ], 'frontend' => [ ], 'jobs' => [ 'product' => [ 'export' => [ 'location' => ...
by xaxalex
24 Apr 2023, 15:50
Forum: Help
Topic: catalog Id in product/export job
Replies: 4
Views: 4029

Re: catalog Id in product/export job

I see that the data is taken from 4 domains. To the shop catalog.php I also registered the domain 'like this: 'product' => [ 'export' => [ 'location' => 'my_path', 'type' => 'csv', 'domains' => [ 'catalog', ], 'partials' => [ 'directory' => '"my_path"/packages/champion-theme/templates/cont...
by xaxalex
23 Apr 2023, 13:01
Forum: Help
Topic: catalog Id in product/export job
Replies: 4
Views: 4029

catalog Id in product/export job

Good afternoon.
Pls tell me how to get also its categories when exporting a product?
aimeos shop 2022.10, php 8.1. ubuntu 22.04