Search found 7893 matches

by aimeos
19 Apr 2015, 11:10
Forum: Help
Topic: Remove / add attributes to the filter
Replies: 21
Views: 25329

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: 25329

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: 25329

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: 11508

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: 25329

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: 25329

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: 25329

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: 25329

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...
by aimeos
15 Apr 2015, 19:17
Forum: Help
Topic: Updating the prices and attributes for many products
Replies: 3
Views: 7109

Re: Updating the prices and attributes for many products

Just multishop have convenient functionality for working with the prices - highlight products and specify decrease / increase the price of a certain percentage or amount. Is it possible to select multiple items and add all at once a certain attribute, or vice versa, remove ... Multishop probably ha...
by aimeos
15 Apr 2015, 09:50
Forum: Help
Topic: Updating the prices and attributes for many products
Replies: 3
Views: 7109

Re: Updating the prices and attributes for many products

As far as I can see, prices are the only items that can't be shared so an update is reflected in many products or attributes. Maybe this was some kind of "security" to prevent unexpected price chances for several products. Nevertheless, I think we can make this at least configurable. If yo...