Search found 47 matches

by derJu
19 Dec 2016, 16:50
Forum: TYPO3 extension
Topic: Class '\Omnipay\Klarna\CheckoutGateway' not found
Replies: 5
Views: 3213

Re: Class '\Omnipay\Klarna\CheckoutGateway' not found

i run the composer like this an it works

Code: Select all

COMPOSER=composer.aimeos.json composer update
by derJu
19 Dec 2016, 15:32
Forum: TYPO3 extension
Topic: Class '\Omnipay\Klarna\CheckoutGateway' not found
Replies: 5
Views: 3213

Re: Class '\Omnipay\Klarna\CheckoutGateway' not found

i run the composer in typo3conf/ext/aimeos_pay is that right?
by derJu
19 Dec 2016, 15:11
Forum: TYPO3 extension
Topic: Class '\Omnipay\Klarna\CheckoutGateway' not found
Replies: 5
Views: 3213

Re: Class '\Omnipay\Klarna\CheckoutGateway' not found

Hi Aimeos
Hab das selbe Problem obwohl ich den Composer durchgeführt habe.

Code: Select all

Class '\Omnipay\Postfinance\Gateway' not found
Vielleicht hast du mir ein Tipp wie man das auf die schnelle lösen kann?

Wo ran kann das noch liegen?

LG - derJu
by derJu
02 Dec 2016, 15:45
Forum: TYPO3 extension
Topic: CSV Import
Replies: 3
Views: 1870

Re: CSV Import

Sorry, thats my code, i try to import my own types inside see printscreen of my first contribution: controller.common.product.import.csv.separator = , controller.jobs.product.import.csv { container.type = Directory location = /var/www/vhosts/demo.de/httpdocs/typo3temp/aimeos/ mapping { item { 0 = pr...
by derJu
01 Dec 2016, 13:39
Forum: TYPO3 extension
Topic: CSV Import
Replies: 3
Views: 1870

CSV Import

Hi,

how can I integrate the newly created fields into my inport?

best regards
by derJu
25 Nov 2016, 10:57
Forum: TYPO3 extension
Topic: Aimeos Shop scheduler
Replies: 8
Views: 3729

Re: Aimeos Shop scheduler

nothing has changed
by derJu
25 Nov 2016, 10:49
Forum: TYPO3 extension
Topic: Aimeos Shop scheduler
Replies: 8
Views: 3729

Re: Aimeos Shop scheduler

Thank you for the fast Support! I change the Typoscript in the scheduler: controller.jobs.product.import.csv.container.type = Directory controller.common.product.import.csv.separator = , controller.jobs.product.import.csv { location = /var/www/vhosts/demo.de/httpdocs/typo3temp/aimeos/ } The error is...
by derJu
25 Nov 2016, 08:40
Forum: TYPO3 extension
Topic: Aimeos Shop scheduler
Replies: 8
Views: 3729

Re: Aimeos Shop scheduler

i have the TypoScript of Aimeos Shop Scheduler like this:

Code: Select all

plugin.tx_aimeos {
    settings {
        controller.common.product.import.csv.separator = ,
        controller.jobs.product.import.csv {
            location =  /var/www/vhosts/demosite.de/httpdocs/typo3temp/aimeos/
      }
   }
}
by derJu
25 Nov 2016, 08:26
Forum: TYPO3 extension
Topic: Aimeos Shop scheduler
Replies: 8
Views: 3729

Re: Aimeos Shop scheduler

It looks better. I am testing the import with the dem csv file from: "item code","item label","item type","item status","text type","text content","text type","text content","media url","price quantity&quo...
by derJu
23 Nov 2016, 08:57
Forum: TYPO3 extension
Topic: Aimeos Shop scheduler
Replies: 8
Views: 3729

Aimeos Shop scheduler

Hi, I tried to export the products, when I run the scheduler the following error is displayed: Execution of task "Aimeos Shop scheduler (aimeos)" failed with the following message: Not allowed to access "controller/jobs/product/export/standard/template-header" configuration Someo...