discount_spin_wheel_roulette_total_spins; echo $form->input('discounts[' . $name . '][count]', $spin_value, array('placeholder' => 3, 'class' => 'int-only-field')); ?>
discount_spin_wheel_roulette_prizes; ?>
$row) { if (is_int($key)) { $label = isset($row['label']) ? $row['label'] : ''; $color = isset($row['color']) ? $row['color'] : ''; $value = isset($row['value']) ? $row['value'] : ''; $message = isset($row['message']) ? $row['message'] : ''; $type = isset($row['type']) ? $row['type'] : ''; ?>
discount_spin_wheel_bg_color ?> discount_spin_wheel_label ?> discount_spin_wheel_value ?> discount_spin_wheel_message ?> action ?>
dropdown('discounts[' . $name . '][row][' . $i . '][color]', $colors_list, $color); ?> input('discounts[' . $name . '][row][' . $i . '][label]', $label); ?>
input('discounts[' . $name . '][row][' . $i . '][value]', $value, array('placeholder' => $language->discount_spin_wheel_placeholder_value, 'class' => 'float-only-field')); echo $form->dropdown('discounts[' . $name . '][row][' . $i . '][type]', array( 'flat' => $language->flat, 'percentage' => $language->percentage ), $type); ?>

note; ?>: zero_for_no_prize; ?>

input('discounts[' . $name . '][row][' . $i . '][message]', $message); ?>

note; ?>: message_after_success_spin; ?>

button('', $language->remove, array('class' => 'remove-clone-btn warning', 'data-action' => 'remove', 'data-remove' => 'spin-discounts-clone-row-' . $i, 'data-row' => $i)); ?>
button('', $language->add, array('class' => 'info clone-content-btn', 'data-clonefrom' => 'spin-discounts-cloneable-container', 'data-cloneto' => 'spin-discounts-clone-container', 'data-action' => 'add', 'data-nextrow' => $i++)); ?>