Advertisement
BakerMan

WooTickets 1.0.1 default quantity

Apr 15th, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. woocommerce_quantity_input( array( 'input_name'  => 'quantity_' . $ticket->ID,
  2.                         'input_value' => 1, // This is 0 by default
  3.                         'min_value'   => 0,
  4.                         'max_value'   => $product->backorders_allowed() ? '' : $product->get_stock_quantity(), ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement