Skip to content

Update product_form.twig#12281

Merged
ekavando merged 1 commit intoopencart:masterfrom
sabeti05:patch-3
May 25, 2023
Merged

Update product_form.twig#12281
ekavando merged 1 commit intoopencart:masterfrom
sabeti05:patch-3

Conversation

@sabeti05
Copy link
Copy Markdown
Contributor

Duplicate code in line 1837 and 1841:
html += ' <input type="hidden" name="product_option_value_id" value="' + ($(element).attr('data-option-value-row') ? $('input[name=\'product_option[' + $(element).attr('data-option-row') + '][product_option_value][' + element.option_value_row + '][product_option_value_id]\']').val() : '') + '"/>';

Duplicate code in line 1837 and 1841:
`html += '          <input type="hidden" name="product_option_value_id" value="' + ($(element).attr('data-option-value-row') ? $('input[name=\'product_option[' + $(element).attr('data-option-row') + '][product_option_value][' + element.option_value_row + '][product_option_value_id]\']').val() : '') + '"/>';`
@ekavando ekavando merged commit b746fd8 into opencart:master May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants