Search found 22 matches

by kuoyehs
25 Oct 2019, 07:04
Forum: Help
Topic: Paypal payment error message
Replies: 1
Views: 1315

Paypal payment error message

I use paypal payment have the error message, but other payment is success. I use laravel "5.8", postgresSQL, and aimeos "2019.10.x-dev". https://i.imgur.com/GfnqFl2.jpg Paypal services https://i.imgur.com/knbwTxK.png Log https://i.imgur.com/ey8LL6M.png https://i.imgur.com/PF6YXA2...
by kuoyehs
21 Oct 2019, 02:27
Forum: Help
Topic: Setup db error
Replies: 5
Views: 2493

Re: Setup db error

Your document is 'exlcude'.
Image
by kuoyehs
18 Oct 2019, 10:40
Forum: Help
Topic: Class 'NumberFormatter' not found
Replies: 2
Views: 2925

Class 'NumberFormatter' not found

My project use laravel 5.8 and postgresSQL. I install aimeos 2019.07.x-dev, and follow https://aimeos.org/docs/Laravel/Install_Aimeos to setup. When I go to https://localhost/shop and https://localhost/admin/default/jqadm/search/dashboard?lang=en have the error message. https://i.imgur.com/MY440sC.j...
by kuoyehs
17 Oct 2019, 10:30
Forum: Help
Topic: Setup db error
Replies: 5
Views: 2493

Re: Setup db error

I try to add code in ai-laravel extension lib/custom/setup/default/schema/customer.php, but still have error. 'exlcude' => array( 'unq_api_token', ), or 'exlcude' => array( 'api_token', ), or 'exlcude' => array( 'unq_lvusr_api_token', ), or 'exlcude' => array( 'users_api_token_unique', ),
by kuoyehs
16 Oct 2019, 09:37
Forum: Help
Topic: Setup db error
Replies: 5
Views: 2493

Setup db error

My project install aimeos package, and database use postgresSQL. "aimeos/aimeos-laravel": "2019.07.x-dev", "aimeos/ai-filesystem": "2019.07.x-dev", "aimeos/ai-payments": "2019.07.x-dev", "aimeos/ai-client-html": "2019.07.x-de...
by kuoyehs
16 Oct 2019, 08:33
Forum: Help
Topic: DB user table email required
Replies: 5
Views: 2248

Re: DB user table email required

./lib/custom/setup/default/schema/ don't have file to change column on user table.

Image

Image

But the method has to change package, how to set column on "config/shop.php" or other method ex: extension?
by kuoyehs
14 Oct 2019, 03:48
Forum: Help
Topic: DB user table email required
Replies: 5
Views: 2248

Re: DB user table email required

The order confirmation can show on my website or app, and not send e-mail.

Because the database use the same user table, the user table in my project has set mail to nullable, I want to know aimeos how to set mail nullable.
by kuoyehs
09 Oct 2019, 09:58
Forum: Help
Topic: DB user table email required
Replies: 5
Views: 2248

DB user table email required

My project has multiple way to register, ex: email, facebook, mobile, but in aimeos email in user table is required. How can I set the mail to nullable when I only want user to register and login using facebook or mobile phone?
by kuoyehs
26 Sep 2019, 09:19
Forum: Help
Topic: Upgrade error
Replies: 5
Views: 2331

Re: Upgrade error

I run "composer show", these is version.
Image
by kuoyehs
26 Sep 2019, 08:36
Forum: Help
Topic: Email service
Replies: 13
Views: 4948

Re: Email service

Image