vinsol / nectarcommerce

Quest for customizable E-commerce - the Elixir way
323 stars 53 forks source link

Js and seed and compile warning fixes #82

Closed pikender closed 7 years ago

pikender commented 7 years ago

Fix product seed Note: After last round of changes, the available_on is mandatory for creating the variants, this was causing the product seeding to fail. Also create_variant_changeset requires passing in the product for some validations Fixed variable expanded to method warnings Reverted product_option_types to be mandatory while creating products Fixed Add/Edit Option Value on Admin