Show Posts


Messages - yellowthumb

Pages: [1]
1
Extension Support / clicking on checkbox label doesnt work
« on: January 18, 2020, 05:43:38 AM »
hi everybody ,
in the beginning i apologize for my bad english and my missing programming skills, i have no programming background...

i have noticed during the ordering process that the checkboxes in the shipping methods do not work properly... it is not a functional problem, more a user experience problem ... when i click on the text label of the checkboxes the checkbox is not checked. only when i click on the input object (the circle) the checkbox is checked. i found out that the input ID looks a bit messed up and also does not match what the "for" element is looking for.

did i do something wrong when installing the extensions ? How can i fix this?

Thank you!!



         <h4 class="heading4">Versandart</h4>
      <p>Bitte wählen Sie die bevorzugte Versandart für diese Bestellung aus.</p>
      <div class="registerbox">
         <table class="table table-striped table-bordered">
                           <tr>
                  <td colspan="3"><b>Selbstabholung</b></td>
               </tr>
                                                      <tr>
                        <td style="width: 5%">   <label for="shipping_default_store_pickupdefault_store_pickupdefault_store_pickup.default_store_pickup">
      <input id="shipping_default_store_pickupdefault_store_pickupdefault_store_pickup.default_store_pickup"
            type="radio"
            value="default_store_pickup.default_store_pickup"
                        name="shipping_method"
                        >
            &nbsp;&nbsp;&nbsp;
   </label>
</td>
                        <td>
                           <label for="shipping_shipping_methoddefault_store_pickup.default_store_pickup"
                                  title=""
                                  style="cursor: pointer;">
                                                            Abholung vom Geschäft                           </label>
                        </td>
                        <td class="align_right"><label for="shipping_shipping_methoddefault_store_pickup.default_store_pickup"
                                                       style="cursor: pointer;">kostenlos</label>
                        </td>
                     </tr>
                                                            <tr>
                  <td colspan="3"><b>Pauschalbetrag</b></td>
               </tr>
                                                      <tr>
                        <td style="width: 5%">   <label for="shipping_default_flat_rate_shippingdefault_flat_rate_shippingdefault_flat_rate_shipping.default_flat_rate_shipping">
      <input id="shipping_default_flat_rate_shippingdefault_flat_rate_shippingdefault_flat_rate_shipping.default_flat_rate_shipping"
            type="radio"
            value="default_flat_rate_shipping.default_flat_rate_shipping"
                        name="shipping_method"
             checked="checked"             >
            &nbsp;&nbsp;&nbsp;
   </label>
</td>
                        <td>
                           <label for="shipping_shipping_methoddefault_flat_rate_shipping.default_flat_rate_shipping"
                                  title=""
                                  style="cursor: pointer;">
                                                            Versandpauschale                           </label>
                        </td>
                        <td class="align_right"><label for="shipping_shipping_methoddefault_flat_rate_shipping.default_flat_rate_shipping"
                                                       style="cursor: pointer;">120.00€</label>
                        </td>
                     </tr>
                                                      </table>
      </div>

Pages: [1]

Powered by SMFPacks Social Login Mod