akeneo

Query products with Doctrine ind Akeneo

假装没事ソ 提交于 2020-01-06 04:54:09
问题 I like to fetch some products from the Database with a custom command in akeneo. I'm using the ProductRepositoryInterface public function read() { return $this->repository->findBy( [ 'enabled' => true, 'family' => ['projector', 'projector_child', 'projector_parent'], ] ); } And this is the generated query: SELECT t0.id AS id1, t0.is_enabled AS is_enabled2, t0.created AS created3, t0.updated AS updated4, t0.family_id AS family_id5 FROM pim_catalog_product t0 WHERE t0.is_enabled = ? AND t0

Query products with Doctrine ind Akeneo

眉间皱痕 提交于 2020-01-06 04:54:05
问题 I like to fetch some products from the Database with a custom command in akeneo. I'm using the ProductRepositoryInterface public function read() { return $this->repository->findBy( [ 'enabled' => true, 'family' => ['projector', 'projector_child', 'projector_parent'], ] ); } And this is the generated query: SELECT t0.id AS id1, t0.is_enabled AS is_enabled2, t0.created AS created3, t0.updated AS updated4, t0.family_id AS family_id5 FROM pim_catalog_product t0 WHERE t0.is_enabled = ? AND t0

how to i solve akeneo still loading after logged in main page?

北慕城南 提交于 2019-12-24 18:58:15
问题 Here after akeneo installed 2.3 icecat version after logged in still loading ... how do I solve this ??? in log file [2019-04-16 13:11:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //form/extensions" (from "http://ttttt.equpo.com/pim-community-standard/web/")" at /home/equpo/public_html/ake/pim-community-standard/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 144 {

Akeneo: Clone a product

情到浓时终转凉″ 提交于 2019-12-12 18:35:59
问题 We need to clone a product in Akeneo 1.4 (only the SKU should change). I've found a similar questions (1, 2) in the Akeneo forum, but no answer for the most interesting parts: clone product (PimCatalogProduct) clone product values list (PimCatalogProductValue) and attributes ... Should I use ProductPropertyCopier , ProductTemplateBuilder , ... for this? Do the target attributes already need to exists when using the ProductPropertyCopier ? Is there now in Akeneo 1.4 an easier way to clone a

Akeneo installation / NODE_PATH=node_modules not recognized / yarn run webpack Error

南楼画角 提交于 2019-12-10 10:38:47
问题 I have already asked this question on git (https://github.com/akeneo/pim-community-dev/issues/7191) but unfortunately nobody has answered me yet, thought I would try SO. I follow-up the akeneo-install-instruction (pim-community-standard-v2.0) https://docs.akeneo.com/latest/install_pim/manual/installation_ce_archive.html#initializing-akeneo yarn run webpack https://github.com/akeneo/pim-community-dev/blob/2.0/webpack.config.js Gives me an error: $ yarn run sync && NODE_PATH=node_modules

Akeneo installation / NODE_PATH=node_modules not recognized / yarn run webpack Error

浪尽此生 提交于 2019-12-06 00:31:13
I have already asked this question on git ( https://github.com/akeneo/pim-community-dev/issues/7191 ) but unfortunately nobody has answered me yet, thought I would try SO. I follow-up the akeneo-install-instruction (pim-community-standard-v2.0) https://docs.akeneo.com/latest/install_pim/manual/installation_ce_archive.html#initializing-akeneo yarn run webpack https://github.com/akeneo/pim-community-dev/blob/2.0/webpack.config.js Gives me an error: $ yarn run sync && NODE_PATH=node_modules webpack --config $npm_package_config_source/webpack.config.js --env=prod warning package.json: No license