aimeos / ai-client-html

Aimeos e-commerce HTML client components
https://aimeos.org
GNU Lesser General Public License v3.0
63 stars 58 forks source link

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

Open okunbor opened 2 months ago

okunbor commented 2 months ago

it is making the page to break

Screenshot (1)

aimeos commented 1 month ago

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

okunbor commented 1 month ago

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 commented 1 month ago

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

aimeos commented 1 month ago

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.