It’s the update. I regret installing it. I have opened a support ticket for this.
Hey
i have the same issue .. any luck ??
Thats strange. I’ve also just updated but it works for me! Perhaps there’s a conflict with some plugin?
i have deactivated all plugins and set the theme to twenty third , and i checked it’s still giving me the same issue ..
I wonder if anyone is brave enough to reload/install the previous version. I may have to try it soon.
I deactivated all of my plugins also (except login lockdown and wp maintenance) and set theme to twenty third, and it’s still giving me the problem.
I also deleted my cache and tried again but no luck there.
$terms = get_terms( $name, $args );
foreach ( $terms as $term ) {
if ( ! in_array( $term->slug, $options ) )
continue;
echo '<option value="' . esc_attr( $term->slug ) . '" ' . selected( $selected_value, $term->slug, false ) . '>' . apply_filters( 'woocommerce_variation_option_name', $term->name ) . '</option>';
}
} else {
foreach ( $options as $option ) {
echo '<option value="' . esc_attr( sanitize_title( $option ) ) . '" ' . selected( sanitize_title( $selected_value ), sanitize_title( $option ), false ) . '>' . esc_html( apply_filters( 'woocommerce_variation_option_name', $option ) ) . '</option>';
if ( ! in_array( $term->slug, $options ) ) << this line have error if anyone can fix it ?
People: As per the Forum Welcome, please post your own topic.
I see this too. In fact it is the variations and not the attributes that generates the “pa_” and the variations button doesn’t show any variations. No prices or anything…
Customers can’t choose anything to buy š
I went back to previous version – cannot use this before a fix has been applied.
Hope you will update soon š
This goes for me too (and it looks like rest of the world using Woo Commerce. Please give another update quickly! I have pa_ in front of all of my attributes.
Thanks!
Hi,
It seems there were some merge errors in the 2.0.15 release which caused categories and attribute labels to be hidden. We’ve resolved this and pushed out 2.0.16 to resolve these issues.
Please update to 2.0.16 to fix the category/attribute display issues. Apologies for any inconvenience caused.
http://ww.wp.xz.cn/plugins/woocommerce/changelog/
If you still have problems, please explain what you are seeing with screenshots.
Thanks!