Skip to content

Commit

Permalink
Update prices when super attribute option is changed (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Nov 1, 2023
1 parent 14c541d commit b85b2f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/js/components/Product/AddToCart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,12 @@ export default {
},
deep: true,
},
options: {
handler() {
this.calculatePrices()
},
deep: true,
},
},
}
</script>

0 comments on commit b85b2f3

Please sign in to comment.