Search found 7922 matches

by aimeos
12 May 2015, 10:11
Forum: Laravel package
Topic: Access Denied
Replies: 7
Views: 12108

Re: Access Denied

Hi Anil Could you please try the following: Open your config/shop.php and replace the "resource" section with these lines: 'resource' => array( 'db' => array( 'adapter' => 'mysql', 'host' => env('DB_HOST', 'localhost'), 'port' => env('DB_PORT', ''), 'database' => env('DB_DATABASE', 'larave...
by aimeos
11 May 2015, 17:13
Forum: Laravel package
Topic: Access Denied
Replies: 7
Views: 12108

Re: Access Denied

Hi Anil I'm trying to setup aimeos on my local system and i'm getting this error. [MW_DB_Exception] SQLSTATE[28000] [1045] Access denied for user 'anil'@'localhost' (using password: NO) Did you adapt your .env file in the base directory of your Laravel application and changed your database credentia...
by aimeos
11 May 2015, 10:59
Forum: Help
Topic: Price filter
Replies: 3
Views: 7289

Re: Price filter

It may be suitable following decision: http://refreshless.com/nouislider/ with linking input fields: http://refreshless.com/nouislider/linking-input-fields/ and so on... Yes, looks definitively cool! If it also works without Javascript by offering two input fields, it would be a good solution for s...
by aimeos
28 Apr 2015, 08:04
Forum: Help
Topic: Price filter
Replies: 3
Views: 7289

Re: Price filter

Often, the site has also filter by price as a slider to limit the list of goods for the price. Here, such a decision "out of the box" I have not found, but it would be good to add this. No, there's no price subpart available for the catalog filter yet. If you could care about the HTML/CSS...
by aimeos
28 Apr 2015, 07:56
Forum: Help
Topic: open list of categories
Replies: 5
Views: 8722

Re: open list of categories

But I think that it's still a little bit nicer to have a css solution. With css I could use media queries to keep the lists closed on mobile devices and keep it open for bigger screens :D This is already possible too with Javascript if you check for the view port size in the method. Nevertheless, i...
by aimeos
27 Apr 2015, 14:11
Forum: TYPO3 extension
Topic: RealURL setup - fixedPostVars
Replies: 1
Views: 4190

Re: RealURL setup - fixedPostVars

At the same time we get a short URL, like this: .../list/name/ .../list/-name/ .../detail/1/0/ and so on... That looks great. Really cool stuff! But was unable to configure the URL to filter by attributes: /list/name/?ai%5Bf_search%5D=&ai%5Bf_attrid%5D%5B56%5D=в+наличии That is, the parameters ...
by aimeos
26 Apr 2015, 15:56
Forum: TYPO3 extension
Topic: Wrong URL for product images
Replies: 4
Views: 3957

Re: Wrong URL for product images

In the latest version aimeos get the wrong URL for product images: uploads/tx_aimeos//preview/product/f/d/fd833962bffab1ee9032be2102789caf.jpg There is a double slash between "settings.client.html.common.content.baseurl" and file names. We've implemented a common view helper for generatin...
by aimeos
26 Apr 2015, 11:01
Forum: Help
Topic: open list of categories
Replies: 5
Views: 8722

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

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

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...