Not consistent use of HTML tags
-
You are using in Shopping Cart page button with tag
<input type="button" class="button mwb_cart_points_apply" name="mwb_cart_points_apply" id="mwb_cart_points_apply"
but in the Payment page<button class="button mwb_cart_points_apply" name="mwb_cart_points_apply" id="mwb_cart_points_apply"
and this causes on Cart page incorrect formatting which is different as all other buttons. The same in Cart page<input type="number" min="0" name="mwb_cart_points" class="input-text" id="mwb_cart_points" value="" placeholder="Body">
Could you fix it? It should be the same class as Coupon button and text box.
- The topic ‘Not consistent use of HTML tags’ is closed to new replies.