tax not saving issue fixed

This commit is contained in:
magepeopleteam 2021-02-04 04:01:42 +00:00
parent 18e31888fd
commit a143a4f6d5
1 changed files with 2 additions and 2 deletions

View File

@ -952,11 +952,11 @@ class MP_Event_All_Info_In_One
</tr> </tr>
<tr> <tr>
<th><span><?php _e('Tax class:', 'mage-eventpress'); ?></span></th> <th><span><?php _e('Tax class:', 'mage-eventpress'); ?></span></th>
<td colspan="3"> <td colspan="3">
<label> <label>
<select class="mp_formControl" name="_tax_class"> <select class="mp_formControl" name="_tax_class">
<option value="standard" <?php echo ($tx_class == 'standard') ? 'selected' : ''; ?>><?php _e('Standard', 'mage-eventpress'); ?></option> <option value="standard" <?php echo ($tx_class == 'standard') ? 'selected' : ''; ?>><?php _e('Standard', 'mage-eventpress'); ?></option>
<?php mep_get_all_tax_list(); ?> <?php mep_get_all_tax_list($tx_class); ?>
</select> </select>
</label> </label>
<p class="event_meta_help_txt"> <p class="event_meta_help_txt">