8manos / wc-variations-radio-buttons

Let your customers choose product variations using radio buttons instead of dropdowns.
https://wordpress.org/plugins/wc-variations-radio-buttons/
GNU General Public License v2.0
62 stars 34 forks source link

Product dimensions are not displayed correctly #31

Closed mathis89 closed 6 years ago

mathis89 commented 6 years ago

I noticed that the product dimensions after the last woocommerce update were no longer displayed correctly. After looking for the error, I changed the line 207 in the add-to-cart-variation.js file as follows:

old: $dimensions.wc_set_content (variation.dimensions); new: $dimensions.wc_set_content (variation.dimensions_html);

It would be great if this is considered for the next plugin update.

Mantish commented 6 years ago

thanks for reporting. what version of woocommerce is that?