Search found 27 matches

by santfather
03 Aug 2022, 10:29
Forum: Help
Topic: How can i create text page teamplate (like About Us)
Replies: 26
Views: 5291

Re: How can i create text page teamplate (like About Us)

src/Aimeos/Shop/Controller/PageController.php
src/views/page/index.blade.php
our problem was solved by editing these two files.
I have answered everything I knew on this issue
by santfather
03 Aug 2022, 10:14
Forum: Help
Topic: How can i create text page teamplate (like About Us)
Replies: 26
Views: 5291

Re: How can i create text page teamplate (like About Us)

last. check pls \aimeos-laravel\src\views\page\index.blade.php @section('aimeos_nav')
<?= $aibody['catalog/tree'] ?? '' ?> it must be there
and of course, clear the entire cache wherever possible :)
by santfather
03 Aug 2022, 10:01
Forum: Help
Topic: How can i create text page teamplate (like About Us)
Replies: 26
Views: 5291

Re: How can i create text page teamplate (like About Us)

try adding to PageController.php(aimeos-laravel\src\Aimeos\Shop\Controller\PageController.php) this line
"foreach( app( 'config' )->get( 'shop.page.cms', ['cms/page', 'catalog/tree', 'catalog/search'] ) as $name )"
Screenshot_115.png
Screenshot_115.png (52.91 KiB) Viewed 1795 times
by santfather
03 Aug 2022, 09:51
Forum: Help
Topic: How can i create text page teamplate (like About Us)
Replies: 26
Views: 5291

Re: How can i create text page teamplate (like About Us)

doesn't work at all or only on a web server?
we had a problem that everything worked locally, but when transferring to the aws server, it was not displayed
by santfather
03 Aug 2022, 09:34
Forum: Help
Topic: How can i create text page teamplate (like About Us)
Replies: 26
Views: 5291

Re: How can i create text page teamplate (like About Us)

Check pls in aimeos-laravel branch (src/views/catalog/detail.blade.php) @section('aimeos_nav')
what do you have written there?
by santfather
30 May 2022, 10:34
Forum: Help
Topic: Site search without linking to categories
Replies: 2
Views: 748

Re: Site search without linking to categories

Screenshot_88.png adding this line did not give a result. the search works only by category. the product located in the DZIECKO category by search will be visible only from the main page (where the search works for all categories), or in the DZIECKO category itself. in other categories, this produc...
by santfather
27 May 2022, 13:23
Forum: Help
Topic: Site search without linking to categories
Replies: 2
Views: 748

Site search without linking to categories

Laravel version: 8.80 Aimeos version: 2021.10 PHP version: 8.0.8 At the moment, the site search works as follows: 1. on the main page, the search results in all categories 2. on the category page - only within this category. when changing the category, the search query is not reset, but continues to...
by santfather
26 May 2022, 09:02
Forum: Help
Topic: How can i create text page teamplate (like About Us)
Replies: 26
Views: 5291

Re: How can i create text page teamplate (like About Us)

Good afternoon. Faced with the problem of missing menus on new pages (created in the CMS tab). The local machine displays them. There are no changes when uploading to the server. The menu does not appear. The code on the server and on the local machine is identical. Parameters servers - AWS T2.small...
by santfather
16 May 2022, 13:30
Forum: Help
Topic: Filter by attribute_name
Replies: 4
Views: 1178

Re: Filter by attribute_name

Screenshot_75.png good afternoon. with these settings shop.php everything works fine on the local machine. when transferring to AWS, the online store version behaves strangely. the "colour" and "size" attributes work together, when adding "brands_name" attributes, the ...
by santfather
26 Apr 2022, 13:51
Forum: Help
Topic: Filter by attribute_name
Replies: 4
Views: 1178

Re: Filter by attribute_name

Thank you for your help.