Search found 5 matches

by David
16 Feb 2023, 14:02
Forum: Laravel package
Topic: How to create your own functionality using the aimeos structure
Replies: 1
Views: 533

How to create your own functionality using the aimeos structure

How to create your own functionality using the aimeos structure. For example, I want to create a reporting system or a simple chat or an email template builder, while I don't want to create new tables, but I want to use aimeos tables to store data related to my functionality. How can I organize the ...
by David
10 Feb 2023, 17:33
Forum: Laravel package
Topic: The difference between extensions, plugins and services.
Replies: 1
Views: 488

The difference between extensions, plugins and services.

Aimeos has the ability to create extensions, add plugins and services. What's the difference between them in aimeos?
by David
04 Apr 2022, 12:39
Forum: Help
Topic: Three kinds of attribute
Replies: 2
Views: 782

Re: Three kinds of attribute

Thank you!
by David
04 Apr 2022, 12:36
Forum: Help
Topic: Product filter
Replies: 3
Views: 1827

Product filter

Why is this filter not working? $productFilter->add($productFilter->and([ $productFilter->is($productFilter->make('product:prop', ['vendor_code', null, $productData[0]] ), '!=', null), $productFilter->is($productFilter->make('product:prop', ['barcode', null, $productData[8]] ), '!=', null), ]))->add...
by David
24 Mar 2022, 12:54
Forum: Help
Topic: Three kinds of attribute
Replies: 2
Views: 782

Three kinds of attribute

I have three kinds of sizes us, eu, ru.
Do I need to create three different attributes or can I create an attribute then sub-attributes(ru, en, us)?