Search found 54 matches

by mahammadareef
25 Oct 2022, 05:48
Forum: Laravel package
Topic: detect the current page inside component
Replies: 5
Views: 899

detect the current page inside component

I just want to hide/show some parts of the catalog/home component if we are inside the home page of aimeos , how to get to know that we are inside aimeos home page in the catalog/home component .
by mahammadareef
19 Oct 2022, 11:56
Forum: Laravel package
Topic: how to add jquery and bootstrap to aimeos
Replies: 6
Views: 1219

how to add jquery and bootstrap to aimeos

I want to redesign the header and footer parts of the aimeos site by using bootstrap CSS and jquery library, and also don't want this code to affect the remaining parts of the templates like basket standard body, shop page content, profile page content, etc. how can I achieve this ... explain this i...
by mahammadareef
18 Oct 2022, 06:30
Forum: Laravel package
Topic: about creating the new components
Replies: 1
Views: 487

about creating the new components

hey, i tried creating the new component by -> templates\client\html\<nameofthecomponent> and its classes and source code inside -> \src\Client\Html\<ComponentName> but its not working , i know how to crearte sub parts inside components folder and its working . is it required to register the new comp...
by mahammadareef
14 Oct 2022, 12:09
Forum: Laravel package
Topic: @yield('aimeos_head_basket') - explain working of this code
Replies: 1
Views: 432

@yield('aimeos_head_basket') - explain working of this code

how is this working can you explain me
@yield('aimeos_head_basket')
I have searched this but there is no section with this name exists