Search found 7940 matches

by aimeos
28 May 2015, 17:53
Forum: TYPO3 extension
Topic: How to set a template path?
Replies: 1
Views: 2638

Re: How to set a template path?

Hi Oliver I need to alter various html-templates. For example: EXT:aimeos/Resources/Libraries/arcavias/arcavias-core/client/html/layouts/email/common/text-summary-service-body-default.html Is it possible to define a template root path for keeping these templates at future extension updates? Sure, cr...
by aimeos
19 May 2015, 10:03
Forum: TYPO3 extension
Topic: JS: "Unexpected Token <" while putting Item in Basket
Replies: 4
Views: 4169

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

We noticed that there were no entries at all in the Content Elements, so we tried to import the pagetree again, now we got this error: ... Could it be that we're missing an extension? I don't think it's a missing extension. Instead, I would try to deactivate the Flux extension as it seems to cause ...
by aimeos
18 May 2015, 09:51
Forum: Help
Topic: How to remove default tax value 20%?
Replies: 4
Views: 5597

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

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

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

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

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

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

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

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