diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/products/view/configurable-options.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/products/view/configurable-options.blade.php index b58e79771..54c975154 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/products/view/configurable-options.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/products/view/configurable-options.blade.php @@ -21,7 +21,7 @@ type="hidden" :value="selectedProductId" id="selected_configurable_option" - name="selected_configurable_option" /> + name="selected_configurable_option"/>
+
@@ -74,7 +75,7 @@ :name="['super_attribute[' + attribute.id + ']']" :id="['attribute_' + attribute.id + '_option_' + option.id]" :data-vv-as="'"' + attribute.label + '"'" - @change="configure(attribute, $event.target.value)"/> + @change="configure(attribute, $event.target.value)"> @@ -99,62 +100,72 @@ @endpush @endif \ No newline at end of file