Latest Aimeos Example, why the difference?

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!
godadada@yahoo.com
Posts: 56
Joined: 15 Mar 2021, 01:03

Latest Aimeos Example, why the difference?

Post by godadada@yahoo.com » 28 Jan 2022, 05:31

I am trying the late aimeos/aimeos, and got two different outputs after clicking on product. one has add to basket option and the other does not. Please see the attached files and advice the reason.

Regards,
Attachments
productclickingno.png
productclickingno.png (34.81 KiB) Viewed 986 times
productclickingyes.png
productclickingyes.png (243.53 KiB) Viewed 986 times

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

Re: Latest Aimeos Example, why the difference?

Post by aimeos » 28 Jan 2022, 07:54

Which versions did you exactly install?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

godadada@yahoo.com
Posts: 56
Joined: 15 Mar 2021, 01:03

Re: Latest Aimeos Example, why the difference?

Post by godadada@yahoo.com » 28 Jan 2022, 09:52

Thanks.
Here is part of my composer.json

"require": {
"php": "^7.2||^8.0",
"aimeos/ai-cms-grapesjs": "^2021.04",
"aimeos/ai-payments": "^2021.04",
"aimeos/aimeos-laravel": "^2021.04.5",
"codezero/laravel-localizer": "^1.4",
"fideloper/proxy": "^4.4",
"laravel/framework": "^8.12",
"laravel/tinker": "^2.5",
"laravel/ui": "^3.2",
"league/omnipay": "^3",
"lokielse/omnipay-global-alipay": "^3.0",
"lokielse/omnipay-wechatpay": "^3.0",
"magentron/laravel-blade-lint": "^1.0",
"omnipay/stripe": "^3.1",
"squizlabs/php_codesniffer": "*"

godadada@yahoo.com
Posts: 56
Joined: 15 Mar 2021, 01:03

Re: Latest Aimeos Example, why the difference?

Post by godadada@yahoo.com » 28 Jan 2022, 10:05

I changed to version ^2021.10. The aimeos demo products are all good now. but the upload product still has the issue.

Regards,
Attachments
productclick.png
productclick.png (138.57 KiB) Viewed 975 times

godadada@yahoo.com
Posts: 56
Joined: 15 Mar 2021, 01:03

Re: Latest Aimeos Example, why the difference?

Post by godadada@yahoo.com » 28 Jan 2022, 10:13

Okay, my fault.

The product locale and currency should match with the global setting to be able to display properly.

Regards,

Post Reply