You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: