Questions tagged [akeneo]

Akeneo is an open source Product Information Management (PIM) system.

Akeneo is an open source Product Information Management (PIM) system.

For more information, see the official homepage.

149 questions
4
votes
1 answer

Akeneo: Clone a product

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…
Sonson123
  • 10,879
  • 12
  • 54
  • 72
4
votes
2 answers

Getting list of categories in Akeneo

The following code has been given in Akeneo documentation: Use REST API . On execution of the code, it gives result like …
Soumi Basu
  • 127
  • 1
  • 1
  • 9
4
votes
1 answer

Akeneo: Select grid filter programmatically

Our users can add other products to a product as associations. For most of our association types it doesn't make sense to show all products in the grid, they should select only products from one family. The user could filter products by family in…
Sonson123
  • 10,879
  • 12
  • 54
  • 72
3
votes
1 answer

Restore database problems

I have restored a backup of the DB back into the Akeneo PIM DB but it is now not showing me any products within the system. The DB is connecting properly ie I can log in and the category tree is available, attribute lists etc but my products…
user3141626
  • 131
  • 6
3
votes
1 answer

Akeneo docker installation Elasticsearch error

I have an issue with the installation of the installation of Akeneo v2.3 (with docker) I have run the installation steps found under: https://docs.akeneo.com/2.3/install_pim/docker/installation_docker.html until: docker-compose exec fpm bin/console…
Bizboss
  • 7,792
  • 27
  • 109
  • 174
3
votes
1 answer

How can I add the filter so that API call is returning just the results that I want?

This is what I got so far, but it doesn't work. public function getCompleteness(){ $searchBuilder = new AkeneoSearchBuilder(); $searchBuilder->addFilter('completeness', '=', 100); try { $products =…
FortuneSoldier
  • 502
  • 3
  • 21
3
votes
1 answer

Creating Configurable product in Akeneo

We wants to Create Configurable product in Akeneo. Can anyone help me to how to create configurable product in Akeneo. Thanks
3
votes
1 answer

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

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…
3
votes
2 answers

Can't run Akeneo in Production

I've decided to give Akeneo a try as it is exactly the product I need. I am unable to run the Production version of it, though. White screen of nothing shows up, with status code of 500. I've installed it according to the Installation tutorial on…
iSS
  • 2,598
  • 2
  • 14
  • 17
3
votes
2 answers

Reset Akeneo Admin password from command line?

I'm new to Akeneo and have just set up a docker environment with version 1.4.12. The site is working, but I have copied over our production database and cannot log in now. I can see the oro_user table with the salt and passwords, but need to reset…
sgrover
  • 153
  • 1
  • 9
3
votes
1 answer

Akeneo: Create a new variant group with attributes

I want to create a new variant group in Akeneo with some fixed attributes to "simulate" the behaviour of a product family. Unfortunately I don't know how to get a ProductTemplate with some attributes with empty values. When I tried my code below, I…
Sonson123
  • 10,879
  • 12
  • 54
  • 72
3
votes
1 answer

Akeneo: Get attributes from a Variant group

I want to check if some attribute values have changed after editing a Variant group in Akeneo V. 1.3. Unfortunately I am a little bit lost: Is there a way to get from a Pim\Bundle\CatalogBundle\Entity\Group to the attribute values? Is there another…
Sonson123
  • 10,879
  • 12
  • 54
  • 72
2
votes
3 answers

EACES permission denied when trying to launch an installed Symfony "Akeneo PIM" with Docker

I started my first internship on monday and I'm working on a PIM created by Akeneo, which is build using Symfony. They have a nice guide to install it on their website and I figured i'd learn docker too. Here are the instructions i followed so far…
YFDev
  • 58
  • 1
  • 9
2
votes
0 answers

Akeneo import failing, unable to read or upload files?

I've been trying to get Akeneo CE up an running to give it a try. It's pretty much all functioning except I can't use the import feature. If I use the upload file box on the frontend I just get "File not found at path..." error. If I upload the file…
Karstedt
  • 23
  • 1
  • 4
2
votes
1 answer

problem adding products in akeneo api using API

I need help in creating products in akeneo product api usi api call. when i add product in that api It always give error "This value should not be blank." I have changed all the parameters given in the documentation but with no result parameters { …
Expinator
  • 21
  • 3
1
2 3
9 10