wip: shopping cart, product options
This commit is contained in:
7
spa/src/constants/options.js
Normal file
7
spa/src/constants/options.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export const SUPPORTED_OPTION_TYPES = [
|
||||
'checkbox',
|
||||
'radio',
|
||||
'select',
|
||||
'text',
|
||||
'textarea',
|
||||
];
|
||||
Reference in New Issue
Block a user