Search found 7895 matches

by aimeos
26 Apr 2015, 11:01
Forum: Help
Topic: open list of categories
Replies: 5
Views: 8647

Re: open list of categories

It would be nice to have the same simple possibility to change the behaviour with all the other opening and closing boxes (i.e. catalog-detail-additional). <div class="additional-box"> <h2 class="header description"></h2> <div style="display:none" class="content d...
by aimeos
21 Apr 2015, 06:55
Forum: Help
Topic: open list of categories
Replies: 5
Views: 8647

Re: open list of categories

Thanks for the great shop. Thanks, that's nice to hear :-) The documentation is very helpful. Now I'm wondering whether it's possible to configure for example the list of categories that they are open when I open the list view. It's purely a theme thing and in the classic theme ( http://typo3.demo....
by aimeos
19 Apr 2015, 11:10
Forum: Help
Topic: Remove / add attributes to the filter
Replies: 21
Views: 25387

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 th...
by aimeos
18 Apr 2015, 20:19
Forum: Help
Topic: Remove / add attributes to the filter
Replies: 21
Views: 25387

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 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/" ...
by aimeos
18 Apr 2015, 13:53
Forum: Help
Topic: Remove / add attributes to the filter
Replies: 21
Views: 25387

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/ 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 submitte...
by aimeos
18 Apr 2015, 12:48
Forum: TYPO3 extension
Topic: Reservation System
Replies: 18
Views: 11557

Re: Reservation System

to make a bookable article i use a selection-article with maybe 20 default-articles, one for each day and a different price for each article. How can this effort be minimized? First, you don't have to attach a price to each article if they are not all different. You can also assign the default pric...
by aimeos
16 Apr 2015, 12:55
Forum: Help
Topic: Remove / add attributes to the filter
Replies: 21
Views: 25387

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!
by aimeos
16 Apr 2015, 07:57
Forum: Help
Topic: Remove / add attributes to the filter
Replies: 21
Views: 25387

Re: Remove / add attributes to the filter

aksenovaa wrote:And what about the broken filter?
Without spaces in attribute codes, the filter seems to work fine or do you still have problems?
by aimeos
15 Apr 2015, 21:29
Forum: Help
Topic: Remove / add attributes to the filter
Replies: 21
Views: 25387

Re: Remove / add attributes to the filter

aksenovaa wrote:This should be in the documentation and in the tooltip when you type "Attribute type code"
You are absolutely right. I've added at least a validation rule for this, which was quickly possible for all code fields.
by aimeos
15 Apr 2015, 19:31
Forum: Help
Topic: Remove / add attributes to the filter
Replies: 21
Views: 25387

Re: Remove / add attributes to the filter

That is, added "attr-in stock", but should be: "attr-in-stock", that is - you need to replace the spaces with hyphens. In addition, I am afraid to assume what would happen if the code I will Cyrillic ... Yes, that's a limitation due to the HTML attributes. You shouldn't use whit...