Search found 14 matches

by Nils
22 Feb 2017, 14:40
Forum: TYPO3 extension
Topic: PayPal Error :: Transaction refused bc of invalid argument
Replies: 17
Views: 6387

Re: PayPal Error :: Transaction refused bc of invalid argume

The error occured because of this typoscript configuration: plugin.tx_aimeos.settings.client.html.catalog.lists.standard.subparts { 0 = head 1 = items } I used this to get rid of the list type options (grid, list) and the sorting options above and below the product list. What do I have to do to get ...
by Nils
22 Feb 2017, 11:28
Forum: TYPO3 extension
Topic: PayPal Error :: Transaction refused bc of invalid argument
Replies: 17
Views: 6387

Re: PayPal Error :: Transaction refused bc of invalid argume

Installing and executing the update script went without any problems :) But now I get an error in the frontend (and the products aren't listed anymore): Class "\Aimeos\Client\Html\Catalog\Lists\Head\Standard" not available It's on a page where I inserted the catalog list plugin to list pro...
by Nils
21 Feb 2017, 11:22
Forum: TYPO3 extension
Topic: PayPal Error :: Transaction refused bc of invalid argument
Replies: 17
Views: 6387

Re: PayPal Error :: Transaction refused bc of invalid argume

CREATE TABLE `mshop_product_stock` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parentid` int(11) NOT NULL, `warehouseid` int(11) NOT NULL, `siteid` int(11) NOT NULL, `stocklevel` int(11) DEFAULT NULL, `backdate` datetime DEFAULT NULL, `mtime` datetime NOT NULL, `ctime` datetime NOT NULL, `editor` varch...
by Nils
21 Feb 2017, 10:56
Forum: TYPO3 extension
Topic: PayPal Error :: Transaction refused bc of invalid argument
Replies: 17
Views: 6387

Re: PayPal Error :: Transaction refused bc of invalid argume

I renamed some things with "..." or "XXX": Executing statement "ALTER TABLE "mshop_product_stock" CHANGE COLUMN "warehouseid" "typeid" INTEGER NOT NULL" failed: An exception occurred while executing 'ALTER TABLE "mshop_product_stock&qu...
by Nils
21 Feb 2017, 10:14
Forum: TYPO3 extension
Topic: PayPal Error :: Transaction refused bc of invalid argument
Replies: 17
Views: 6387

Re: PayPal Error :: Transaction refused bc of invalid argume

There are no mshop_stock and mshop_stock_type tables. But the error message I got mentioned mshop_product_stock.

Do you mean mshop_stock -> mshop_product_stock? What about mshop_stock_type -> ?
by Nils
20 Feb 2017, 15:36
Forum: TYPO3 extension
Topic: PayPal Error :: Transaction refused bc of invalid argument
Replies: 17
Views: 6387

Re: PayPal Error :: Transaction refused bc of invalid argume

Yes, correct.

The basket shows:

sub total 39.60 €
delivery 5.46 €
+ 19.00% MwSt. 8.56 €
total 53.62 €
quantity 1 Artikel

The "costs per item" are those 5.46 €.
by Nils
20 Feb 2017, 15:09
Forum: TYPO3 extension
Topic: PayPal Error :: Transaction refused bc of invalid argument
Replies: 17
Views: 6387

Re: PayPal Error :: Transaction refused bc of invalid argume

The delivery service doesn't cause any additional costs, it's just a dummy (my understanding is that I need at least one delivery service).

Price, rebate, costs and tax rate of the price item for the delivery service are all set to 0.00.
by Nils
20 Feb 2017, 09:55
Forum: TYPO3 extension
Topic: PayPal Error :: Transaction refused bc of invalid argument
Replies: 17
Views: 6387

Re: PayPal Error :: Transaction refused bc of invalid argume

Yes, I use deliberately costs per product. And I have one manual delivery service that adds nothing to the amount. In the PayPal service I have : Price: 0.00 Rebate: 0.00 Costs: 0.00 Tax Rate: 20.00 I forgot to say that it is a b2b shop (sorry), so I set taxflag to 0. The basket shows: sub total 39....
by Nils
16 Feb 2017, 14:47
Forum: TYPO3 extension
Topic: PayPal Error :: Transaction refused bc of invalid argument
Replies: 17
Views: 6387

PayPal Error :: Transaction refused bc of invalid argument

Hi :) I'm testing buying with PayPal. I created a sandbox account for that. When I click on "Buy" I get an error (from the log): PayPal Express: method = Aimeos\MShop\Service\Provider\Payment\PayPalExpress::process, order ID = 17, response = Array ( [TIMESTAMP] => 2017-02-16T13:28:36Z [COR...