From b9b7624e0cd8d92e6bb8a4355fd5690937e91333 Mon Sep 17 00:00:00 2001 From: Carlo Kok Date: Thu, 26 Mar 2020 09:18:18 +0100 Subject: [PATCH 1/2] When having multiple custom options with overlapping option_type_id values, selecting 1 changes the others --- src/themes/default/components/core/ProductCustomOptions.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/themes/default/components/core/ProductCustomOptions.vue b/src/themes/default/components/core/ProductCustomOptions.vue index a3ebba2fbf..a6eea550cd 100644 --- a/src/themes/default/components/core/ProductCustomOptions.vue +++ b/src/themes/default/components/core/ProductCustomOptions.vue @@ -23,11 +23,11 @@ type="radio" class="m0 no-outline" :name="('customOption_' + option.option_id)" - :id="('customOption_' + opval.option_type_id)" + :id="('customOption_' + option.option_id + '_' + opval.option_type_id)" focus :value="opval.option_type_id" v-model="inputValues[('customOption_' + option.option_id)]" - >