Advertisement
Guest User

Untitled

a guest
Jul 11th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <div class="cart">
  2. <div class="quantity"><?php echo $text_qty; ?>
  3. <input type="text" name="quantity" size="2" value="<?php echo $minimum; ?>" />
  4. <input type="hidden" name="product_id" size="2" value="<?php echo $product_id; ?>" /></div>
  5. <input type="button" value="<?php echo $button_cart; ?>" id="button-cart" class="button" />
  6. <div class="clear"></div>
  7. <?php if ($minimum > 1) { ?>
  8. <div class="minimum"><?php echo $text_minimum; ?></div>
  9. <?php } ?>
  10. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement