Product csv import: product.url

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
heural
Posts: 58
Joined: 09 Jun 2022, 07:55

Product csv import: product.url

Post by heural » 09 Nov 2022, 10:20

Hi Aimeos-Team!

We import products from our external product-management with a custom csv-import (added a decorator class to adapt the data). So far so good.
We have products they have the "scheme" of selectable variants, so we add selectable articles with the determined variants, that worked also.
But we have the same url-part (and lables) for the selectable and the variants. We can change the label but not the url part. I thought i could do this with "product.url" in mapping, but this does not work.
Is there a way to set the product.url in the import "manually"?

Thank you!
Ralf

heural
Posts: 58
Joined: 09 Jun 2022, 07:55

Re: Product csv import: product.url

Post by heural » 09 Nov 2022, 13:48

Solved.
At the end of the import we retrieve the select articles resp. the variants and change the url of each variant.

User avatar
aimeos
Administrator
Posts: 7907
Joined: 01 Jan 1970, 00:00

Re: Product csv import: product.url

Post by aimeos » 10 Nov 2022, 06:39

"product.url" is also a property you can configure for your CSV import so you don't have to do that afterwards.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply