• Hi!
    I found a “error” on your code.
    On woocommerce-show-attributes/woocommerce-show-attributes.php
    line 757
    if ( get_option( ‘wcsa_weight_product’ ) != ‘yes’ ) {
    shoud be
    if ( get_option( ‘wcsa_weight_product’ ) == ‘yes’ ) {

    and on line 766
    if ( get_option( ‘wcsa_weight_dimensions’ ) != ‘yes’ ) {
    shoud be
    if ( get_option( ‘wcsa_weight_dimensions’ ) == ‘yes’ ) {

  • The topic ‘error on php’ is closed to new replies.