Search found 17 matches

by Pejka
14 Nov 2016, 08:38
Forum: Help
Topic: PayPal problems
Replies: 6
Views: 3948

Re: PayPal problems

Still the same: PayPal Express: method = Aimeos\MShop\Service\Provider\Payment\PayPalExpress::process, order ID = 80, response = Array ( [TIMESTAMP] => 2016-11-14T08:35:27Z [CORRELATIONID] => dc88e5d57e161 [ACK] => Failure [VERSION] => 87.0 [BUILD] => 26966222 [L_ERRORCODE0] => 11832 [L_ERRORCODE1] ...
by Pejka
11 Nov 2016, 09:03
Forum: Help
Topic: PayPal problems
Replies: 6
Views: 3948

Re: PayPal problems

Using dd( print_r( $payload, true ) ), I got the following: "VERSION=87.0 &SIGNATURE=THISISSECRET &USER=info-facilitator_api1.quadprogroup.com &PWD=ALSOSECRET &L_PAYMENTREQUEST_0_NUMBER0=155 &L_PAYMENTREQUEST_0_NAME0=Granite &L_PAYMENTREQUEST_0_QTY0=1 &L_PAYMENTREQUE...
by Pejka
10 Nov 2016, 12:35
Forum: Help
Topic: PayPal problems
Replies: 6
Views: 3948

PayPal problems

Hello! I can't get the PayPal Express payment method to work properly. It seems to be configured correctly, but, by default it throws the following error: PayPal Express: method = Aimeos\MShop\Service\Provider\Payment\PayPalExpress::process, order ID = 51, response = Array ( [TIMESTAMP] => 2016-11-1...
by Pejka
08 Nov 2016, 15:03
Forum: Help
Topic: Problems adding coupons to order/basket
Replies: 2
Views: 2297

Re: Problems adding coupons to order/basket

Thanks a lot!
It seems to have worked... for now at least :D
I think I skipped past trying to use the passed $order object, since it seemed to require passing the rebate product object as a parameter...
by Pejka
08 Nov 2016, 14:22
Forum: Help
Topic: Problems adding coupons to order/basket
Replies: 2
Views: 2297

Problems adding coupons to order/basket

Hello again! I seem to have hit a roadblock, and I'm not sure why. I've been writing a coupon that gives a discount for a product of a given category, if there is a product from a different category. So after every product from category X, you get a discount after every product from category Y. The ...
by Pejka
24 Oct 2016, 12:46
Forum: Help
Topic: Basket Controller addProduct doesn't work
Replies: 2
Views: 2522

Re: Basket Controller addProduct doesn't work

Thanks! That solved that problem, though now I have like 99 other ones :D
by Pejka
24 Oct 2016, 11:20
Forum: Help
Topic: Basket Controller addProduct doesn't work
Replies: 2
Views: 2522

Basket Controller addProduct doesn't work

Hello! I'm having trouble while adding a product to the basket via the built-in basket controller. The code is as follows: $context = app( '\Aimeos\Shop\Base\Context' )->get(); $basket = \Aimeos\Controller\Frontend\Factory::createController( $context, 'basket' )->get(); $basket->addProduct($felsoid,...