Bulkorders wrong currency

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
TobiasMadsen
Posts: 14
Joined: 04 Dec 2020, 09:57

Bulkorders wrong currency

Post by TobiasMadsen » 11 Dec 2020, 08:56

The currency shown on bulkorders aren't the correct locale - See picture attached.

Laravel 8, aimeos 2020-10
Attachments
Aimeos multi.png
Aimeos multi.png (57.03 KiB) Viewed 1250 times

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

Re: Bulkorders wrong currency

Post by aimeos » 11 Dec 2020, 14:23

Thank you for the hint!
The issue should be fixed now if you update to

Code: Select all

composer req aimeos/aimeos-laravel:2020.10.x-dev aimeos/ai-client-html:2020.10.x-dev
Can you confirm that it is working after the update?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
TobiasMadsen
Posts: 14
Joined: 04 Dec 2020, 09:57

Re: Bulkorders wrong currency

Post by TobiasMadsen » 12 Dec 2020, 19:36

Composer is throwing this when i try to require the package you mentioned:

Code: Select all

PS C:\laravel_webshop> composer req aimeos/aimeos-laravel:2020.10.x-dev aimeos/ai-client-html:2020.10.x-dev
./composer.json has been updated
Running composer update aimeos/aimeos-laravel aimeos/ai-client-html
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 2 updates, 0 removals
  - Upgrading aimeos/ai-client-html (2020.10.11 => 2020.10.x-dev 05dea63)
  - Upgrading aimeos/aimeos-laravel (2020.10.4 => 2020.10.x-dev d7a3070)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 2 updates, 0 removals
  - Removing aimeos/ai-client-html (2020.10.11)
  - Installing aimeos/ai-client-html (2020.10.x-dev 05dea63): Cloning 05dea63753
    Update of aimeos/ai-client-html failed
  - Removing aimeos/aimeos-laravel (2020.10.4)
  - Installing aimeos/aimeos-laravel (2020.10.x-dev d7a3070): Cloning d7a3070c77
    Update of aimeos/aimeos-laravel failed
    0 [>---------------------------]
Installation failed, reverting ./composer.json and ./composer.lock to their original content.


  [RuntimeException]
  Failed to clone https://github.com/aimeos/ai-client-html.git, git was not found, check that it is installed and in your PATH env.  

  'git' is not recognized as an internal or external command,
  operable program or batch fi

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

Re: Bulkorders wrong currency

Post by aimeos » 13 Dec 2020, 08:29

Seems to be a temporary Github error.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
TobiasMadsen
Posts: 14
Joined: 04 Dec 2020, 09:57

Re: Bulkorders wrong currency

Post by TobiasMadsen » 18 Dec 2020, 10:13

I can confirm it works with the latest update.
Thanks!

Post Reply