Search found 33 matches

by parmonov98
12 Oct 2020, 16:58
Forum: Laravel package
Topic: How to get GET param value in templates?
Replies: 1
Views: 669

How to get GET param value in templates?

I need l_type's value, depending on its value I wanna make displaying_type icon active or inactive as here https://i.imgur.com/0A3rG40.png.

How can I get this in a template?
https://i.imgur.com/V2ssV5J.png
by parmonov98
12 Oct 2020, 16:09
Forum: Laravel package
Topic: Is there any example for product compare page?
Replies: 1
Views: 819

Is there any example for product compare page?

Is there any example of product compare page?
by parmonov98
12 Oct 2020, 12:58
Forum: Help
Topic: help with overwriting components
Replies: 3
Views: 1276

Re: help with overwriting components

What kind of decorator? For an HTML client or something else? Yes, I for an HTML client. I want to learn how to create and use custom components. I have been trying for 2-3 days. I didn't get a clear understanding of how to do that. maybe you guys can write a post about how to create custom compone...
by parmonov98
12 Oct 2020, 12:41
Forum: Laravel package
Topic: Get Mini Basket With Product Images also
Replies: 15
Views: 5774

Re: Get Mini Basket With Product Images also

The parameters your can pass are described here: https://aimeos.org/docs/latest/frontend/html/parameter-names/ any you didn't tell me what to pass in. What data does $this->link('client/html/catalog/lists/url', data) expect? Please, tell me how the $this->links() work? where is it? How can I see it...
by parmonov98
12 Oct 2020, 12:29
Forum: Laravel package
Topic: how to don't show home category in catalog/filter?
Replies: 5
Views: 1868

Re: how to don't show home category in catalog/filter?

getName() is a really bad choice, you should use getCode() instead. Alternatively, you can copy the tree-body.php template ( https://github.com/aimeos/ai-client-html/blob/master/client/html/templates/catalog/filter/tree-body-standard.php#L75 ) and hand over the children directly: 'nodes' => [$this-...
by parmonov98
12 Oct 2020, 12:20
Forum: Laravel package
Topic: how to add item to cart using ajax?
Replies: 2
Views: 1236

how to add item to cart using ajax?

how to add item to cart using ajax? I enabled basket-add in config. it works but I need customers to be able add items to cart without going to basket after click add to cart btn. How can I do that? Once, I read about cline-jsonapi. is that what I need? if yes, please point me again! :) :D https://i...
by parmonov98
12 Oct 2020, 11:31
Forum: Laravel package
Topic: how to use catalog-filter-search singly in header of shop page?
Replies: 6
Views: 2121

Re: how to use catalog-filter-search singly in header of shop page?

aimeos wrote: 09 Oct 2020, 09:16 We've simplified this in aimeos/aimeos-laravel:2020.10.x-dev so you don't need to adapt the Blade templates any more :-)
https://i.imgur.com/qD9akQV.png why am I getting this? Did I mistype version? errors tell me that.
by parmonov98
12 Oct 2020, 11:21
Forum: Laravel package
Topic: how to don't show home category in catalog/filter?
Replies: 5
Views: 1868

Re: how to don't show home category in catalog/filter?

i use aimeos/laravel 2020.07 i want to show categories in catalog/filter from next level after home, because the home level is useless (users can click on logo or another button to go home page/cagetory. i want to show categories like: shoes bags shirts instead of home shoes bags shirts what can i ...
by parmonov98
12 Oct 2020, 09:47
Forum: Laravel package
Topic: Copy/clone a component with templates.
Replies: 1
Views: 680

Copy/clone a component with templates.

I understood one thing according to the components, one component is one templates/(x subparts and partials). that's good. But anyway, not all of us use the same web doc structure of the same templates. what I want is how to clone/copy a component with its separate templates/partials/subparts. if I ...
by parmonov98
10 Oct 2020, 13:41
Forum: Laravel package
Topic: Add To Basket Functionality From Product List Page.
Replies: 3
Views: 2659

Re: Add To Basket Functionality From Product List Page.

Use this configuration option and don't forget to add the option for the mentioned domains: https://aimeos.org/docs/Configuration/Core/client/html/catalog/lists/basket-add Admin! I dunno why, somehow your answers don't kick my head. :) Can you tell me how to use the basket-add step-by-step? I mean,...