Search found 14 matches

by Mirco
29 Apr 2016, 07:21
Forum: Help
Topic: Class "MShop_Service_Provider_Decorator_Delivery" not availa
Replies: 2
Views: 2202

Re: Class "MShop_Service_Provider_Decorator_Delivery" not av

Thanks, that was the problem.
We had tried to modify a Decorator in the beginning and I have it forgotten. :mrgreen:
by Mirco
26 Apr 2016, 15:59
Forum: Help
Topic: Class "MShop_Service_Provider_Decorator_Delivery" not availa
Replies: 2
Views: 2202

Class "MShop_Service_Provider_Decorator_Delivery" not availa

Hi, I had done a update from aimeos version 2.3.1 (typo3 6.2.21) to 2.4.6. If I add a product in to the cart following error pops up: Class "MShop_Service_Provider_Decorator_Delivery" not available I have no clue whats wrong. Any help is appreciate, thanks. Regards Mirco PS: Where can I fi...
by Mirco
10 Sep 2015, 12:34
Forum: TYPO3 extension
Topic: aimeos extension
Replies: 6
Views: 4332

Re: aimeos extension

Hi Norbert

thanks a lot, your post make some points clear.

I now it need a while to understand a new framework
but to be honest the handling of the e-mail layouts is not really comfortable.
It need a lot of try and error to get a result.
by Mirco
09 Sep 2015, 14:56
Forum: TYPO3 extension
Topic: aimeos extension
Replies: 6
Views: 4332

Re: aimeos extension

Me again
sorry for all the posts.
Sometimes is a new start better then to try to find a stupid mistake.
I found this old post laravel-package-f18/overwrite-existing- ... -t437.html
and now it works perfect.
by Mirco
09 Sep 2015, 14:21
Forum: TYPO3 extension
Topic: aimeos extension
Replies: 6
Views: 4332

Re: aimeos extension

One more thing. I followed this instruction and changed the name of the layout files. such as html-intro-body-neddd.html I am total lost at the moment. :| /** client/html/email/delivery/html/intro/default/template-body * Relative path to the HTML body template of the email delivery html introduction...
by Mirco
09 Sep 2015, 11:03
Forum: TYPO3 extension
Topic: aimeos extension
Replies: 6
Views: 4332

aimeos extension

Hi now after my scheduler problem is solved I started to dig deeper in to the aimeos universe. I would like to extend the system with an aimeos extension but I have some understanding or path problems. At first I created a aimeos extension with the online tool and uploaded to the Extension folder ty...
by Mirco
08 Sep 2015, 12:59
Forum: TYPO3 extension
Topic: Scheduler: Task is already running and multiple executions
Replies: 9
Views: 6034

Re: Scheduler: Task is already running and multiple executio

Hi You have solved my problem :mrgreen: !! I have change the line 63 in base.php in to $objectManager = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance( 'TYPO3\CMS\Extbase\Object\ObjectManager' ); And now the scheduler runs like it should. (php Version 5.4.42) Thanks for your excellent help.
by Mirco
07 Sep 2015, 17:27
Forum: TYPO3 extension
Topic: Scheduler: Task is already running and multiple executions
Replies: 9
Views: 6034

Re: Scheduler: Task is already running and multiple executio

The default php version of the hoster is 5.4.x I can change the version via cgi to 5.5 AddHandler php55-cgi .php .phish If you have to use PHP 5.4, you should at least upgrade to Aimeos 2.2.4 due to a security issue in 2.2.3 and before. Thanks, is not necessary because is a test installation :) to g...
by Mirco
07 Sep 2015, 15:43
Forum: TYPO3 extension
Topic: Scheduler: Task is already running and multiple executions
Replies: 9
Views: 6034

Re: Scheduler: Task is already running and multiple executio

Hi Thanks for the hind but it dosen't work. I do still some research. I will call tomorrow my provider. Maybe the have something in the server error log file. Also I played with the php versions. Usually I you use php 5.5 put for the testing I tried php 5.4. If I run aimeos version 2.3.1 with php 5....
by Mirco
04 Sep 2015, 07:28
Forum: Help
Topic: Shipping and handling cost dependent of the amount of items
Replies: 3
Views: 4157

Re: Shipping and handling cost dependent of the amount of it

Thanks! I have done my one Decorator "Delivery.php". The base was the Costs.php Decorator as suggested. I changed the function calcPrice( MShop_Order_Item_Base_Interface $basket ) I'm note quite sure if this the right way but it works. public function calcPrice( MShop_Order_Item_Base_Inter...