Solves issue #17181
This commit is contained in:
parent
62d0b7b972
commit
d8dcb0d101
@ -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