Search found 7 matches

by FedericoCánovas
11 Jul 2019, 16:22
Forum: Help
Topic: How to work with item types after 17 Dec 2018 commit
Replies: 3
Views: 1794

Re: How to work with item types after 17 Dec 2018 commit

Ok. I see that type id has been substituted by the type code in relationships.

What's happens if you change the type code of an attribute type that has already been related to attributes, these attributes to products and so?

As I see, the related attribute remains with the old code
by FedericoCánovas
07 Jul 2019, 20:00
Forum: Help
Topic: How to work with item types after 17 Dec 2018 commit
Replies: 3
Views: 1794

How to work with item types after 17 Dec 2018 commit

Hi there, I have a project with an older version of Aimeos in which I was using getTypeId() and getTypeName() item methods. I was trying to use the same methods on a new project with an updated version of Aimeos but I noticed that these methods has been removed in this commit What is the proper way ...
by FedericoCánovas
30 Oct 2018, 11:48
Forum: Laravel package
Topic: Change locale of context in dependency injection container
Replies: 1
Views: 1308

Change locale of context in dependency injection container

I'm trying to change the locale of the context available in the DI container in order to have the correct site (locale) set along the current script execution or process: $context = app()->make('\Aimeos\Shop\Base\Context')->get(); $localeManager = \Aimeos\MShop\Factory::createManager($this->getAimeo...
by FedericoCánovas
08 Oct 2018, 11:56
Forum: Laravel package
Topic: Observers when items get created/updated/deleted
Replies: 1
Views: 1007

Observers when items get created/updated/deleted

I need to fire an action when an item has been created, updated or deleted (i.e.: products, attributes, categories...)

Is there anyway to attach an observer to items or trigger an event in laravel?

Thanks
by FedericoCánovas
08 Oct 2018, 11:52
Forum: Laravel package
Topic: Aimeos Orders - Manual Order Entry
Replies: 8
Views: 3912

Re: Aimeos Orders - Manual Order Entry

We need this feature too
by FedericoCánovas
13 Aug 2018, 13:59
Forum: Laravel package
Topic: Does aimeos supports abandoned cart
Replies: 9
Views: 3707

Re: Does aimeos supports abandoned cart

We need to implemented this feature too.

Is it in the short-term roadmap?

If not, could you give me any clues about where to start? Should I create a custom Order manager and override getSession/setSession methods specified on Aimeos\MShop\Order\Manager\Base\Base class?
by FedericoCánovas
16 Jul 2018, 18:04
Forum: Help
Topic: Bundled products and visibility
Replies: 1
Views: 1043

Bundled products and visibility

Hello, I would like to know how should I manage products visibility. Should I use status field? For example: I have bundled products and I don't want to sell children products individually. How can I hide them? I know that products with status other than Enabled are not being showed on the front. Sh...