Code: Select all
$grouped_values[] = ['id' => $value['id'], 'text' => $value['text'], 'parameters' => ['data-id' => $value['products_options_id']?? '']];
Code: Select all
$grouped_values[] = ['id' => $value['id'], 'text' => $value['text'], 'parameters' => ['data-id' => $value['products_options_id']?? '']];
Code: Select all
if (isset($option['parameters']) && is_array($option['parameters'])) {
foreach ($option['parameters'] as $name => $value) {
if (isset($value)) {
$field .= sprintf(' %s="%s"', $name, Text::output($value, static::ESCAPES));
} else {
trigger_error("No value for [$name]");
}
}
}
We have users who are not shopowners, and these people need to keep the whole file-set updated.
Yes, unfortunately.
I understand - if only I could help .. but probably updating is something you would like to do yourself ..