Problem with adding more fields for product

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!
cecosd
Posts: 10
Joined: 03 Jan 2018, 09:24

Problem with adding more fields for product

Post by cecosd » 24 Jan 2018, 20:14

Laravel package, Laravel version 5.5, Aimeos version 2017.10, PHP 7.0

I have a problem of finding out how to add fields in products component.
For example I want to add input "test":

I adpted the manager for insert and update product with the new field, but there is an error saying that the bind for products doesn't correspond with the predefined.

What am i missing?
Thanks

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

Re: Problem with adding more fields for product

Post by aimeos » 24 Jan 2018, 22:09

cecosd wrote: I adpted the manager for insert and update product with the new field, but there is an error saying that the bind for products doesn't correspond with the predefined.
In that case, you forgot to overwrite the SQL statement in your own extension config to match your new parameter binding in saveItem()
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

cecosd
Posts: 10
Joined: 03 Jan 2018, 09:24

Re: Problem with adding more fields for product

Post by cecosd » 29 Jan 2018, 19:10

aimeos wrote:
cecosd wrote: I adpted the manager for insert and update product with the new field, but there is an error saying that the bind for products doesn't correspond with the predefined.
In that case, you forgot to overwrite the SQL statement in your own extension config to match your new parameter binding in saveItem()
Thank you aimeos!
Starting to go deeper into DDD

Post Reply