Search found 7918 matches

by aimeos
18 May 2015, 09:51
Forum: Help
Topic: How to remove default tax value 20%?
Replies: 4
Views: 5540

Re: How to remove default tax value 20%?

Hi Oliver independently which tax value i have set up in my products, there is always an additional line in the cart "Inkl. 20.00% MwSt. " How can i remove this line? If all your products use a different tax rate, please have a look at the tax rate of the delivery option too. This is most ...
by aimeos
18 May 2015, 09:23
Forum: TYPO3 extension
Topic: JS: "Unexpected Token <" while putting Item in Basket
Replies: 4
Views: 4136

Re: JS: "Unexpected Token <" while putting Item in Basket

Hi Paul Grepping for s_prodid didn't return any relevant results (or at least I think so). Most likely, your page reference to the catalog stock page isn't set in your catalog detail plugin because your stock URL is "your-shop/shop/detail/...". If you set it accordingly, the error should b...
by aimeos
17 May 2015, 16:27
Forum: Help
Topic: Product import and export
Replies: 13
Views: 17372

Re: Product import and export

Hi Garret Based on your code we've added a performance test for the product import and tuned it a bit. With some additional caching, we've managed to make the import almost 30% faster :-) Furthermore, some changes increased the flexibility of the implementation by enabling developers to replace the ...
by aimeos
13 May 2015, 12:04
Forum: Help
Topic: Product import and export
Replies: 13
Views: 17372

Re: Product import and export

Hi Garret

Thank you for this great contribution!
We've merged it into the master branch now.
by aimeos
13 May 2015, 10:16
Forum: Laravel package
Topic: Access Denied
Replies: 7
Views: 12096

Re: Access Denied

I executed that command too but didn't work its just loading the page :( Did you executed the command in the base directory of your Laravel application? You should get an output like this: /Aimeos/src/laravel5.0$ php -S 127.0.0.1:8000 -t public/ PHP 5.5.9-1ubuntu4.9 Development Server started at We...
by aimeos
12 May 2015, 13:12
Forum: Laravel package
Topic: Access Denied
Replies: 7
Views: 12096

Re: Access Denied

Hey it works!! and installed successfully.. Great! We will change this in the config file so others won't stumble upon the same problem. but how can i access the site i tried http://127.0.0.1:8000/index.php/list and http://localhost/shop/public/ both its not opening . The first link was not working...
by aimeos
12 May 2015, 10:11
Forum: Laravel package
Topic: Access Denied
Replies: 7
Views: 12096

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

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

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

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