Author Topic: clicking on checkbox label doesnt work  (Read 2281 times)

Offline yellowthumb

  • Newbie
  • *
  • Posts: 1
  • Karma: +1/-0
    • View Profile
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>

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: clicking on checkbox label doesnt work
« Reply #1 on: January 27, 2020, 07:13:31 AM »
Thank you. Issue reported to bug tracker https://github.com/abantecart/abantecart-src/issues/1314

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: clicking on checkbox label doesnt work
« Reply #2 on: March 30, 2020, 04:02:17 AM »
Hello, yellowthumb.
Issue is fixed in upcoming version 1.2.16
Thank you for reporting

 

Powered by SMFPacks Social Login Mod