When I try to change the images (sneakers) the image does not change, although the new loaded image appears on the side. But there is no way to change the images of the shoes.
Hey @ton,
Can you provide more information please?
A video of the issue happening, the project URL, etc.
The image loads on the side, but the main display doesn’t update, which usually means the function that should switch the main image isn’t working properly. In Ecommerce website development, this is a common issue when the click or change event isn’t correctly linked to the part of the code that updates the main shoe image. Sometimes the new image is added to a gallery or preview section, but the main product view stays the same because the script isn’t targeting it correctly.