Search found 8195 matches
- 10 Oct 2024, 17:04
- Forum: Laravel package
- Topic: Update on version 2024.10
- Replies: 6
- Views: 428
Re: Update on version 2024.10
Thanks for the hint! A last minute change caused some trouble and a new version of the aimeos/aimeos-laravel package with the fix has been tagged. Please use "composer up" to update your installation.
- 10 Oct 2024, 16:58
- Forum: Laravel package
- Topic: Where is the admin Login?
- Replies: 1
- Views: 13
Re: Where is the admin Login?
The PHP open_basedir setting is not supported and must be disabled. It causes more problems than it tries to solve.
- 10 Oct 2024, 14:15
- Forum: Help
- Topic: Adjusting "f_search" in Aimeos for Product Search Behavior
- Replies: 3
- Views: 34
Re: Adjusting "f_search" in Aimeos for Product Search Behavior
The MySQL index text manager generates a "MATCH( mindte."content" ) AGAINST( '...' IN BOOLEAN MODE )" statement here: https://github.com/aimeos/aimeos-core/blob/master/src/MShop/Index/Manager/Text/MySQL.php#L25-L30 You can set the log level to 7 (debug) and have a look into the L...
- 10 Oct 2024, 13:11
- Forum: Help
- Topic: Adjusting "f_search" in Aimeos for Product Search Behavior
- Replies: 3
- Views: 34
Re: Adjusting "f_search" in Aimeos for Product Search Behavior
Where do you store the product index? MySQL, PostGreSQL, Solr or ElasticSearch?
- 10 Oct 2024, 07:41
- Forum: TYPO3 extension
- Topic: product price
- Replies: 6
- Views: 324
Re: product price
Did you generate and install an Aimeos TYPO3 extensions or only an Aimeos standard extension?
- 10 Oct 2024, 07:38
- Forum: Laravel package
- Topic: Update on version 2024.10
- Replies: 6
- Views: 428
Re: Update on version 2024.10
Did you change any settings for limiting access to the backend panels?
- 10 Oct 2024, 07:36
- Forum: TYPO3 extension
- Topic: Javascript Error with basket-mini.js
- Replies: 2
- Views: 173
Re: Javascript Error with basket-mini.js
You should include the app.js of the theme which contains cash-dom and the Bootstrap JS:
https://github.com/aimeos/ai-client-htm ... ult/app.js
https://github.com/aimeos/ai-client-htm ... ult/app.js
- 10 Oct 2024, 07:35
- Forum: Help
- Topic: Using Aimeos Authentication with an External React Frontend
- Replies: 3
- Views: 1116
Re: Using Aimeos Authentication with an External React Frontend
The site ID is important if you have several sites (e.g. in a SaaS setup) and accounts need to be bound to a specific site (e.g. the vendor accounts). Customers with an empty site ID will be available and have access to all sites but only super users can change their data in the admin backend.
- 10 Oct 2024, 07:32
- Forum: Help
- Topic: How to order products which are not in stock
- Replies: 1
- Views: 135
Re: How to order products which are not in stock
You need to deactivate the "ProductStock" basket plugin in Setup > Plugins of the admin backend.
- 10 Oct 2024, 07:31
- Forum: Help
- Topic: Change Main Banners in Berlin Theme
- Replies: 6
- Views: 2118
Re: Change Main Banners in Berlin Theme
You have to click on the category where you want to change the stage image and go to the "Media" tab. There, you will find (or can add) the image with type "Stage".