Jump to content

Error "step6_attachments: ["This value is not valid."]" Add new file and save product


gusman126

Recommended Posts

  • 2 years later...

/[admin]/themes/default/js/bundle/product/form.js:1268

replace:
    <input type="checkbox" name="form[step6][attachments][]" value="${response.id}" checked="checked"> ${response.real_name}
to:
    <input type="checkbox" name="form[step6][attachments][]" value="${response.id-1}" checked="checked"> ${response.real_name}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...