Search found 44 matches

by michal.fehér
20 Jun 2018, 11:15
Forum: Help
Topic: Retrieve the category of a product
Replies: 8
Views: 9552

Re: Retrieve the category of a product

Hi Sergunik, thank you for the method. Where do you usually put helpers method like these? Do you extend managers or create your own helper? Thank you. Is it possible to retrieve the category of a product? You can retrieve the categories of a product by using the catalog or catalog list manager and ...
by michal.fehér
20 Apr 2018, 14:30
Forum: Help
Topic: Add new field to customer table
Replies: 3
Views: 1727

Re: Add new field to customer table

Yes, I can try. Where should I start? What do you suggest?
by michal.fehér
19 Apr 2018, 15:06
Forum: Help
Topic: Add new field to customer table
Replies: 3
Views: 1727

Add new field to customer table

Hi, I am trying to add new field to customer (users - I am using laravel) table - Chamber of Commerce number (COC) alongside with existing VAT ID. I read this forum and there are several topics regarding this, most of them are suggesting extending managers and items, which I find as an overkill for ...
by michal.fehér
19 Apr 2018, 11:42
Forum: Help
Topic: Correct way to integrate ERP system
Replies: 5
Views: 2651

Re: Correct way to integrate ERP system

Works now, thank you.

I had to use
\Aimeos\MShop\Order\Item\Base\Base::PARTS_PRODUCT
instead of
\Aimeos\MShop\Order\Manager\Base\Base::PARTS_PRODUCT
as it was mentioned in docs. Not sure if docs are not corrent, but PARTS_PRODUCT wasnt found in Order\Manager\Base.
by michal.fehér
18 Apr 2018, 08:40
Forum: Help
Topic: Correct way to integrate ERP system
Replies: 5
Views: 2651

Re: Correct way to integrate ERP system

Thanks for the tip. So I am creating a new delivery provider. In process method I accept \Aimeos\MShop\Order\Item\Iface $order. How can I get products from this $order object? This returns empty array: $this->getOrderBase($order->getId())->getProducts() In DB everything looks correct. Thanks.
by michal.fehér
12 Apr 2018, 15:01
Forum: Help
Topic: Correct way to integrate ERP system
Replies: 5
Views: 2651

Correct way to integrate ERP system

Hi. According to documentation, the correct way how and where to integrate an ERP system is via Service providers (https://aimeos.org/docs/Developers/Library/Service). But docs only mention delivery and payment providers. Our case is following: We want to push new order into our ERP system immediate...
by michal.fehér
05 Apr 2018, 10:45
Forum: Laravel package
Topic: Custom actions after order is placed
Replies: 5
Views: 2216

Re: Custom actions after order is placed

Before the payment. It doesnt require an user action, should be automatical.
by michal.fehér
04 Apr 2018, 13:26
Forum: Laravel package
Topic: Custom actions after order is placed
Replies: 5
Views: 2216

Custom actions after order is placed

Hi. I would like to extend the order functionality. I want to call external API as soon as the new order is placed. What would be the best approach for doing so? Are there any hooks I could use?
Thanks.
by michal.fehér
02 Apr 2018, 13:42
Forum: Laravel package
Topic: Proper way to translate mshoplib/codes
Replies: 4
Views: 3862

Re: Proper way to translate mshoplib/codes

Thanks, but it doesnt seem to be working for "stat:1" or "status:1" strings. I tried both from shop.php and custom i18n. Strange that I could manage to overwrite "All" string, that is situated in the same selectbox.
by michal.fehér
26 Feb 2018, 18:05
Forum: Help
Topic: Product tags
Replies: 3
Views: 13899

Product tags

Hi. Are product tags still available in Administration? I can see it in docs (https://aimeos.org/docs/File:Admin-product-detail-tags.png), I can see the table in database, but I dont see section in admin. The reason I am asking: I want to implement product labels, such as "New", "Disc...