Merge pull request #23639 from tmulzer/tmulzer-patch-1
FIX #17181 - Product Variant Value drop down not populated
This commit is contained in:
commit
e1d839becc
@ -83,4 +83,4 @@ if ($res == -1) {
|
||||
exit();
|
||||
}
|
||||
|
||||
print json_encode($res);
|
||||
print json_encode($res, JSON_PARTIAL_OUTPUT_ON_ERROR);
|
||||
|
||||
@ -511,7 +511,7 @@ if (!empty($id) || !empty($ref)) {
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
variants_available = <?php echo json_encode($prodattr_alljson); ?>;
|
||||
variants_available = <?php echo json_encode($prodattr_alljson, JSON_PARTIAL_OUTPUT_ON_ERROR); ?>;
|
||||
variants_selected = {
|
||||
index: [],
|
||||
info: []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user