Hi
I have product with attribute of size.
I also have a js file that run on the product page.
When I change the size of the product I need the js command to be read again.
How to do it??
Thanks

Comments

berin’s picture

Issue summary: View changes
rszrama’s picture

Status: Active » Closed (fixed)

Per the issue submission guidelines, support requests should be posted to https://drupal.stackexchange.com.

Your answer will involve the use of hook_commerce_cart_attributes_refresh_alter(), documented in commerce_cart.api.php.