SKU Change and Image Zoom Bug Fix
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.
Sorry but I can't provide support for custom themes.
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.