Search found 6 matches

by Ivan
23 Jul 2020, 08:41
Forum: Laravel package
Topic: Boolean attribute values
Replies: 2
Views: 886

Re: Boolean attribute values

Thank you for reply
by Ivan
21 Jul 2020, 17:20
Forum: Laravel package
Topic: unable to install correctly aimeos on a fresh new laravel app
Replies: 3
Views: 1029

Re: unable to install correctly aimeos on a fresh new laravel app

Hi, do you created resources/views/app.blade.php and added html like in docs: https://github.com/aimeos/aimeos-laravel#setup?
What error do you get?
by Ivan
21 Jul 2020, 12:11
Forum: Laravel package
Topic: Boolean attribute values
Replies: 2
Views: 886

Boolean attribute values

Hi, I can create attribute type. Than I can connect string value to attribute type. But can I create attribute with bool value, like tags. For example I have product with name: "honey". I need to add attribute: "is_natural" with some icon. Is it possible to do in exists admin pan...
by Ivan
21 Jul 2020, 12:06
Forum: Laravel package
Topic: Filter product by price
Replies: 4
Views: 1578

Re: Filter product by price

Thank you very much, it works
by Ivan
20 Jul 2020, 09:31
Forum: Laravel package
Topic: Filter product by price
Replies: 4
Views: 1578

Re: Filter product by price

Hi,
Thank you for reply.
I don't understand how can I build url
I try
filter[&&][][==][index.price:100] or filter[&&][][==][index.price]=100 but it doesn't work
Thank you
by Ivan
15 Jul 2020, 08:05
Forum: Laravel package
Topic: Filter product by price
Replies: 4
Views: 1578

Filter product by price

Hi, I use aimeos laravel package How can I filter between two prices. I tried this filter[&&][][>][product.price]=100&filter[&&][][<][product.price]=150 But I got an error "title": "Invalid name \"product.price\"" I didn't find any information in doc...