Search found 39 matches
- 03 Aug 2022, 09:58
- Forum: Help
- Topic: How can i create text page teamplate (like About Us)
- Replies: 26
- Views: 9713
Re: How can i create text page teamplate (like About Us)
It doesn't work anywhere unfortunately.
- 03 Aug 2022, 09:42
- Forum: Help
- Topic: How can i create text page teamplate (like About Us)
- Replies: 26
- Views: 9713
Re: How can i create text page teamplate (like About Us)
My src/views/catalog/detail.blade.php from package aimeos-laravel is: @extends('moderation-theme::base') @section('aimeos_header') <?= $aiheader['locale/select'] ?? '' ?> <?= $aiheader['basket/mini'] ?? '' ?> <?= $aiheader['catalog/tree'] ?? '' ?> <?= $aiheader['catalog/search'] ?? '' ?> <?= $aihead...
- 03 Aug 2022, 09:21
- Forum: Help
- Topic: How can i create text page teamplate (like About Us)
- Replies: 26
- Views: 9713
Re: How can i create text page teamplate (like About Us)
Hi, I'm having the same problem where the catalog menu and other nav items do not appear on CMS pages. I can only see the site logo and profile link in the header. I am using the latest dev-master aimeos-laravel package and have cleared all caches. Is there anything else I can do to make the menu ap...
- 28 Jul 2022, 09:11
- Forum: Help
- Topic: How to change the breakpoint for the mobile menu
- Replies: 2
- Views: 938
Re: How to change the breakpoint for the mobile menu
Brilliant, those instructions really helped. There are also two more things needed to get this fully working: 1. remove the media query around the cat-link display statements so that the desktop menu links are hidden when the menu opens https://github.com/aimeos/ai-client-html/blob/master/themes/cli...
- 27 Jul 2022, 15:05
- Forum: Help
- Topic: Different CSV import directory config settings for different sites
- Replies: 2
- Views: 1016
Re: Different CSV import directory config settings for different sites
That's exactly what I need. Thank you
- 27 Jul 2022, 14:44
- Forum: Help
- Topic: Different CSV import directory config settings for different sites
- Replies: 2
- Views: 1016
Different CSV import directory config settings for different sites
Hi
Is it possible to have different config settings per site?
I am using multisite and would like to have different CSV import directories per site. Is this something that can be done?
Is it possible to have different config settings per site?
I am using multisite and would like to have different CSV import directories per site. Is this something that can be done?
- 27 Jul 2022, 08:25
- Forum: Help
- Topic: Best way to add a default supplier to new products
- Replies: 2
- Views: 988
Re: Best way to add a default supplier to new products
This is a good idea, thank you.
- 27 Jul 2022, 08:24
- Forum: Help
- Topic: How to change the breakpoint for the mobile menu
- Replies: 2
- Views: 938
How to change the breakpoint for the mobile menu
Hi, is it possible to change the breakpoint to show the mobile menu?
I would like to show the mobile menu on all devices.
I would like to show the mobile menu on all devices.
- 19 Jul 2022, 13:41
- Forum: Help
- Topic: Best way to add a default supplier to new products
- Replies: 2
- Views: 988
Best way to add a default supplier to new products
Hi My Aimeos setup has multiple sub-sites. I have also created a single supplier for each sub-site. What is the best way of automatically assigning each sub-site's supplier to all newly created products automatically? e.g. Sub-site 1 is assigned the supplier Supplier-1. I would like all Sub-site 1's...