Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <td class="hikashop_cart_product_quantity_value">
- <div class="hikashop_cart_product_quantity_refresh">
- <a href="#" onclick="var qty_field = document.getElementById('hikashop_checkout_quantity_<?php echo $row->cart_product_id; ?>'); if (qty_field && qty_field.value != '<?php echo $row->cart_product_quantity; ?>'){<?php echo $input; ?> qty_field.form.submit(); } return false;" title="<?php echo JText::_('HIKA_REFRESH'); ?>">
- <img src="<?php echo HIKASHOP_IMAGES . 'refresh.png'; ?>" border="0" alt="<?php echo JText::_('HIKA_REFRESH'); ?>" />
- </a>
- </div>
- <input id="hikashop_checkout_quantity_<?php echo $row->cart_product_id; ?>" type="text" name="item[<?php echo $row->cart_product_id; ?>]" class="hikashop_product_quantity_field" value="<?php echo $row->cart_product_quantity; ?>" onchange="var qty_field = document.getElementById('hikashop_checkout_quantity_<?php echo $row->cart_product_id; ?>'); if (qty_field){<?php echo $input; ?>}" />
- </td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement