ai-client-html icon indicating copy to clipboard operation
ai-client-html copied to clipboard

the "+" and "-" sign are not increasing and decreasing product quantity after the first click properly

Open okunbor opened this issue 1 year ago • 4 comments

it is making the page to break

Screenshot (1)

okunbor avatar Jul 23 '24 18:07 okunbor

We can confirm that something very strange is happening. Which Aimeos version and which browser do you use?

aimeos avatar Jul 24 '24 09:07 aimeos

ameos : "aimeos/aimeos-laravel": "~2024.07",

browser : chrome

this my project json requirement: "require": { "php": "^8.2", "aimeos/aimeos-laravel": "~2024.07", "laravel/breeze": "^2.1", "laravel/framework": "^11.9", "laravel/tinker": "^2.9" },

@aimeos

okunbor avatar Jul 25 '24 08:07 okunbor

the same part for the mobile view is also bad , in fact worst ,same chrome browser

okunbor avatar Jul 25 '24 08:07 okunbor

The problem has been fixed in 2024.07.x-dev. You need to change this in your ./public/vendor/shop/themes/default/aimeos.js file: https://github.com/aimeos/ai-client-html/commit/a4af67cc9f25fd2fe1ade4a5c69d4ed0e518ab9d

The fix wil be part of the next release. Also, we've improved the responsive layout for small screens and this will be part of the 2024.10 release.

aimeos avatar Jul 25 '24 10:07 aimeos