Remove / add attributes to the filter
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Re: Remove / add attributes to the filter
The filter works in the classical theme: http://typo3.demo.aimeos.org/classic/
But does not work in the "elegant": http://typo3.demo.aimeos.org/elegance/
Parameter is not passed to the search, such as this: ?ai%5Bf_search%5D=&ai%5Bf_attrid%5D%5B1005%5D=amaranth
But does not work in the "elegant": http://typo3.demo.aimeos.org/elegance/
Parameter is not passed to the search, such as this: ?ai%5Bf_search%5D=&ai%5Bf_attrid%5D%5B1005%5D=amaranth
Re: Remove / add attributes to the filter
You are absolutely right. I've added at least a validation rule for this, which was quickly possible for all code fields.aksenovaa wrote:This should be in the documentation and in the tooltip when you type "Attribute type code"
Re: Remove / add attributes to the filter
Thank you very much!aimeos wrote:You are absolutely right. I've added at least a validation rule for this, which was quickly possible for all code fields.
And what about the broken filter?
Re: Remove / add attributes to the filter
Without spaces in attribute codes, the filter seems to work fine or do you still have problems?aksenovaa wrote:And what about the broken filter?
Re: Remove / add attributes to the filter
We've added code to replace white spaces in attribute codes with dashes (-) as well.
Thanks for reporting!
Thanks for reporting!
Re: Remove / add attributes to the filter
It seems that nothing has changed. And what is used on the demo site? There is a filter in the theme elegance does not work: http://typo3.demo.aimeos.org/elegance/aimeos wrote:Without spaces in attribute codes, the filter seems to work fine or do you still have problems?aksenovaa wrote:And what about the broken filter?
Re: Remove / add attributes to the filter
We've found the problem: The faceted search in Google Chrome didn't work but in Firefox it did due to a Javascript method that submitted the form twice. Can you have a look at the latest core if it works now also for you?aksenovaa wrote: It seems that nothing has changed. And what is used on the demo site? There is a filter in the theme elegance does not work: http://typo3.demo.aimeos.org/elegance/
Re: Remove / add attributes to the filter
Corefor myself, I have updated to the latest version. However, the filter does not work. Tried in Chrome and IE
Re: Remove / add attributes to the filter
Did you've used "phing update" or "composer update"? In the later case you might have forgot to copy the CSS and JS theme files to the "./Resources/Public/" folder like described here: http://aimeos.org/docs/TYPO3/Download_A ... atest_codeaksenovaa wrote:Corefor myself, I have updated to the latest version. However, the filter does not work. Tried in Chrome and IE
To get around this potential pitfall, I've added the copy statement to the aimeos.composer.json file so it will get executed automatically in the future.
Re: Remove / add attributes to the filter
Yes, copy the file theme. In my case, they still had to copy to the folder of my extensions.
(cp -r Resources / Libraries / arcavias / arcavias-core / client / html / themes / * path-to-extension / myextension / Resources / Public / Themes /). This must also be written in the documentation about the update.
However, the filter still no works ...
(cp -r Resources / Libraries / arcavias / arcavias-core / client / html / themes / * path-to-extension / myextension / Resources / Public / Themes /). This must also be written in the documentation about the update.
However, the filter still no works ...