Search found 46 matches

by jossnaz
28 Jul 2016, 06:46
Forum: Laravel package
Topic: Empty error when using authorize.net AIM payment in test
Replies: 2
Views: 2079

Re: Empty error when using authorize.net AIM payment

I am still stuck with an error, but now I at least found it the way to access the error message was this: in file ff-laravel/ext/ai-payments/lib/custom/src/MShop/Service/Provider/Payment/OmniPay.php at line 708 before [code] throw new \Aimeos\MShop\Service\Exception( $response->getMessage() ); the r...
by jossnaz
28 Jul 2016, 06:14
Forum: Laravel package
Topic: Empty error when using authorize.net AIM payment in test
Replies: 2
Views: 2079

Empty error when using authorize.net AIM payment in test

i have attached a screenshot, what should i do now? that's a really frustrating error... running 2016.7.2 in laravel aimeos and ai-payments 2016.7.2. I ran it locally and I ran it as well on a testserver in the internet. It's an authorize.net test account and I used a test visa credit card, tried te...
by jossnaz
28 Jul 2016, 00:27
Forum: Laravel package
Topic: When adding ai-payments, errors occur
Replies: 9
Views: 4538

Re: When adding ai-payments, errors occur

I figured it out (i think) i was looking in the wrong directory, i was looking in: ff-laravel/vendor/omnipay/authorizenet because in https://aimeos.org/docs/User_Manual/Administration_Interface/Service_list#Supported_by_ai-payments you advocate adding the line "omnipay/authorizenet": "...
by jossnaz
28 Jul 2016, 00:21
Forum: Laravel package
Topic: When adding ai-payments, errors occur
Replies: 9
Views: 4538

Re: When adding ai-payments, errors occur

this is my composer json: { "name": "laravel/laravel", "description": "The Laravel Framework.", "keywords": ["framework", "laravel"], "license": "MIT", "type": "project", "prefer-stable...
by jossnaz
28 Jul 2016, 00:06
Forum: Laravel package
Topic: When adding ai-payments, errors occur
Replies: 9
Views: 4538

When adding ai-payments, errors occur

I run aimeos laravel 2016.07.2 and ai-payments 2016.07.2 So I installed the ai-payments https://github.com/aimeoscom/ai-payments Now it says: " The value for the field "Provider" must be the last part of the class name of the payment service provider. " well, the providers are no...
by jossnaz
27 Jul 2016, 23:17
Forum: Laravel package
Topic: Extadm: (index):24 SyntaxError: Unexpected token default
Replies: 5
Views: 4794

Re: Extadm: (index):24 SyntaxError: Unexpected token default

first of all, it seems to work now.


the thing is, I was already on "2016.x" so I thought if I am already on 2016, i don't have to run that part of the migration. But i get it now.
by jossnaz
27 Jul 2016, 01:42
Forum: Laravel package
Topic: Extadm: (index):24 SyntaxError: Unexpected token default
Replies: 5
Views: 4794

Re: Extadm: (index):24 SyntaxError: Unexpected token default

oh... was it actually meant with:

Upgrade to 2016.x that is


"Upgrade 2016.x to 2016.y" where x < y?

i thought that this part was only for the guys running 2015.x

i will have a look at it
by jossnaz
26 Jul 2016, 01:06
Forum: Help
Topic: Easily retrieve properties along with products?
Replies: 1
Views: 1866

Easily retrieve properties along with products?

i just saw that properties are not of the same domain like products. Now what is the efficient and easy way to retrieve the properties? see here: https://aimeos.org/docs/Developers/Library/Managing_items#Data_domains I ended up doing something like this, which seems stupid: /** * @param $context * @...
by jossnaz
25 Jul 2016, 21:29
Forum: Laravel package
Topic: Extadm: (index):24 SyntaxError: Unexpected token default
Replies: 5
Views: 4794

Re: Extadm: (index):24 SyntaxError: Unexpected token default

the solution is as easy as it is disappointing. That is, downgrade to 2016.04.3 Can i ask you guys to a favor? first, try to reproduce what problem i had (i can reproduce it any time) basically I installed 2016.04, later upgraded to 2016.07, i always get said errors. To fix it, i had to downgrade as...
by jossnaz
25 Jul 2016, 10:31
Forum: Laravel package
Topic: Show cart info based on the logged in user
Replies: 4
Views: 4701

Re: Show cart info based on the logged in user

what aimeos is saying is that each user HAS his own cart. The thing you are doing is wrong, is for faking the customers, you use the same browser and no incognito mode. It is unlikely that users will use the same computer, with the same browser, to work with aimeos on different accounts, without log...