ColorlibHQ / illdy

Illdy is a free one page WordPress business theme with a minimal design
GNU General Public License v3.0
44 stars 38 forks source link

[bug] Woocommerce "Additional Information" Tab issue. #179

Closed laranz closed 7 years ago

laranz commented 7 years ago
  1. When we have an attribute, height or weight for a product then the additional information tab will show, https://docs.woocommerce.com/document/editing-product-data-tabs/#section-6

image

  1. But when clicking it didn't react, it seems the click event is not handled,
  2. I dig the source, in /wp-content/themes/illdy/layout/js/scripts.js the woocommerceTabs function in line #105 only handled the review and description, we need to add support for the Additional Information too.

Regards,

cristianraiber commented 7 years ago

@giucu91 - please look into this.