Search found 7 matches

by olexandersh
28 Nov 2019, 15:21
Forum: Laravel package
Topic: Product price calculation
Replies: 1
Views: 959

Product price calculation

Hello! I have added two attributes to a products (singlepackage and multipackage) in admin panel. And now I need to calculate shipping costs of a product in the basket depends on these attributes: if product has 'singlepackage' attribute it's shipping costs multiplies to product quantity and, if pro...
by olexandersh
25 Nov 2019, 08:33
Forum: Laravel package
Topic: Request validation
Replies: 4
Views: 1415

Re: Request validation

I want to add input to base user's info in admin panel and make validation for this input.
by olexandersh
22 Nov 2019, 13:13
Forum: Laravel package
Topic: Request validation
Replies: 4
Views: 1415

Re: Request validation

I found to add Validator class and make validation.
But there is another question - how make redirect back with error (redirect()->back() doesn't work)?
by olexandersh
22 Nov 2019, 11:27
Forum: Laravel package
Topic: Request validation
Replies: 4
Views: 1415

Request validation

Hello!
How can I use Laravel request validation in admin panel for creating/updating products or users? Is it possible include validation rules for inputs?
Before that I added some custom fields.
by olexandersh
23 Oct 2019, 09:10
Forum: Laravel package
Topic: Search in all languages
Replies: 4
Views: 1341

Re: Search in all languages

And have also another problem: search doesn't work with numbers. If search string is 'article' it works, but if search string is 'article 123' it doesn't work. And there is product with name 'article 123'.
by olexandersh
23 Oct 2019, 08:42
Forum: Laravel package
Topic: Search in all languages
Replies: 4
Views: 1341

Re: Search in all languages

Will try. And how can I override Aimeos\MShop\Index\Manager\Text\MySQL manager from aimeos-core? I created for this new manager in myext/lib/custom/src/MShop/Index/Manager/Text folder with namespace 'Aimeos\MShop\Index\Manager\Text' and wrote config in shop.php 'mshop' => [ 'index' => [ 'manager' =>...
by olexandersh
22 Oct 2019, 16:47
Forum: Laravel package
Topic: Search in all languages
Replies: 4
Views: 1341

Search in all languages

Hello, Aimeos! I didn't find answer in google that's why please help me. I need to make search within all languages of our shop. Now it searchs within current language of the shop. What I have to do for it? I found menthod in Product frontend controller addFilterText(). How to force it to use 2 lang...