quantity box issue fixed

This commit is contained in:
magepeopleteam 2018-07-17 07:41:37 +00:00
parent a28baa9daa
commit e3307aefb1
2 changed files with 5 additions and 2 deletions

View File

@ -158,4 +158,7 @@ You can display the event list on any page by using the ShortCode. Just use this
*Update Release,Styling Section added into Event Setting Section, Now users can control all type of styling issue from dashboard. 09 July 2018*
= 2.0.8 =
*Update Release,Minor Bux Fixed 13 July 2018*
*Update Release,Minor Bux Fixed 13 July 2018*
= 2.0.9 =
*Update Release,Quantity Box issue Fixed 16 July 2018*

View File

@ -91,7 +91,7 @@ if($qty_typec=='dropdown'){ ?>
</select>
<?php }else{ ?>
<input id="quantity_5a7abbd1bff73" class="input-text qty text extra-qty-box" step="1" min="1" max="<?php echo ($event_meta['mep_total_seat'][0]- $total_book); ?>" name="quantity" value="1" title="Qty" size="4" pattern="[0-9]*" inputmode="numeric" type="number">
<?php } } } ?> <span class='the-total'><?php _e('Total','mep'); ?> <span id="usertotal"></span></span></td>
<?php } } }else { echo 1; } ?> <span class='the-total'><?php _e('Total','mep'); ?> <span id="usertotal"></span></span></td>