magento-configurable-simple icon indicating copy to clipboard operation
magento-configurable-simple copied to clipboard

SKU Change and Image Zoom Bug Fix

Open aleyzonme2k1 opened this issue 11 years ago • 2 comments

Anyone want to help us with a couple changes to this add-on? We want to see the SKU change based on the attribute selected and also fix a problem with the zoom image. When the image changes based on selection the zoom image remains the main product image. We are using a custom theme.

aleyzonme2k1 avatar Jul 16 '14 20:07 aleyzonme2k1

Sorry but I can't provide support for custom themes.

obigroup avatar Jul 17 '14 11:07 obigroup

here's the theory: for the sku, you'll need to change the file that handles the json data and make sure the sku is passed along. then, you need to work on the js part that handles the update. for this, the ideal way is to create your own js file and include it after the scp js file. then, extend the Product.Config object and override the methods that you need. you'll be able to update the sku and also fix the zoom - i faced some problems with the zoom too, there's an re-initialization problem if I remember correctly.

firewizard avatar Jul 17 '14 11:07 firewizard