woocommerce/templates/single-product/add-to-cart/quantity.php

8 lines
251 B
PHP
Raw Normal View History

2011-12-11 01:08:33 +00:00
<?php
/**
* Single Product Quantity Inputs
*/
global $post, $_product, $name, $value;
?>
2011-12-11 12:39:35 +00:00
<div class="quantity"><input name="<?php echo $name; ?>" value="<?php echo $value; ?>" size="4" title="Qty" class="input-text qty text" maxlength="12" /></div>