Search found 14 matches

by matteovg7
03 Mar 2020, 15:19
Forum: Laravel package
Topic: Add column to mshop_order_base
Replies: 8
Views: 3058

Add column to mshop_order_base

Hi, I want to add a column to the table mshop_order_base. I followed the guide from https://aimeos.org/docs/Developers/Library/Extend_managers_items creating a decorator but I'm unable to retrieve this field in the manager. With the table mshop_order I done the same and it works without problems in ...
by matteovg7
16 Dec 2019, 15:10
Forum: Help
Topic: JSONADM API Relationship
Replies: 6
Views: 2316

Re: JSONADM API Relationship

by matteovg7
16 Dec 2019, 13:32
Forum: Help
Topic: JSONADM API Relationship
Replies: 6
Views: 2316

Re: JSONADM API Relationship

Ok, I studied the code and I saw that the saveRelationships method was already implemented, but the parameter "type" was missing in the $listItem array. At the moment I solved the problem adding in my extension this line in this file at line 457: https://github.com/aimeos/ai-admin-jsonadm/...
by matteovg7
12 Dec 2019, 16:21
Forum: Help
Topic: JSONADM API Relationship
Replies: 6
Views: 2316

JSONADM API Relationship

Hi, I can't figure out how to manage the relationships using JSONADM API.

For example, if I want to add a text to an existing catalog item, how can I achieve that?
I am able to add the text but I can't understand how to relate them to the catalog item.

Thank you.