Payment and Delivery Status

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
QuốcTrungNguyễnHoàng
Posts: 14
Joined: 06 Aug 2019, 03:22

Payment and Delivery Status

Post by QuốcTrungNguyễnHoàng » 04 Sep 2019, 10:06

I have problem with payment status and delivery status. It just show number of process. How can i config it show description of number status
And What happen when use choose "Create new account" option when checkout. I don't see any account create.
Image

User avatar
aimeos
Administrator
Posts: 7835
Joined: 01 Jan 1970, 00:00

Re: Payment and Delivery Status

Post by aimeos » 04 Sep 2019, 11:42

Seems like one of the Gettext files isn't readable or is missing on your server (in ./vendor/aimeos/aimeos-core/lib/mshoplib/i18n/).

The accounts are only created if you run the "customer/email/account" job controller via a cronjob.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
QuốcTrungNguyễnHoàng
Posts: 14
Joined: 06 Aug 2019, 03:22

Re: Payment and Delivery Status

Post by QuốcTrungNguyễnHoàng » 05 Sep 2019, 03:21

So how can i fix it?

User avatar
aimeos
Administrator
Posts: 7835
Joined: 01 Jan 1970, 00:00

Re: Payment and Delivery Status

Post by aimeos » 05 Sep 2019, 11:23

Language files: Remove the ./vendor/aimeos/aimeos-core directory on your server and run "composer update" again.

Accounts: Create a cronjob that runs "./artisan aimeos:jobs customer/email/account" regularly.
Here you can find the details for setting up job controllers for Laravel: https://aimeos.org/docs/Laravel/Configure_cronjobs
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
QuốcTrungNguyễnHoàng
Posts: 14
Joined: 06 Aug 2019, 03:22

Re: Payment and Delivery Status

Post by QuốcTrungNguyễnHoàng » 06 Sep 2019, 04:41

I removed and run composer update again but it not solve the problem

User avatar
aimeos
Administrator
Posts: 7835
Joined: 01 Jan 1970, 00:00

Re: Payment and Delivery Status

Post by aimeos » 06 Sep 2019, 10:22

What Aimeos version are you using and what environment (Laravel)?
What language did you select? Maybe it's not translated for you language yet?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
QuốcTrungNguyễnHoàng
Posts: 14
Joined: 06 Aug 2019, 03:22

Re: Payment and Delivery Status

Post by QuốcTrungNguyễnHoàng » 12 Sep 2019, 09:05

I'm use laravel 5.5, aimeos/aimeos-laravel 2018.10 and use VI (vietnamese) language

User avatar
aimeos
Administrator
Posts: 7835
Joined: 01 Jan 1970, 00:00

Re: Payment and Delivery Status

Post by aimeos » 12 Sep 2019, 09:23

Most likely, that's not translated to Vietnamese yet. You can add translations here:
https://www.transifex.com/aimeos/public/

Simply register and start translating immediately.
We will integrate new and updated translations before we do new releases.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
QuốcTrungNguyễnHoàng
Posts: 14
Joined: 06 Aug 2019, 03:22

Re: Payment and Delivery Status

Post by QuốcTrungNguyễnHoàng » 18 Sep 2019, 04:38

Thank you. But for now please tell me what payment and delivery status description with status code from -1 to 6 and 7

User avatar
aimeos
Administrator
Posts: 7835
Joined: 01 Jan 1970, 00:00

Re: Payment and Delivery Status

Post by aimeos » 18 Sep 2019, 07:45

Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply