Search found 17 matches

by GagDalakyan
28 Mar 2021, 15:36
Forum: Help
Topic: Upload media and attach to product from custom form
Replies: 5
Views: 2315

Re: Upload media and attach to product from custom form

Many thanks for your reply ! I shall try it. Now i have another problem. I want to get products which have stock greater than zero. This is my code. $products = \Aimeos\Controller\Frontend::create( $context, 'product' ) ->sort( $sort ) ->category( $catids, 'default', $level ) ->allOf( $view->param( ...
by GagDalakyan
26 Mar 2021, 14:49
Forum: Help
Topic: Upload media and attach to product from custom form
Replies: 5
Views: 2315

Upload media and attach to product from custom form

Good day ! I have created custom pages for specific users. They can create products with attributes, prices, categories from that page. I used aimeos managers, everything works fine. But i have an issue with media upload. This is my code. $mediaFile = $request->file('main-image'); $mediaManager = \A...
by GagDalakyan
01 Mar 2021, 11:50
Forum: Laravel package
Topic: Change search functionality and override files in vendor
Replies: 3
Views: 1294

Re: Change search functionality and override files in vendor

Ok. But how i must override for example "aimeos-core/lib/mshoplib/config/mshop/index.php" this file?
If i create index.php file in config, it don`t work.
by GagDalakyan
01 Mar 2021, 11:37
Forum: Laravel package
Topic: Change search functionality and override files in vendor
Replies: 3
Views: 1294

Change search functionality and override files in vendor

Hi. Thanks for your great package and support. I want to change search functionality, as you described in https://aimeos.org/help/post13756.html#p13756 to search products by category name. I want to know may i override aimeos-core/lib/mshoplib/config/mshop/index.php, aimeos-core/lib/mshoplib/src/MSh...
by GagDalakyan
19 Jan 2021, 11:25
Forum: Laravel package
Topic: Suggested Product selection in Product Detail
Replies: 4
Views: 1637

Re: Suggested Product selection in Product Detail

Thanks for your reply.
But it still don`t work. It gives an empty map

Code: Select all

$productItem->getRefItems( 'product', 'default', 'default' );
by GagDalakyan
18 Jan 2021, 08:01
Forum: Laravel package
Topic: Suggested Product selection in Product Detail
Replies: 4
Views: 1637

Suggested Product selection in Product Detail

Screenshot_1.png Laravel : 6.20.5 Aimeos : 2020.10 PHP Version : 7.2 Environment : Windows Hello. Aimeos is awesome.Thanks Suggested products in Product detail page don`t show selection product variant products. In ListRefItems for suggested product absent product domain. How can i add this. Sorry ...