fixed new product variations ids add to cart btn text

This commit is contained in:
2021-08-01 09:54:30 +02:00
parent 4af4d99781
commit 0fdd1ced4a
4 changed files with 7 additions and 7 deletions

View File

@ -48,10 +48,10 @@ export default {
quantity: 1,
// showLoginModal:false
variation_btn_txt: {
3: 'Yeees!',
4: 'Yay!',
5: 'Great!',
6: 'OKAY!'
1: 'Yeees!',
2: 'Yay!',
3: 'Great!',
4: 'OKAY!'
}
}
},