Search found 6 matches
- 23 Jul 2020, 08:41
- Forum: Laravel package
- Topic: Boolean attribute values
- Replies: 2
- Views: 2277
Re: Boolean attribute values
Thank you for reply
- 21 Jul 2020, 17:20
- Forum: Laravel package
- Topic: unable to install correctly aimeos on a fresh new laravel app
- Replies: 3
- Views: 2765
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?
What error do you get?
- 21 Jul 2020, 12:11
- Forum: Laravel package
- Topic: Boolean attribute values
- Replies: 2
- Views: 2277
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 panel functionality ...
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 panel functionality ...
- 21 Jul 2020, 12:06
- Forum: Laravel package
- Topic: Filter product by price
- Replies: 4
- Views: 3732
Re: Filter product by price
Thank you very much, it works
- 20 Jul 2020, 09:31
- Forum: Laravel package
- Topic: Filter product by price
- Replies: 4
- Views: 3732
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
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
- 15 Jul 2020, 08:05
- Forum: Laravel package
- Topic: Filter product by price
- Replies: 4
- Views: 3732
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 documentation about price.
Thank you
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 documentation about price.
Thank you